75 lines
2.3 KiB
JSON
75 lines
2.3 KiB
JSON
{
|
|
"name": "cn",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "cross-env NODE_ENV=production vue-cli-service build",
|
|
"lint": "vue-cli-service lint",
|
|
"analyz": "cross-env NODE_ENV=production npm_config_report=true npm run build"
|
|
},
|
|
"dependencies": {
|
|
"@amcharts/amcharts4": "^4.10.20",
|
|
"@amcharts/amcharts4-geodata": "^4.1.20",
|
|
"@highlightjs/vue-plugin": "^2.0.1",
|
|
"axios": "^0.21.1",
|
|
"babel-plugin-lodash": "^3.3.4",
|
|
"core-js": "^3.6.5",
|
|
"dayjs": "^1.10.5",
|
|
"echarts": "^5.1.1",
|
|
"element-plus": "^1.0.2-beta.44",
|
|
"lib-flexible": "^0.3.2",
|
|
"lodash": "^4.17.21",
|
|
"moment-timezone": "^0.5.33",
|
|
"node-sass": "^4.14.1",
|
|
"postcss-px2rem-exclude": "0.0.6",
|
|
"prismjs": "^1.24.1",
|
|
"sass-loader": "^8.0.2",
|
|
"sass-resources-loader": "^2.2.1",
|
|
"vue": "^3.0.0",
|
|
"vue-grid-layout": "^3.0.0-beta1",
|
|
"vue-i18n": "^9.1.6",
|
|
"vue-prism-editor": "^2.0.0-alpha.2",
|
|
"vue-router": "^4.0.8",
|
|
"vuex": "^4.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.12.1",
|
|
"@babel/core": "^7.11.4",
|
|
"@babel/plugin-proposal-class-properties": "^7.12.1",
|
|
"@babel/plugin-transform-runtime": "^7.12.1",
|
|
"@babel/preset-env": "^7.11.5",
|
|
"@babel/preset-typescript": "^7.10.4",
|
|
"@commitlint/cli": "^9.1.2",
|
|
"@commitlint/config-conventional": "^9.1.2",
|
|
"@rollup/plugin-commonjs": "^15.1.0",
|
|
"@rollup/plugin-node-resolve": "^9.0.0",
|
|
"@rollup/plugin-typescript": "^6.0.0",
|
|
"@types/jest": "^26.0.10",
|
|
"@types/lodash": "^4.14.161",
|
|
"@typescript-eslint/eslint-plugin": "^3.10.1",
|
|
"@typescript-eslint/parser": "^3.10.1",
|
|
"@vue/babel-plugin-jsx": "^1.0.0",
|
|
"@vue/cli-plugin-babel": "~4.5.0",
|
|
"@vue/cli-plugin-eslint": "~4.5.0",
|
|
"@vue/cli-service": "~4.5.0",
|
|
"@vue/compiler-sfc": "^3.0.0",
|
|
"@vue/component-compiler-utils": "^3.2.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"compression-webpack-plugin": "^8.0.1",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^7.22.0",
|
|
"eslint-config-standard": "^16.0.2",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^4.3.1",
|
|
"eslint-plugin-vue": "^7.7.0",
|
|
"uglifyjs-webpack-plugin": "^2.2.0"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
]
|
|
}
|