-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
65 lines (65 loc) · 1.8 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
60
61
62
63
64
65
{
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"dev:testnet": "NEXT_PUBLIC_ENV=testnet next dev -p 3001",
"build": "NODE_ENV=production NEXT_PUBLIC_ENV=mainnet next build",
"build:testnet": "NODE_ENV=production NEXT_PUBLIC_ENV=testnet next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.4.1",
"@heroicons/react": "^1.0.4",
"@metamask/eth-sig-util": "^4.0.0",
"@next-auth/firebase-adapter": "0.0.2-canary.207",
"@tailwindcss/forms": "^0.3.4",
"@types/qrcode": "^1.4.1",
"@types/react-blockies": "^1.4.1",
"@visx/gradient": "^2.1.0",
"@visx/group": "^2.1.0",
"@visx/mock-data": "^2.1.2",
"@visx/responsive": "^2.8.0",
"@visx/scale": "^2.2.2",
"@visx/shape": "^2.4.0",
"@visx/tooltip": "^2.8.0",
"@walletconnect/web3-provider": "^1.6.6",
"antd": "^4.17.3",
"axios": "^0.24.0",
"blockies-ts": "^1.0.0",
"classnames": "^2.3.1",
"cors": "^2.8.5",
"ethers": "^5.5.2",
"firebase": "^8.10.0",
"firebase-admin": "^10.0.2",
"human-time": "^0.0.2",
"ipfs-http-client": "^56.0.1",
"moment": "^2.29.1",
"moralis": "^0.0.154",
"multicoin-address-validator": "^0.5.2",
"next": "latest",
"nextjs-progressbar": "^0.0.13",
"qrcode": "^1.4.4",
"react": "^17.0.2",
"react-blockies": "^1.4.1",
"react-dom": "^17.0.2",
"react-firebase-hooks": "^3.0.4",
"react-hook-form": "^7.17.3",
"react-hot-toast": "^2.1.1",
"react-moralis": "^0.3.1",
"react-spring": "^9.4.2",
"react-toastify": "^8.1.0",
"react-tooltip": "^4.2.21",
"use-debounce": "^7.0.1",
"use-file-upload": "^1.0.11"
},
"devDependencies": {
"@types/node": "^16.10.3",
"@types/react": "^17.0.27",
"autoprefixer": "^10.2.6",
"copy-to-clipboard": "^3.3.1",
"next-auth": "^3.29.0",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.4",
"typescript": "^4.4.3"
}
}