39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "resource-manage",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve",
|
|
"build": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build",
|
|
"lint": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"ant-design-vue": "^1.7.5",
|
|
"axios": "^0.21.1",
|
|
"core-js": "^3.6.5",
|
|
"echarts": "^4.9.0",
|
|
"json-bigint": "^1.0.0",
|
|
"v-charts": "^1.19.0",
|
|
"vue": "^2.6.11",
|
|
"vue-ls": "^3.2.2",
|
|
"vue-router": "^3.2.0",
|
|
"vuex": "^3.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "~4.5.0",
|
|
"@vue/cli-plugin-eslint": "~4.5.0",
|
|
"@vue/cli-plugin-router": "~4.5.0",
|
|
"@vue/cli-plugin-vuex": "~4.5.0",
|
|
"@vue/cli-service": "~4.5.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-plugin-import": "^1.13.3",
|
|
"compression-webpack-plugin": "^3.1.0",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"less": "^2.7.3",
|
|
"less-loader": "^5.0.0",
|
|
"path": "^0.12.7",
|
|
"vue-template-compiler": "^2.6.11"
|
|
}
|
|
}
|