-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.91 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 1.91 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "hypeapp-backoffice",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"test": "vitest",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@hookform/resolvers": "^5.2.2",
"@radix-ui/react-checkbox": "^1.3.3",
"@tailwindcss/vite": "^4.1.17",
"@tanstack/react-query": "^5.90.8",
"@tanstack/react-router": "^1.135.2",
"chart.js": "^4.5.1",
"clsx": "^2.1.1",
"leaflet": "^1.9.4",
"livekit-client": "^2.19.1",
"lucide-react": "^0.553.0",
"next-themes": "^0.4.6",
"react": "^19.2.0",
"react-chartjs-2": "^5.3.1",
"react-dom": "^19.2.0",
"react-hook-form": "^7.66.0",
"react-leaflet": "^5.0.0",
"react-resizable-panels": "^3.0.6",
"react-select": "^5.10.2",
"react-textarea-autosize": "^8.5.9",
"react-window": "^1.8.11",
"socket.io-client": "^4.8.3",
"sonner": "^2.0.7",
"tailwindcss": "^4.1.17",
"zod": "^4.1.12"
},
"devDependencies": {
"@tanstack/router-plugin": "^1.135.2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/leaflet": "^1.9.21",
"@types/node": "^24.10.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@types/react-window": "^2.0.0",
"@vitejs/plugin-react": "^5.1.0",
"globals": "^16.5.0",
"jsdom": "^26.1.0",
"typescript": "~5.9.3",
"vite": "^7.3.6",
"vitest": "^3.2.4"
},
"pnpm": {
"overrides": {
"picomatch@4": "4.0.4",
"postcss": "8.5.18",
"rollup@4": "4.59.0",
"seroval": "1.5.3",
"socket.io-parser": "4.2.6",
"ws@8": "8.21.0",
"yaml@1": "1.10.3"
}
}
}