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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
| {
| "name": "@ztzf/drone-command",
| "private": true,
| "version": "4.1.0",
| "scripts": {
| "dev": "vite --host",
| "test": "vite --mode test",
| "prod": "vite --mode production",
| "build:test": "vite build --mode test",
| "build:prod": "vite build --mode production",
| "serve": "vite preview --host"
| },
| "dependencies": {
| "@amap/amap-jsapi-loader": "catalog:",
| "@dvgis/dc-sdk": "catalog:",
| "@element-plus/icons-vue": "catalog:",
| "@saber/nf-design-base-elp": "catalog:",
| "@saber/nf-form-design-elp": "catalog:",
| "@saber/nf-form-elp": "catalog:",
| "@smallwei/avue": "catalog:",
| "@turf/turf": "catalog:",
| "@ztzf/apis": "workspace:*",
| "@ztzf/components": "workspace:*",
| "@ztzf/constants": "workspace:*",
| "@ztzf/hooks": "workspace:*",
| "@ztzf/utils": "workspace:*",
| "animate.css": "catalog:",
| "avue-plugin-ueditor": "catalog:",
| "axios": "catalog:",
| "cesium": "catalog:",
| "codemirror": "catalog:",
| "crypto-js": "catalog:",
| "dayjs": "catalog:",
| "decimal.js": "catalog:",
| "disable-devtool": "catalog:",
| "echarts": "catalog:",
| "echarts-gl": "^2.0.9",
| "element-plus": "catalog:",
| "eventemitter3": "catalog:",
| "highlight.js": "catalog:",
| "html5-qrcode": "catalog:",
| "hull.js": "catalog:",
| "js-audio-recorder": "catalog:",
| "js-base64": "catalog:",
| "js-cookie": "catalog:",
| "js-md5": "catalog:",
| "jszip": "catalog:",
| "leaflet": "catalog:",
| "leaflet-ant-path": "catalog:",
| "lodash": "catalog:",
| "mathjs": "catalog:",
| "mitt": "catalog:",
| "mqtt": "catalog:",
| "nprogress": "catalog:",
| "qrcodejs2-fix": "catalog:",
| "reconnecting-websocket": "catalog:",
| "sm-crypto": "catalog:",
| "trtc-sdk-v5": "catalog:",
| "uuid": "catalog:",
| "vant": "catalog:",
| "video.js": "catalog:",
| "videojs-markers": "catalog:",
| "vue": "catalog:",
| "vue-i18n": "catalog:",
| "vue-router": "catalog:",
| "vue3-clipboard": "catalog:",
| "vuedraggable": "catalog:",
| "vuex": "catalog:",
| "xlsx": "catalog:"
| },
| "devDependencies": {
| "@dvgis/vite-plugin-dc": "catalog:",
| "@vitejs/plugin-basic-ssl": "catalog:",
| "@vitejs/plugin-vue": "catalog:",
| "@vue/compiler-sfc": "catalog:",
| "postcss-pxtorem": "catalog:",
| "sass": "catalog:",
| "terser": "catalog:",
| "unplugin-auto-import": "catalog:",
| "vite": "catalog:",
| "vite-plugin-compression": "catalog:",
| "vite-plugin-minipic": "catalog:",
| "vite-plugin-svg-icons": "catalog:",
| "vite-plugin-vue-setup-extend": "catalog:"
| }
| }
|
|