-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 793 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 793 Bytes
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.0",
"@chakra-ui/react": "^1.0.0",
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@usedapp/core": "^0.12.1",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"chalk": "^5.0.0",
"crypto-browserify": "^3.12.0",
"ethers": "^5.6.1",
"framer-motion": "^6.2.8",
"https-browserify": "^1.0.0",
"next": "latest",
"os-browserify": "^0.3.0",
"react": "17.0.2",
"react-app-rewired": "^2.2.1",
"react-dom": "17.0.2",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.0",
"web3": "^1.7.0",
"web3modal": "^1.9.5"
}
}