mirror of
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
synced 2025-06-07 22:07:55 +08:00
66 lines
1.9 KiB
JSON
66 lines
1.9 KiB
JSON
{
|
|
"name": "wu-lazy-cloud-network",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.1.0",
|
|
"@icon-park/vue-next": "^1.4.2",
|
|
"@vueuse/core": "^10.2.1",
|
|
"axios": "^1.4.0",
|
|
"clipboard": "^2.0.11",
|
|
"core-js": "^3.20.3",
|
|
"dayjs": "^1.11.9",
|
|
"echarts": "^5.4.3",
|
|
"element-plus": "^2.3.8",
|
|
"normalize.css": "^8.0.1",
|
|
"nprogress": "^0.2.0",
|
|
"qs": "^6.11.2",
|
|
"sortablejs": "^1.15.0",
|
|
"uuid": "^9.0.1",
|
|
"vue": "^3.3.4",
|
|
"vue-clipboard3": "^2.0.0",
|
|
"vue-router": "^4.2.4",
|
|
"vue3-json-viewer": "^2.2.2",
|
|
"vuex": "^4.1.0",
|
|
"xe-utils": "^3.5.11",
|
|
"zdog": "^1.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/eslint-parser": "^7.22.9",
|
|
"@vue/babel-plugin-jsx": "^1.1.5",
|
|
"@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/compiler-sfc": "^3.3.4",
|
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
"compression-webpack-plugin": "^10.0.0",
|
|
"eslint": "^8.46.0",
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
"eslint-plugin-vue": "^9.16.0",
|
|
"lint-staged": "^13.2.3",
|
|
"mockjs": "^1.1.0",
|
|
"prettier": "^3.0.0",
|
|
"sass": "^1.64.1",
|
|
"sass-loader": "^13.3.2",
|
|
"terser-webpack-plugin": "^5.3.9",
|
|
"vue-cli-plugin-axios": "^0.0.4",
|
|
"vue-cli-plugin-element-plus": "^0.0.13",
|
|
"webpack": "5.78.0"
|
|
},
|
|
"gitHooks": {
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,vue}": [
|
|
"vue-cli-service lint --fix"
|
|
]
|
|
}
|
|
}
|