-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.02 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
{
"name": "nostrbama",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test": "vitest run",
"prepare": "husky"
},
"dependencies": {
"@astrojs/react": "^4.2.4",
"@dimforge/rapier3d": "^0.15.1",
"@react-three/rapier": "^2.1.0",
"@tailwindcss/vite": "^4.1.4",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"astro": "^5.7.0",
"lil-gui": "^0.20.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"stats.js": "^0.17.0",
"swiper": "^11.2.6",
"tailwindcss": "^4.1.4",
"three": "^0.175.0",
"three-stdlib": "^2.35.15",
"vercel": "^41.6.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"@testing-library/user-event": "^14.6.1",
"@types/three": "^0.175.0",
"husky": "^9.1.7",
"prettier-plugin-tailwindcss": "^0.6.11",
"vite-plugin-top-level-await": "^1.5.0",
"vite-plugin-wasm": "^3.4.1",
"vitest": "^3.1.1"
}
}