You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
1.7 KiB
JSON
77 lines
1.7 KiB
JSON
{
|
|
"name": "my-project",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"@smallwei/avue": "^2.8.23",
|
|
"autoprefixer": "^8.0.0",
|
|
"axios": "^0.23.0",
|
|
"chromedriver": "^94.0.0",
|
|
"core-js": "^3.6.5",
|
|
"echarts": "^4.9.0",
|
|
"element-ui": "^2.15.6",
|
|
"js-cookie": "^3.0.1",
|
|
"jsencrypt": "^3.3.2",
|
|
"node-sass": "^4.14.1",
|
|
"postcss-px-to-viewport": "^1.1.1",
|
|
"script-ext-html-webpack-plugin": "^2.1.5",
|
|
"vue": "^2.6.11",
|
|
"vue-router": "^3.5.2",
|
|
"vuex": "^3.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "~4.5.0",
|
|
"@vue/cli-plugin-eslint": "^4.5.14",
|
|
"@vue/cli-service": "~4.5.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-plugin-vue": "^7.19.1",
|
|
"sass-loader": "^7.3.1",
|
|
"svg-sprite-loader": "^6.0.9",
|
|
"vue-template-compiler": "^2.6.11"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"plugins": [
|
|
"example"
|
|
],
|
|
"env": {
|
|
"example/custom": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/essential",
|
|
"eslint:recommended"
|
|
],
|
|
"parserOptions": {
|
|
"parser": "babel-eslint"
|
|
},
|
|
"rules": {
|
|
"generator-star-spacing": "off",
|
|
"no-tabs": "off",
|
|
"no-unused-vars": "off",
|
|
"no-console": "off",
|
|
"no-irregular-whitespace": "off",
|
|
"no-debugger": "off"
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
],
|
|
"postcss": {
|
|
"plugins": {
|
|
"autoprefixer": {},
|
|
"postcss-px-to-viewport": {
|
|
"viewportWidth": 1920,
|
|
"minPixelValue": 1
|
|
}
|
|
}
|
|
}
|
|
}
|