mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-02 04:19:13 -04:00
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "it-tools",
|
|
"description": "",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.19.2",
|
|
"color-convert": "^2.0.1",
|
|
"core-js": "^3.6.4",
|
|
"register-service-worker": "^1.7.1",
|
|
"roboto-fontface": "*",
|
|
"vue": "^2.6.11",
|
|
"vue-cryptojs": "^2.1.4",
|
|
"vue-router": "^3.1.6",
|
|
"vuetify": "^2.2.11",
|
|
"vuetify-toast-snackbar": "^0.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@fortawesome/fontawesome-free": "^5.13.0",
|
|
"@vue/cli-plugin-babel": "~4.3.0",
|
|
"@vue/cli-plugin-eslint": "~4.3.0",
|
|
"@vue/cli-plugin-pwa": "~4.3.0",
|
|
"@vue/cli-plugin-router": "~4.3.0",
|
|
"@vue/cli-service": "~4.3.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"less": "^3.0.4",
|
|
"less-loader": "^5.0.0",
|
|
"lint-staged": "^9.5.0",
|
|
"sass": "^1.19.0",
|
|
"sass-loader": "^8.0.0",
|
|
"vue-cli-plugin-vuetify": "~2.0.5",
|
|
"vue-template-compiler": "^2.6.11",
|
|
"vuetify-loader": "^1.3.0"
|
|
},
|
|
"gitHooks": {
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,vue}": [
|
|
"vue-cli-service lint",
|
|
"git add"
|
|
]
|
|
}
|
|
}
|