-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 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
{
"name": "app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@ethersproject/bignumber": "^5.6.2",
"@mui/material": "^5.9.2",
"@walletconnect/web3-provider": "^1.7.8",
"@web3auth/web3auth": "^1.1.2",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"cookie": "^0.5.0",
"ethers": "^5.6.9",
"jsonwebtoken": "^8.5.1",
"magic-sdk": "^8.1.1",
"moment": "^2.29.4",
"moralis": "^1.10.1",
"next": "12.2.3",
"nprogress": "^0.2.0",
"react": "18.2.0",
"react-circular-progressbar": "^2.1.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"react-moralis": "^1.4.0",
"react-redux": "^8.0.2",
"redux": "^4.2.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.1",
"thunk": "^0.0.1",
"web3uikit": "^0.0.133"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"eslint": "8.20.0",
"eslint-config-next": "12.2.3",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.6"
}
}