1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
| {
| "name": "bwf",
| "version": "0.0.0",
| "scripts": {
| "dev": "vite",
| "build": "vite build"
| },
| "dependencies": {
| "@amap/amap-jsapi-loader": "^1.0.1",
| "@babel/plugin-transform-class-properties": "^7.22.5",
| "@babel/runtime": "^7.23.2",
| "@element-plus/icons-vue": "^2.1.0",
| "@vitejs/plugin-vue": "^4.4.0",
| "@wangeditor/editor": "^5.1.23",
| "@wangeditor/editor-for-vue": "^5.1.12",
| "@wangeditor/plugin-formula": "^1.0.11",
| "axios": "^1.5.1",
| "babel-loader": "^8.0.4",
| "default-passive-events": "^2.0.0",
| "echarts": "^5.4.3",
| "echarts-liquidfill": "^3.1.0",
| "element-plus": "^2.7.3",
| "element-resize-detector": "^1.2.4",
| "es6-promise": "^4.2.8",
| "global": "^4.4.0",
| "jquery": "^3.7.1",
| "js-cookie": "^3.0.5",
| "moment": "^2.29.4",
| "net": "^1.0.2",
| "node-sass": "^9.0.0",
| "nprogress": "^0.2.0",
| "pdf": "^0.1.0",
| "pinia": "^2.1.6",
| "pinia-plugin-persistedstate": "^3.2.0",
| "sortablejs": "^1.15.0",
| "util": "^0.12.5",
| "vite": "^4.4.11",
| "vue": "^3.3.4",
| "vue-amap": "^0.5.10",
| "vue-i18n": "^9.5.0",
| "vue-loading-overlay": "^6.0.3",
| "vue-router": "^4.2.5",
| "vue-seamless-scroll": "^1.1.23",
| "vue3-amap": "^1.0.5",
| "vue3-google-map": "^0.18.0",
| "vue3-i18n": "^1.1.5",
| "vue3-json-viewer": "^2.2.2",
| "vue3-seamless-scroll": "^2.0.1",
| "vue3-tree-org": "^4.2.2",
| "weixin-js-sdk": "^1.6.5"
| },
| "devDependencies": {
| "@babel/cli": "^7.23.0",
| "@babel/core": "^7.23.2",
| "@babel/plugin-transform-classes": "^7.22.15",
| "@babel/plugin-transform-runtime": "^7.23.2",
| "@babel/preset-env": "^7.23.2",
| "@types/node": "^20.8.3",
| "@vue/compiler-sfc": "^3.2.26",
| "@vue/runtime-core": "^3.2.37",
| "consola": "^3.2.3",
| "element-theme-chalk": "^2.15.14",
| "gulp": "^4.0.2",
| "less": "^4.2.0",
| "sass": "^1.69.0",
| "svg-sprite-loader": "^6.0.11",
| "vite-plugin-style-import": "^2.0.0"
| }
| }
|
|