-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 918 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
{
"name": "create-next-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/stylis": "^0.8.5",
"@ethersproject/abi": "^5.2.0",
"@ethersproject/providers": "^5.2.0",
"@geist-ui/react": "^2.1.5",
"@geist-ui/react-icons": "^1.0.1",
"@textile/hub": "^6.1.2",
"bcryptjs": "^2.4.3",
"bech32": "^1.1.4",
"emotion": "^11.0.0",
"ethers": "^5.2.0",
"next": "^10.2.3",
"next-images": "^1.7.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-dropzone": "^11.3.2",
"react-feather": "^2.0.9",
"react-jss": "^10.5.1",
"scrypt-js": "^3.0.1",
"styled-jsx": "^3.2.5",
"web3modal": "^1.9.3"
},
"devDependencies": {
"@iconify-icons/simple-icons": "^1.1.26",
"@iconify/react": "^1.1.4",
"json-loader": "^0.5.7"
}
}