-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 938 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 938 Bytes
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
{
"name": "xcontroller-app",
"private": true,
"version": "0.3.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauricon": "tauricon",
"test": "vitest run"
},
"dependencies": {
"@primevue/themes": "^4.1.0",
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/plugin-shell": "^2.2.0",
"chart.js": "^4.4.4",
"primeicons": "^7.0.0",
"primevue": "^4.1.0",
"three": "^0.171.0",
"vue": "^3.3.4",
"vue-i18n": "^10.0.4"
},
"devDependencies": {
"@tauri-apps/cli": "^2.1.0",
"@tauri-apps/tauricon": "github:tauri-apps/tauricon",
"@types/three": "^0.171.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/test-utils": "^2.4.6",
"happy-dom": "^16.7.3",
"typescript": "^5.0.2",
"vite": "^6.0.4",
"vitest": "^3.0.4",
"vue-tsc": "^2.1.6"
},
"resolutions": {}
}