-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 850 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
{
"name": "nft-metaverse",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-three/cannon": "^6.4.0",
"@react-three/drei": "^9.32.4",
"@react-three/fiber": "^8.8.7",
"@thirdweb-dev/auth": "^2.0.11",
"@thirdweb-dev/react": "^3.1.2",
"@thirdweb-dev/sdk": "^3.1.2",
"axios": "^0.27.2",
"child_process": "^1.0.2",
"cookie": "^0.5.0",
"ethers": "^5.7.1",
"manny": "^3.2.3",
"next": "^12.1.6",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-paginate": "^8.1.3",
"react-three-third-person": "^0.4.6",
"sass": "^1.55.0",
"three-stdlib": "^2.17.3"
},
"devDependencies": {
"eslint": "8.24.0",
"eslint-config-next": "12.3.1"
}
}