-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 955 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 955 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
{
"name": "excavator-safe-system",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev:all": "bash ./start.sh",
"build": "tsc --noEmit && vite build",
"test": "vitest run",
"test:watch": "vitest",
"sensor:bridge": "node sensor-bridge/server.js"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"hls.js": "^1.6.15",
"lucide-react": "^0.577.0",
"motion": "^12.23.24",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"ws": "^8.19.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.14",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react-swc": "^4.0.1",
"jsdom": "^29.0.0",
"tailwindcss": "^4.1.14",
"typescript": "^5.9.2",
"vite": "^7.1.4",
"vitest": "^4.1.0"
}
}