forked from pmndrs/gltf-react-three
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 924 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": "with-tailwindcss",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@react-three/drei": "^9.105.4",
"@react-three/fiber": "^8.16.1",
"base64-arraybuffer": "^0.2.0",
"clipboard-copy": "^4.0.1",
"file-saver": "^2.0.5",
"gltfjsx": "6.2.3",
"jszip": "^3.10.1",
"leva": "^0.9.35",
"next": "12.2.3",
"prism-react-renderer": "^2.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.4.1",
"three": "^0.163.0",
"three-stdlib": "^2.29.6",
"zstddec": "^0.1.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"postcss": "^8.4.38",
"raw-loader": "^4.0.2",
"tailwindcss": "^3.4.3"
}
}