-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.68 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.68 KB
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": "gpm_agvs",
"version": "1.21.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vite build --emptyOutDir",
"staging": "vite build --mode staging --emptyOutDir",
"preview": "vite preview",
"format": "prettier --write \"src/**/*.vue\""
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"@j-t-mcc/vue3-chartjs": "^1.3.0",
"@microsoft/signalr": "^8.0.0",
"@microsoft/signalr-protocol-msgpack": "^8.0.0",
"apexcharts": "^4.0.0",
"axios": "^1.10.0",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.9.1",
"bootstrap-vue-3": "^0.2.12",
"chart.js": "^3.7.0",
"clipboard": "^2.0.11",
"core-js": "^3.8.3",
"date-fns": "^4.1.0",
"echarts": "^5.6.0",
"element-plus": "^2.4.3",
"html2canvas": "^1.4.1",
"loadsh": "^0.0.4",
"mitt": "^3.0.0",
"moment": "^2.29.4",
"ol": "8.1.0",
"ol-contextmenu": "5.3.0",
"ol-ext": "^4.0.6",
"proj4": "^2.8.1",
"splitpanes": "^4.0.4",
"three": "^0.163.0",
"vant": "^4.9.21",
"vue": "^3.2.13",
"vue-draggable-plus": "^0.6.0",
"vue-i18n": "^9.2.2",
"vue-picture-cropper": "^0.7.0",
"vue-router": "^4.0.3",
"vue-sweetalert2": "^5.0.5",
"vue3-apexcharts": "^1.4.1",
"vue3-json-viewer": "^2.4.1",
"vuex": "^4.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.0",
"leaflet": "^1.9.4",
"prettier": "^3.5.3",
"sass": "^1.32.7",
"sass-loader": "^12.0.0",
"standard-version": "^9.5.0",
"unplugin-auto-import": "^19.1.2",
"unplugin-vue-components": "^28.4.1",
"vite": "^6.2.4",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vue-tsc": "^2.2.10"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
]
}