-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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
{
"name": "trade_tip",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@imengyu/vue3-context-menu": "^1.4.3",
"@tauri-apps/api": "^2.0.2",
"@tauri-apps/plugin-dialog": "^2.0.0",
"@tauri-apps/plugin-fs": "^2.0.0",
"@tauri-apps/plugin-http": "2.0.0-beta.2",
"@tauri-apps/plugin-shell": "^2.0.0",
"@tauri-apps/plugin-window-state": "^2.0.0",
"axios": "^1.7.7",
"echarts": "^5.5.1",
"element-plus": "^2.8.5",
"vue": "^3.5.12",
"vue-draggable-plus": "^0.4.1",
"vue-inline-svg": "^3.1.4",
"vue-router": "^4.4.5",
"vue-unicons": "^3.3.1",
"vue3-shortkey": "^4.0.0",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.3",
"@vitejs/plugin-vue": "^5.1.4",
"naive-ui": "^2.40.1",
"typescript": "^5.6.3",
"unplugin-auto-import": "^0.17.8",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.4.9",
"vue-tsc": "^1.8.27"
}
}