|
| 1 | +{ |
| 2 | + "name": "vue3", |
| 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": "^3.0.0-0", |
| 13 | + "vue-class-component": "^8.0.0-0", |
| 14 | + "vue-router": "^4.0.0-0", |
| 15 | + "vuex": "^4.0.0-0" |
| 16 | + }, |
| 17 | + "devDependencies": { |
| 18 | + "@typescript-eslint/eslint-plugin": "^2.33.0", |
| 19 | + "@typescript-eslint/parser": "^2.33.0", |
| 20 | + "@vue/cli-plugin-babel": "~4.5.0", |
| 21 | + "@vue/cli-plugin-eslint": "~4.5.0", |
| 22 | + "@vue/cli-plugin-router": "~4.5.0", |
| 23 | + "@vue/cli-plugin-typescript": "~4.5.0", |
| 24 | + "@vue/cli-plugin-vuex": "~4.5.0", |
| 25 | + "@vue/cli-service": "~4.5.0", |
| 26 | + "@vue/compiler-sfc": "^3.0.0-0", |
| 27 | + "@vue/eslint-config-standard": "^5.1.2", |
| 28 | + "@vue/eslint-config-typescript": "^5.0.2", |
| 29 | + "eslint": "^6.7.2", |
| 30 | + "eslint-plugin-import": "^2.20.2", |
| 31 | + "eslint-plugin-node": "^11.1.0", |
| 32 | + "eslint-plugin-promise": "^4.2.1", |
| 33 | + "eslint-plugin-standard": "^4.0.0", |
| 34 | + "eslint-plugin-vue": "^7.0.0-0", |
| 35 | + "less": "^3.0.4", |
| 36 | + "less-loader": "^5.0.0", |
| 37 | + "typescript": "~3.9.3" |
| 38 | + }, |
| 39 | + "eslintConfig": { |
| 40 | + "root": true, |
| 41 | + "env": { |
| 42 | + "node": true |
| 43 | + }, |
| 44 | + "extends": [ |
| 45 | + "plugin:vue/vue3-essential", |
| 46 | + "@vue/standard", |
| 47 | + "@vue/typescript/recommended" |
| 48 | + ], |
| 49 | + "parserOptions": { |
| 50 | + "ecmaVersion": 2020 |
| 51 | + }, |
| 52 | + "rules": {} |
| 53 | + }, |
| 54 | + "browserslist": [ |
| 55 | + "> 1%", |
| 56 | + "last 2 versions", |
| 57 | + "not dead" |
| 58 | + ] |
| 59 | +} |
0 commit comments