-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1019 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1019 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
38
39
40
41
{
"name": "4x4builder",
"version": "2.0.0",
"private": true,
"description": "4x4builder.com",
"author": "Shane Vincent",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && npm run sitemap",
"preview": "vite preview",
"sitemap": "node scripts/generate-sitemap.js"
},
"dependencies": {
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.4.2",
"@react-three/rapier": "^2.2.0",
"@react-three/xr": "^6.6.28",
"@tailwindcss/vite": "^4.1.17",
"classnames": "^2.5.1",
"immer": "^11.0.1",
"noisejs": "^2.1.0",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-router-dom": "^7.10.1",
"tailwindcss": "^4.1.17",
"three": "^0.182.0",
"three-stdlib": "^2.36.1",
"vite-plugin-svgr": "^4.5.0",
"zustand": "^5.0.9"
},
"devDependencies": {
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-basic-ssl": "^2.1.0",
"@vitejs/plugin-react": "^5.1.2",
"r3f-perf": "^7.2.3",
"vite": "^7.2.7",
"vite-plugin-glsl": "^1.5.5"
}
}