-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.31 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
{
"name": "dchain-game-dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"react": "^18",
"react-dom": "^18",
"next": "14.2.5",
"@popperjs/core": "^2.11.8",
"@rainbow-me/rainbowkit": "^1.0.11",
"@react-three/drei": "^9.47.1",
"@react-three/fiber": "8.9.1",
"@types/three": "0.146.0",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.3",
"ethers": "^5.7.2",
"jquery": "^3.7.1",
"leva": "0.9.34",
"react-scripts": "5.0.1",
"sweetalert2": "^11.10.5",
"three": "0.147.0",
"viem": "^1.10.12",
"wagmi": "^1.4.1",
"web3": "^4.5.0"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"@rollup/plugin-inject": "^5.0.3",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"buffer": "^6.0.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"events": "^3.3.0",
"process": "^0.11.10",
"util": "^0.12.5"
}
}