-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathpackage.json
78 lines (78 loc) · 2.18 KB
/
package.json
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
{
"name": "iot-dc3-web",
"version": "2024.3.0",
"private": true,
"author": "pnoker",
"description": "IoT DC3 平台前端页面",
"engines": {
"node": ">=18.0.0"
},
"type": "module",
"scripts": {
"tauri": "tauri",
"serve": "vite --host --mode dev",
"test": "vite --host --mode test",
"pre": "vite --host --mode pre",
"pro": "vite --host --mode pro",
"build": "vite build",
"preview": "vite preview",
"check": "vue-tsc --build --force",
"format": "prettier --write src/",
"lint": "eslint . --ext .vue,.ts --fix --ignore-path .gitignore"
},
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@antv/g2": "^5.2.10",
"@element-plus/icons-vue": "^2.3.1",
"@tauri-apps/api": "^2.2.0",
"@tauri-apps/plugin-shell": "^2.2.0",
"axios": "^1.7.9",
"clipboard": "^2.0.11",
"core-js": "^3.40.0",
"echarts": "^5.6.0",
"element-plus": "^2.9.4",
"highlight.js": "^11.11.1",
"js-base64": "^3.7.7",
"js-cookie": "^3.0.5",
"js-md5": "^0.8.3",
"json-bigint": "^1.0.0",
"marked": "^15.0.6",
"mitt": "^3.0.1",
"moment": "^2.30.1",
"nprogress": "^0.2.0",
"pinia": "^2.3.1",
"screenfull": "^6.0.2",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vuex": "^4.1.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2.2.7",
"@types/js-cookie": "^3.0.6",
"@types/json-bigint": "^1.0.4",
"@types/node": "^22.13.1",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"@vitejs/plugin-legacy": "^6.0.1",
"@vitejs/plugin-vue": "^5.2.1",
"dotenv": "^16.4.7",
"eslint": "^9.20.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-vue": "^9.32.0",
"minimist": "^1.2.8",
"path": "^0.12.7",
"prettier": "^3.4.2",
"prettier-eslint": "^16.3.0",
"sass": "^1.84.0",
"terser": "^5.38.1",
"typescript": "~5.7.3",
"unplugin-auto-import": "^19.0.0",
"unplugin-vue-components": "^28.0.0",
"vite": "^6.1.0",
"vue-class-component": "^8.0.0-0",
"vue-template-compiler": "^2.7.16",
"vue-tsc": "^2.2.0"
}
}