2022-08-02 10:16:07 +08:00
|
|
|
{
|
2022-08-17 16:22:36 +08:00
|
|
|
"name": "erp",
|
2022-08-02 10:16:07 +08:00
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"serve": "vue-cli-service serve",
|
|
|
|
|
"build": "vue-cli-service build",
|
|
|
|
|
"lint": "vue-cli-service lint"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"axios": "^0.21.1",
|
|
|
|
|
"core-js": "^3.6.5",
|
2024-07-03 11:51:23 +08:00
|
|
|
"echarts": "^5.5.0",
|
|
|
|
|
"element-china-area-data": "^6.1.0",
|
2022-08-06 20:03:35 +08:00
|
|
|
"element-ui": "^2.15.6",
|
2024-07-03 11:51:23 +08:00
|
|
|
"lodash": "^4.17.21",
|
2024-03-18 10:32:43 +08:00
|
|
|
"luxon": "^3.4.4",
|
2022-08-02 10:16:07 +08:00
|
|
|
"nprogress": "^0.2.0",
|
2024-07-03 11:51:23 +08:00
|
|
|
"qs": "^6.12.1",
|
2022-08-02 10:16:07 +08:00
|
|
|
"vue": "^2.6.11",
|
|
|
|
|
"vue-router": "^3.2.0",
|
2023-07-29 17:57:36 +08:00
|
|
|
"vue-socket.io": "^3.0.10",
|
2022-08-02 10:16:07 +08:00
|
|
|
"vuex": "^3.4.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2023-07-29 17:57:36 +08:00
|
|
|
"@vue/cli-plugin-babel": "^5.0.8",
|
|
|
|
|
"@vue/cli-plugin-eslint": "^5.0.8",
|
|
|
|
|
"@vue/cli-plugin-router": "^5.0.8",
|
|
|
|
|
"@vue/cli-plugin-vuex": "^5.0.8",
|
|
|
|
|
"@vue/cli-service": "^5.0.8",
|
|
|
|
|
"@vue/eslint-config-standard": "^8.0.1",
|
2022-08-02 10:16:07 +08:00
|
|
|
"babel-eslint": "^10.1.0",
|
|
|
|
|
"eslint": "^6.7.2",
|
|
|
|
|
"eslint-plugin-import": "^2.20.2",
|
|
|
|
|
"eslint-plugin-node": "^11.1.0",
|
|
|
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
|
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
|
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
|
|
|
"lint-staged": "^9.5.0",
|
|
|
|
|
"sass": "^1.26.5",
|
|
|
|
|
"sass-loader": "^8.0.2",
|
|
|
|
|
"vue-template-compiler": "^2.6.11"
|
|
|
|
|
},
|
|
|
|
|
"gitHooks": {
|
|
|
|
|
"pre-commit": "lint-staged"
|
|
|
|
|
},
|
|
|
|
|
"lint-staged": {
|
|
|
|
|
"*.{js,jsx,vue}": [
|
|
|
|
|
"vue-cli-service lint",
|
|
|
|
|
"git add"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|