实验室运维前端-web
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

73 lines
1.8 KiB

{
"name": "saber-admin",
"version": "4.2.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"analyz": "npm_config_report=true npm run build",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e"
},
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
12 months ago
"avue-plugin-print": "^1.0.0",
"avue-plugin-ueditor": "^0.1.4",
"axios": "^0.21.1",
"babel-polyfill": "^6.26.0",
"classlist-polyfill": "^1.2.0",
"compressorjs": "^1.2.1",
"crypto-js": "^4.0.0",
"echarts": "^5.5.1",
"element-ui": "^2.15.6",
"file-saver": "^2.0.5",
12 months ago
"html2canvas": "^1.4.1",
"js-base64": "^2.5.1",
"js-cookie": "^2.2.0",
"js-md5": "^0.7.3",
12 months ago
"jspdf": "^2.5.2",
"jszip": "^3.10.1",
"mockjs": "^1.0.1-beta3",
"moment": "^2.30.1",
"node-gyp": "^5.0.6",
"nprogress": "^0.2.0",
"portfinder": "^1.0.23",
"print-js": "^1.6.0",
"script-loader": "^0.7.2",
"sm-crypto": "^0.3.13",
"vue": "^2.6.10",
"vue-axios": "^2.1.2",
"vue-baidu-map": "^0.21.22",
"vue-easy-print": "0.0.8",
"vue-i18n": "^8.7.0",
"vue-print-nb": "^1.7.5",
12 months ago
"vue-printjs": "^1.0.0",
"vue-router": "^3.0.1",
"vue-seamless-scroll": "^1.1.23",
12 months ago
"vuex": "^3.1.1",
"vxe-table": "^4.6.25",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.1.1",
"@vue/cli-plugin-eslint": "^3.1.5",
"@vue/cli-service": "^3.1.4",
"chai": "^4.1.2",
"sass": "^1.77.6",
"sass-loader": "^10.0.5",
"vue-template-compiler": "^2.5.17",
"webpack-bundle-analyzer": "^3.0.3"
},
"lint-staged": {
"*.js": [
"vue-cli-service lint",
"git add"
],
"*.vue": [
"vue-cli-service lint",
"git add"
]
}
}