-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.15 KB
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
{
"name": "pc-video-analytics",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "node scripts/kill-port.js 5173 && vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"portable": "powershell -ExecutionPolicy Bypass -File scripts/build-standalone.ps1"
},
"dependencies": {
"@tanstack/react-query": "^5",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "^2",
"@tauri-apps/plugin-fs": "^2",
"@tauri-apps/plugin-http": "^2",
"@tauri-apps/plugin-process": "^2",
"@tauri-apps/plugin-shell": "^2.3.5",
"@tauri-apps/plugin-sql": "^2.3.2",
"lucide-react": "^0.470",
"react": "^19",
"react-dom": "^19",
"react-router-dom": "^7",
"recharts": "^2",
"zustand": "^5"
},
"devDependencies": {
"@tailwindcss/vite": "^4.2.1",
"@tauri-apps/cli": "^2",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^4",
"autoprefixer": "^10",
"postcss": "^8",
"tailwindcss": "^4",
"typescript": "^5",
"vite": "^6"
}
}