Files
huangjingfen/pro_v3.5.1/view/admin/package.json
apple ae8b866319 feat(fsgx): 管理后台与部署相关更新
- admin: 路由守卫修复空白页、addRoute、devServer 端口与代理
- admin: package.json 生产构建去掉 NODE_OPTIONS openssl
- ajcaptcha: 滑块验证码改用 file 缓存避免 Redis NOAUTH
- nginx-crmeb: 增加 81 端口站点
- docs: deploy 补充 NOAUTH/Redis 说明,新增 H5 部署脚本与 nginx 示例
- 其他: database、start-api、swoole ini、uniapp 资源等

Made-with: Cursor
2026-03-21 02:33:14 +08:00

97 lines
2.5 KiB
JSON

{
"name": "pro-admin",
"version": "3.0.0",
"private": true,
"scripts": {
"serve": "node src/libs/start.js && vue-cli-service serve --open --mode=dev",
"dev": "node src/libs/start.js && vue-cli-service serve --open --mode=dev",
"build": "vue-cli-service build --mode=production"
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@form-create/iview": "^1.0.14",
"async-validator": "^3.4.0",
"awe-dnd": "^0.3.4",
"axios": "^0.18.0",
"clipboard": "^2.0.6",
"cos-js-sdk-v5": "^0.5.27",
"crypto-js": "^4.1.1",
"codemirror": "^5.38.0",
"dayjs": "^1.8.9",
"echarts": "^4.1.0",
"element-ui": "^2.13.2",
"emoji-awesome": "0.0.2",
"file-saver": "^2.0.5",
"html2canvas": "^1.1.0",
"js-cookie": "^2.2.0",
"js-md5": "^0.7.3",
"lodash": "^4.17.10",
"lowdb": "^1.0.0",
"moment": "^2.29.1",
"monaco-editor": "^0.19.3",
"print-js": "^1.6.0",
"qiniu-js": "^2.5.5",
"qrcodejs2": "0.0.2",
"quill": "^1.3.6",
"screenfull": "^4.0.0",
"simplemde": "^1.11.2",
"v-viewer": "^1.4.2",
"view-design": "^4.1.0",
"vue": "^2.6.10",
"vue-awesome-swiper": "^3.1.3",
"vue-codemirror": "^4.0.6",
"vue-happy-scroll": "^2.1.1",
"vue-i18n": "^7.8.1",
"vue-pickers": "^2.5.3",
"vue-puzzle-vcode": "^1.1.9",
"vue-router": "^3.1.3",
"vue-tree-list": "^1.5.0",
"vue-ueditor-wrap": "^2.4.1",
"vue-ydui": "^1.2.6",
"vuedraggable": "^2.24.0",
"vuescroll": "^4.16.1",
"vuex": "^3.0.1",
"vxe-pc-ui": "^3.7.5",
"vxe-table": "^3.16.3",
"wangeditor": "^4.7.11",
"xe-utils": "^3.5.2",
"xlsx": "^0.15.6"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-service": "^3.0.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^23.0.1",
"babel-plugin-component": "^1.1.1",
"compression-webpack-plugin": "^6.1.1",
"cross-env": "^10.0.0",
"iview-loader": "^1.3.0",
"less": "^2.7.3",
"less-loader": "^4.1.0",
"lint-staged": "^7.2.0",
"script-loader": "^0.7.2",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"uglifyjs-webpack-plugin": "^1.1.1",
"vue-clipboard2": "^0.3.1",
"vue-lazyload": "^1.3.3",
"vue-template-compiler": "^2.6.10",
"vue-waterfall-easy": "^2.4.4",
"webpack": "^4.47.0"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0"
},
"lint-staged": {
"*.js": [
"vue-cli-service lint",
"git add"
],
"*.vue": [
"vue-cli-service lint",
"git add"
]
}
}