forked from ansbr/ironkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.63 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
{
"name": "with-next-siwe-iron-session",
"private": true,
"version": "0.0.51",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate": "wagmi generate"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.451.0",
"@babylonjs/core": "^6.29.0",
"@babylonjs/gui": "^6.29.0",
"@babylonjs/gui-editor": "^6.29.0",
"@babylonjs/inspector": "^6.29.0",
"@babylonjs/loaders": "^6.29.0",
"@babylonjs/materials": "^6.29.0",
"@babylonjs/serializers": "^6.29.0",
"@cloudflare/next-on-pages": "^1.11.3",
"@layerzerolabs/lz-v2-utilities": "^2.1.13",
"@rainbow-me/rainbowkit": "1.3.4",
"@supabase/supabase-js": "^2.38.4",
"@tippyjs/react": "^4.2.6",
"@wagmi/cli": "^1.5.2",
"babylonjs-gltf2interface": "^6.29.0",
"bootstrap": "^5.3.2",
"classnames": "^2.3.2",
"ethers": "^5.6.8",
"iron-session": "^6.3.1",
"next": "^13.5.4",
"postcss": "^8.4.31",
"postcss-nesting": "^12.0.1",
"react": "^18.2.0",
"react-babylonjs": "^3.1.25",
"react-cookie": "^7.1.0",
"react-dom": "^18.2.0",
"react-toastify": "^9.1.3",
"reconnecting-websocket": "^4.4.0",
"ronin-connector": "^0.0.13",
"siwe": "^2.1.4",
"swr": "^2.2.4",
"viem": "~1.19.7",
"wagmi": "~1.4.7",
"web3": "^4.2.2",
"wrangler": "^3.57.1",
"zustand": "^4.4.6"
},
"devDependencies": {
"@types/node": "^18.16.12",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.15",
"eslint": "^8.15.0",
"eslint-config-next": "^13.5.4",
"typescript": "^5.0.4"
},
"packageManager": "[email protected]"
}