-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 821 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 821 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
{
"name": "misconduct-desktop",
"version": "0.1.21",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "tsc -b && vite build",
"build:backend": "node scripts/stage-backend-release.mjs",
"preview": "vite preview --host 0.0.0.0",
"tauri": "tauri",
"tauri:build": "npm run build:backend && tauri build"
},
"dependencies": {
"@tanstack/react-query": "latest",
"@vitejs/plugin-react": "latest",
"framer-motion": "latest",
"lucide-react": "latest",
"react": "latest",
"react-dom": "latest",
"typescript": "latest",
"vite": "latest",
"zod": "latest",
"@tauri-apps/api": "^2.9.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2.11.2",
"@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3"
}
}