|
| 1 | +{ |
| 2 | + "name": "vue-tauri-file-tree", |
| 3 | + "version": "0.1.0", |
| 4 | + "private": true, |
| 5 | + "scripts": { |
| 6 | + "serve": "vue-cli-service serve", |
| 7 | + "build": "vue-cli-service build", |
| 8 | + "lint": "vue-cli-service lint" |
| 9 | + }, |
| 10 | + "dependencies": { |
| 11 | + "core-js": "^3.6.5", |
| 12 | + "vue": "^2.6.11", |
| 13 | + "vuex": "^3.4.0" |
| 14 | + }, |
| 15 | + "devDependencies": { |
| 16 | + "@vue/cli-plugin-babel": "~4.5.0", |
| 17 | + "@vue/cli-plugin-eslint": "~4.5.0", |
| 18 | + "@vue/cli-plugin-vuex": "~4.5.0", |
| 19 | + "@vue/cli-service": "~4.5.0", |
| 20 | + "@vue/eslint-config-standard": "^5.1.2", |
| 21 | + "babel-eslint": "^10.1.0", |
| 22 | + "eslint": "^6.7.2", |
| 23 | + "eslint-plugin-import": "^2.20.2", |
| 24 | + "eslint-plugin-node": "^11.1.0", |
| 25 | + "eslint-plugin-promise": "^4.2.1", |
| 26 | + "eslint-plugin-standard": "^4.0.0", |
| 27 | + "eslint-plugin-vue": "^6.2.2", |
| 28 | + "lint-staged": "^9.5.0", |
| 29 | + "sass": "^1.26.5", |
| 30 | + "sass-loader": "^8.0.2", |
| 31 | + "vue-template-compiler": "^2.6.11" |
| 32 | + }, |
| 33 | + "gitHooks": { |
| 34 | + "pre-commit": "lint-staged" |
| 35 | + }, |
| 36 | + "lint-staged": { |
| 37 | + "*.{js,jsx,vue}": [ |
| 38 | + "vue-cli-service lint", |
| 39 | + "git add" |
| 40 | + ] |
| 41 | + } |
| 42 | +} |
0 commit comments