zb-admin/package.json

70 lines
1.9 KiB
JSON
Raw Normal View History

2022-03-22 07:52:01 +00:00
{
2022-06-10 07:00:38 +00:00
"name": "ad",
2022-03-22 07:52:01 +00:00
"version": "0.1.0",
"private": true,
"scripts": {
2022-05-30 07:37:04 +00:00
"dev": "npm run serve",
2022-03-22 07:52:01 +00:00
"serve": "vue-cli-service serve",
2022-06-10 07:00:38 +00:00
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
2022-03-22 07:52:01 +00:00
},
"dependencies": {
2022-06-07 09:54:21 +00:00
"@better-scroll/core": "^2.4.2",
2022-04-02 07:23:18 +00:00
"clipboard": "^2.0.10",
2022-03-22 07:52:01 +00:00
"core-js": "^3.6.5",
2022-03-24 04:15:14 +00:00
"echarts": "^5.3.1",
2022-03-31 08:31:17 +00:00
"echarts-liquidfill": "^3.1.0",
2022-03-24 04:15:14 +00:00
"element-plus": "^2.1.4",
2022-05-10 09:50:58 +00:00
"exceljs": "^4.3.0",
2022-05-19 03:48:47 +00:00
"file-saver": "^2.0.5",
"jszip": "^3.9.1",
2022-03-31 02:13:27 +00:00
"mavon-editor": "^2.10.4",
"md-editor-v3": "^1.11.3",
2022-03-24 04:15:14 +00:00
"nprogress": "^0.2.0",
2022-04-01 09:07:38 +00:00
"path-to-regexp": "^6.2.0",
2022-03-25 07:23:57 +00:00
"print-js": "^1.6.0",
2022-04-02 07:23:18 +00:00
"splitpanes": "^3.1.1",
2022-05-19 03:48:47 +00:00
"svg-sprite-loader": "^6.0.11",
2022-03-22 07:52:01 +00:00
"vue": "^3.0.0",
2022-03-31 02:13:27 +00:00
"vue-cropper": "^1.0.3",
"vue-cropperjs": "^5.0.0",
2022-04-18 07:53:43 +00:00
"vue-mugen-scroll": "^0.2.6",
2022-05-02 02:52:07 +00:00
"vue-qr": "^4.0.6",
2022-03-22 07:52:01 +00:00
"vue-router": "^4.0.0-0",
2022-04-02 07:23:18 +00:00
"vue-splitpane": "^1.0.6",
"vuedraggable": "^4.1.0",
2022-03-25 07:23:57 +00:00
"vuex": "^4.0.0-0",
2022-05-10 09:50:58 +00:00
"wangeditor": "^4.7.12",
"xlsx": "^0.18.5"
2022-03-22 07:52:01 +00:00
},
"devDependencies": {
2022-06-10 07:00:38 +00:00
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
2022-03-22 07:52:01 +00:00
"@vue/cli-plugin-babel": "~4.5.8",
2022-06-10 07:00:38 +00:00
"@vue/cli-plugin-eslint": "~4.5.8",
2022-03-22 07:52:01 +00:00
"@vue/cli-plugin-router": "~4.5.8",
"@vue/cli-plugin-typescript": "~4.5.8",
"@vue/cli-plugin-vuex": "~4.5.8",
"@vue/cli-service": "~4.5.8",
"@vue/compiler-sfc": "^3.0.0",
2022-06-10 07:00:38 +00:00
"@vue/eslint-config-standard": "^5.1.2",
"@vue/eslint-config-typescript": "^7.0.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": "^7.0.0",
"lint-staged": "^9.5.0",
2022-03-22 07:52:01 +00:00
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"typescript": "~4.1.5"
2022-06-10 07:00:38 +00:00
},
"lint-staged": {
"*.{js,jsx,vue,ts,tsx}": [
"vue-cli-service lint",
"git add"
]
2022-03-22 07:52:01 +00:00
}
}