| { | |
| "name": "vue-second-hand-platform", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "serve": "vue-cli-service serve", | |
| "build": "vue-cli-service build", | |
| "lint": "vue-cli-service lint" | |
| }, | |
| "dependencies": { | |
| "ajv-formats": "^3.0.1", | |
| "axios": "^1.7.8", | |
| "core-js": "^3.8.3", | |
| "json-schema-traverse": "^1.0.0", | |
| "vue": "^3.2.13", | |
| "vue-router": "^4.5.0", | |
| "vuex": "^4.1.0" | |
| }, | |
| "devDependencies": { | |
| "@babel/core": "^7.12.16", | |
| "@babel/eslint-parser": "^7.12.16", | |
| "@vue/cli-plugin-babel": "~5.0.0", | |
| "@vue/cli-plugin-eslint": "~5.0.0", | |
| "@vue/cli-service": "~5.0.0", | |
| "eslint": "^7.32.0", | |
| "eslint-plugin-vue": "^8.0.3", | |
| "sass": "^1.81.0", | |
| "sass-loader": "^16.0.3" | |
| }, | |
| "eslintConfig": { | |
| "root": true, | |
| "env": { | |
| "node": true | |
| }, | |
| "extends": [ | |
| "plugin:vue/vue3-essential", | |
| "eslint:recommended" | |
| ], | |
| "parserOptions": { | |
| "parser": "@babel/eslint-parser" | |
| }, | |
| "rules": { | |
| "vue/no-parsing-error": "off", | |
| "vue/multi-word-component-names": ["error", { | |
| "ignores": ["Result"] | |
| }], | |
| "no-unused-vars": ["warn"] | |
| } | |
| }, | |
| "browserslist": [ | |
| "> 1%", | |
| "last 2 versions", | |
| "not dead", | |
| "not ie 11" | |
| ] | |
| } | |