-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.19 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
{
"name": "wcf-client-rust",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"tauri-dev": "pnpm tauri dev",
"tauri-build": "pnpm tauri build",
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri",
"i": "pnpm install"
},
"dependencies": {
"@primevue/themes": "^4.0.5",
"@tauri-apps/api": ">=2.0.0",
"@tauri-apps/plugin-clipboard-manager": ">=2.0.0",
"@tauri-apps/plugin-shell": ">=2.0.0",
"ace-builds": "^1.36.2",
"nanoid": "^5.0.7",
"pinia": "^2.2.2",
"vue": "^3.3.4",
"vue3-ace-editor": "^2.2.4"
},
"devDependencies": {
"@arco-design/web-vue": "^2.56.1",
"@tauri-apps/cli": ">=2.0.0",
"@types/node": "^22.5.4",
"@unocss/preset-attributify": "^0.62.3",
"@unocss/preset-uno": "^0.62.3",
"@vitejs/plugin-vue": "^5.0.5",
"@vueuse/core": "^11.0.3",
"path": "^0.12.7",
"primeicons": "^7.0.0",
"primevue": "^4.0.5",
"typescript": "^5.5.4",
"unocss": "^0.62.3",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-router": "^0.10.7",
"vite": "^5.3.1",
"vue-router": "^4.4.3",
"vue-tsc": "^2.0.22"
}
}