-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 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
44
{
"name": "cybergauntlet",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@supabase/supabase-js": "^2.90.1",
"@types/dompurify": "^3.0.5",
"@types/three": "^0.182.0",
"@vitejs/plugin-react": "^5.1.2",
"autoprefixer": "^10.5.0",
"dompurify": "^3.4.2",
"lucide-react": "^0.562.0",
"postcss": "^8.5.14",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router-dom": "^7.12.0",
"tailwindcss": "^4.3.0",
"three": "^0.182.0",
"vite": "^7.3.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@vitest/ui": "^4.0.18",
"jsdom": "^27.4.0",
"vitest": "^4.0.18"
}
}