-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
56 lines (56 loc) · 1.55 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "musee",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"format": "prettier --write .",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@pmndrs/assets": "^1.6.0",
"@radix-ui/react-progress": "^1.0.3",
"@react-three/drei": "^9.106.0",
"@react-three/fiber": "9.0.0-beta.0",
"@react-three/postprocessing": "^2.16.2",
"framer-motion": "^11.2.10",
"framer-motion-3d": "^11.2.10",
"next": "15.0.0-rc.0",
"postprocessing": "^6.35.5",
"react": "19.0.0-rc-f994737d14-20240522",
"react-dom": "19.0.0-rc-f994737d14-20240522",
"react-use": "^17.5.0",
"suspend-react": "^0.1.3",
"three": "^0.165.0",
"three-stdlib": "^2.30.3"
},
"devDependencies": {
"@total-typescript/ts-reset": "^0.5.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/three": "^0.165.0",
"babel-plugin-react-compiler": "0.0.0-experimental-592953e-20240517",
"clsx": "^2.1.1",
"eslint": "^8",
"eslint-config-next": "15.0.0-rc.0",
"fluid-tailwind": "^1.0.0",
"leva": "^0.9.35",
"postcss": "^8",
"postcss-easing-gradients": "^3.0.1",
"prettier-plugin-tailwindcss": "^0.6.1",
"tailwindcss": "^3.4.4",
"tw-reset": "^0.0.2",
"typescript": "5.4.5"
},
"pnpm": {
"patchedDependencies": {
"@react-three/[email protected]": "patches/@[email protected]",
"@react-three/[email protected]": "patches/@[email protected]",
"[email protected]": "patches/[email protected]"
}
}
}