-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.27 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": "oneboot-sdk-client",
"private": true,
"version": "0.0.1-alpha.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"verify": "vue-tsc --noEmit",
"preview": "vite preview",
"tauri": "tauri",
"rustopt": "set RUSTFLAGS=\"-Z threads=8\"",
"update-tauri": "pnpm update @tauri-apps/cli @tauri-apps/api @tauri-apps/plugin-shell @tauri-apps/plugin-store"
},
"dependencies": {
"@primevue/themes": "^4.2.1",
"@tauri-apps/api": "^2.0.3",
"@tauri-apps/plugin-shell": "^2.0.1",
"@tauri-apps/plugin-store": "^2.1.0",
"axios": "^1.7.7",
"lossless-json": "^4.0.2",
"monaco-editor": "^0.50.0",
"monaco-tree-editor": "^1.1.5",
"nanoid": "^5.0.8",
"primeicons": "^7.0.0",
"primevue": "^4.2.1",
"vue": "^3.5.12",
"vue-fn": "latest",
"vue-router": "^4.4.5",
"web-tree-sitter": "^0.24.3"
},
"devDependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@tauri-apps/cli": "^2.0.4",
"@types/node": "^22.8.6",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"highlight.js": "^11.10.0",
"sass": "^1.80.6",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vue-tsc": "^2.1.10"
},
"packageManager": "[email protected]"
}