-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 985 Bytes
/
package.json
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
{
"name": "z-nostalgia",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@pigment-css/react": "^0.0.27",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-toggle-group": "^1.1.0",
"@react-three/drei": "^9.116.0",
"@react-three/fiber": "^8.17.10",
"@react-three/postprocessing": "^2.16.3",
"next": "^14",
"react": "^18",
"react-dom": "^18",
"seedrandom": "^3.0.5",
"three": "^0.170.0"
},
"devDependencies": {
"@pigment-css/nextjs-plugin": "^0.0.27",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/seedrandom": "^3.0.8",
"eslint": "^9",
"eslint-config-next": "15.0.3",
"typescript": "^5"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
}
}