2020-11-10 15:36:19 +08:00
|
|
|
{
|
|
|
|
"name": "jointcloud",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"author": "annzee <aannzee@gmail.com>",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vue-cli-service serve",
|
|
|
|
"prod": "vue-cli-service serve --mode production",
|
|
|
|
"build": "vue-cli-service build --mode production",
|
|
|
|
"lint": "vue-cli-service lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"axios": "^0.20.0",
|
|
|
|
"compression-webpack-plugin": "^6.0.4",
|
|
|
|
"core-js": "^3.6.5",
|
2020-11-12 17:29:01 +08:00
|
|
|
"dedent": "^0.7.0",
|
2020-11-10 15:36:19 +08:00
|
|
|
"echarts": "^4.9.0",
|
|
|
|
"element-ui": "^2.13.2",
|
|
|
|
"filemanager-webpack-plugin": "^3.0.0-alpha.4",
|
2021-01-06 17:50:10 +08:00
|
|
|
"qs": "^6.9.4",
|
2020-11-10 15:36:19 +08:00
|
|
|
"uglifyjs-webpack-plugin": "^2.2.0",
|
|
|
|
"vue": "^2.6.11",
|
2020-11-12 17:29:01 +08:00
|
|
|
"vue-codemirror": "^4.0.6",
|
2021-01-06 17:50:10 +08:00
|
|
|
"vue-i18n": "^8.22.2",
|
2020-11-10 15:36:19 +08:00
|
|
|
"vue-router": "^3.4.4",
|
|
|
|
"vuex": "^3.5.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@vue/cli-plugin-babel": "~4.5.0",
|
|
|
|
"@vue/cli-plugin-eslint": "^4.5.6",
|
|
|
|
"@vue/cli-service": "~4.5.0",
|
|
|
|
"@vue/eslint-config-airbnb": "^5.0.2",
|
|
|
|
"babel-eslint": "^10.1.0",
|
|
|
|
"eslint": "^6.7.2",
|
|
|
|
"eslint-plugin-import": "^2.20.2",
|
|
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
|
|
"node-sass": "^4.14.1",
|
|
|
|
"sass-loader": "^10.0.2",
|
|
|
|
"vue-template-compiler": "^2.6.11"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"root": true,
|
|
|
|
"env": {
|
|
|
|
"node": true
|
|
|
|
},
|
|
|
|
"extends": [
|
|
|
|
"plugin:vue/essential",
|
|
|
|
"eslint:recommended",
|
|
|
|
"@vue/airbnb"
|
|
|
|
],
|
|
|
|
"parserOptions": {
|
|
|
|
"parser": "babel-eslint"
|
|
|
|
},
|
|
|
|
"rules": {}
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"> 1%",
|
|
|
|
"last 2 versions",
|
|
|
|
"not dead"
|
|
|
|
]
|
|
|
|
}
|