-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 948 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
36
37
38
39
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/metamask": "^8.0.0-beta.0",
"@web3-react/types": "^6.0.7",
"alchemy-sdk": "^2.0.2",
"antd": "^4.22.4",
"axios": "^0.27.2",
"cross-fetch": "^2.2.6",
"ethereumjs-tx": "^2.1.2",
"fs": "^0.0.1-security",
"next": "12.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"web3": "^1.7.5",
"web3-core": "^1.7.5",
"web3-react": "^5.0.5",
"ws": "^8.8.1"
},
"devDependencies": {
"@types/node": "18.6.5",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"eslint": "8.21.0",
"eslint-config-next": "12.2.4",
"typescript": "4.7.4"
}
}