-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 849 Bytes
/
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
{
"name": "ustb-wifi-tools",
"private": true,
"version": "1.1.4",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^2.0.2",
"@tauri-apps/plugin-clipboard-manager": "^2.2.0",
"@tauri-apps/plugin-dialog": "~2",
"@tauri-apps/plugin-shell": "^2.0.0",
"@tauri-apps/plugin-updater": "~2",
"dayjs": "^1.11.13",
"echarts": "^5.5.1",
"vue": "^3.5.12"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.3",
"@vicons/ionicons5": "^0.12.0",
"@vitejs/plugin-vue": "^5.1.4",
"naive-ui": "^2.40.1",
"typescript": "^5.6.3",
"unplugin-auto-import": "0.18.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.12",
"vue-tsc": "2.1.6"
}
}