-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 967 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": "next-r3f-starter",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"start": "next start",
"dev": "next dev",
"build": "next build",
"analyze": "ANALYZE=true next build"
},
"dependencies": {
"@react-three/drei": "^9.56.25",
"@react-three/fiber": "^8.11.2",
"@react-three/postprocessing": "^2.7.0",
"next": "^13.1.6",
"next-pwa": "^5.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "0.148.0",
"three-stdlib": "^2.21.8"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.1.6",
"@types/node": "18.14.0",
"@types/react": "^18.0.28",
"@types/three": "^0.149.0",
"autoprefixer": "^10.4.13",
"eslint-config-next": "^13.1.6",
"file-loader": "^6.2.0",
"glslify": "^7.1.1",
"glslify-loader": "^2.0.0",
"postcss": "^8.4.21",
"raw-loader": "^4.0.2",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.5",
"url-loader": "^4.1.1"
}
}