-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.48 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.48 KB
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
{
"private": true,
"scripts": {
"dev": "NEXT_PUBLIC_ENV=testnet next dev -p 3001",
"mainnet-dev": "next dev -p 3001",
"build": "next build",
"build:testnet": "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",
"@walletconnect/web3-provider": "^1.6.6",
"antd": "^4.17.3",
"axios": "^0.24.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",
"lodash": "^4.17.21",
"lottie-react": "^2.2.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-toastify": "^8.1.0",
"react-tooltip": "^4.2.21",
"use-debounce": "^7.0.1"
},
"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"
}
}