-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·61 lines (61 loc) · 1.57 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
57
58
59
60
61
{
"name": "react-three-next",
"version": "2.0.0",
"authors": [
"Renaud ROHLINGER <https://twitter.com/onirenaud>"
],
"license": "MIT",
"private": true,
"engines": {
"node": ">=20"
},
"scripts": {
"lint": "next lint --fix --dir app",
"dev": "next dev",
"build": "next build",
"analyze": "ANALYZE=true next build",
"start": "next start"
},
"dependencies": {
"@ducanh2912/next-pwa": "^9.0.1",
"@mdi/js": "^7.2.96",
"@pixiv/three-vrm": "^2.0.0",
"@rainbow-me/rainbowkit": "^2.0.5",
"@react-three/drei": "^9.77.3",
"@react-three/fiber": "^8.13.3",
"@tanstack/query-core": "^5.32.0",
"@tanstack/react-query": "^5.32.0",
"axios": "^1.4.0",
"encoding": "^0.1.13",
"framer-motion": "^10.12.17",
"glsl-random": "^0.0.5",
"lokijs": "^1.5.12",
"next": "^13.4.7",
"pino-pretty": "^10.0.0",
"react": "^18.2.0",
"react-confetti": "^6.1.0",
"react-dom": "^18.2.0",
"react-use": "^17.5.0",
"three": "^0.153.0",
"three-stdlib": "^2.23.10",
"tunnel-rat": "^0.1.2",
"viem": "^2.21.32",
"wagmi": "^2.12.20"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.3.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.43.0",
"eslint-config-next": "^13.4.7",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-tailwindcss": "^3.12.1",
"file-loader": "^6.2.0",
"glslify": "^7.1.1",
"glslify-loader": "^2.0.0",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"raw-loader": "^4.0.2",
"tailwindcss": "^3.3.2",
"url-loader": "^4.1.1"
}
}