-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.04 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
{
"name": "eden-abraham",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@edenlabs/eden-sdk": "^0.1.0",
"@rainbow-me/rainbowkit": "^0.8.1",
"@types/form-data": "^2.5.0",
"@types/node-fetch": "^2.6.3",
"antd": "^5.0.7",
"axios": "^1.2.1",
"dotenv": "^16.0.3",
"ethers": "^5.7.2",
"form-data": "^4.0.0",
"iron-session": "^6.3.1",
"next": "13.0.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"recorder-js": "^1.0.7",
"siwe": "^1.1.6",
"swr": "^2.0.0",
"wagmi": "^0.11.5"
},
"devDependencies": {
"@types/formidable": "^2.0.5",
"@types/node": "18.11.15",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"eslint": "8.29.0",
"eslint-config-next": "13.0.7",
"formidable": "^2.1.1",
"typescript": "4.9.4"
},
"resolutions": {
"ethereumjs-abi": "https://registry.npmjs.org/ethereumjs-abi/-/ethereumjs-abi-0.6.8.tgz"
}
}