forked from iCatGame/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.12 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
{
"name": "frontend",
"version": "1.0.0",
"description": "frontend of blockchain game",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"author": "",
"license": "ISC",
"keywords": [
"blockchain",
"game",
"AIGC"
],
"dependencies": {
"@rainbow-me/rainbowkit": "^1.0.1",
"@rainbow-me/rainbowkit-siwe-next-auth": "^0.2.0",
"@supabase/supabase-js": "^2.25.0",
"axios": "^1.4.0",
"buffer": "^6.0.3",
"dotenv": "^16.0.3",
"ethers": "^5.7.2",
"iron-session": "^6.3.1",
"next": "^13.4.4",
"next-auth": "^4.20.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"siwe": "^2.1.4",
"uuid": "^9.0.0",
"viem": "^0.3.37",
"wagmi": "^1.0.7"
},
"devDependencies": {
"encoding": "^0.1.13",
"supports-color": "^8.1.1"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": ">=18.0"
}
}