-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
63 lines (63 loc) · 1.69 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@headlessui/react": "^1.6.6",
"@heroicons/react": "v1",
"@mui/material": "^5.11.15",
"@svgr/webpack": "^6.2.1",
"@tailwindcss/forms": "^0.5.2",
"@types/react-google-recaptcha": "^2.1.2",
"@vercel/analytics": "^0.1.6",
"@walletconnect/web3-provider": "^1.7.1",
"@web3auth/web3auth": "^0.6.3",
"axios": "^0.24.0",
"d3-drag": "^1.2.4",
"d3-force": "^2.0.1",
"d3-selection": "^1.4.0",
"d3-zoom": "^1.8.3",
"ethers": "^5.5.3",
"formik": "^2.2.9",
"hls.js": "^1.1.5",
"is-ipfs": "^6.0.2",
"magic-sdk": "^8.0.1",
"metamask-react": "^2.1.2",
"moralis": "^1.2.3",
"next": "12.3",
"nookies": "^2.5.2",
"qr-code-styling": "^1.6.0-rc.1",
"react": "^17.0.2",
"react-blockies": "^1.4.1",
"react-circular-progressbar": "^2.0.4",
"react-dom": "^17.0.2",
"react-hook-form": "^7.22.5",
"react-icons": "^4.3.1",
"react-modal": "^3.14.4",
"react-moralis": "^1.2.1",
"react-query": "^3.39.3",
"react-select": "^5.2.1",
"react-spinners": "^0.11.0",
"react-toastify": "^8.1.0",
"tw-elements": "^1.0.0-alpha4",
"web3": "^1.6.1",
"web3modal": "^1.9.5"
},
"devDependencies": {
"@types/react": "^17.0.38",
"autoprefixer": "^10.4.0",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.3.1",
"cssnano": "^5.0.14",
"eslint": "8.12.0",
"eslint-config-next": "12.3.4",
"postcss": "^8.4.4",
"tailwindcss": "^3.0.0",
"typescript": "^4.7.4"
}
}