-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 928 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 928 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
{
"name": "ijaa-github-io",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "node scripts/build-pages.mjs",
"build:site": "vite build",
"preview": "python3 -m http.server 4173 -d dist"
},
"dependencies": {
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.4.0",
"@tailwindcss/vite": "^4.1.17",
"clsx": "^2.1.1",
"gsap": "^3.13.0",
"lenis": "^1.3.15",
"lucide-react": "^0.555.0",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"tailwindcss": "^4.1.17",
"three": "^0.181.2"
},
"devDependencies": {
"@playwright/test": "1.60.0",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.181.0",
"@vitejs/plugin-react": "^5.1.1",
"typescript": "^5.9.3",
"vite": "^7.2.4",
"vite-plugin-glsl": "^1.6.0"
}
}