-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 992 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 992 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
39
{
"name": "forge-view",
"private": true,
"version": "1.6.4",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"test": "vitest run",
"test:e2e": "playwright test"
},
"dependencies": {
"@tauri-apps/api": "^2.11.1",
"@tauri-apps/plugin-dialog": "^2.7.1",
"@tauri-apps/plugin-fs": "^2.5.1",
"react": "19.2.7",
"react-dom": "19.2.7",
"three": "0.185.1",
"zustand": "5.0.14"
},
"devDependencies": {
"@playwright/test": "^1.61.1",
"@tailwindcss/vite": "4.3.2",
"@tauri-apps/cli": "^2.11.4",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/three": "0.185.0",
"@vitejs/plugin-react": "^6.0.3",
"jsdom": "^29.1.1",
"tailwindcss": "4.3.2",
"typescript": "~7.0.2",
"vite": "8.1.3",
"vitest": "^4.1.10"
}
}