-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 810 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 810 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
{
"name": "aura-projection-visual",
"private": true,
"version": "0.2.0",
"description": "A dark, slow, audio-reactive WebGL projection visual by Ray Svitla.",
"homepage": "https://raysvitla.github.io/aura-projection-visual/",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0 --port 4173",
"build": "tsc --noEmit && vite build",
"preview": "vite preview --host 0.0.0.0 --port 4173"
},
"dependencies": {
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.6.0",
"lucide-react": "^0.546.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"three": "^0.183.2"
},
"devDependencies": {
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.4",
"typescript": "^5.9.2",
"vite": "^7.1.5"
}
}