-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start:local": "nodemon index.js"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@badrap/bar-of-progress": "^0.1.2",
"@reduxjs/toolkit": "^1.7.2",
"@walletconnect/ethereum-provider": "^2.11.0",
"@walletconnect/web3-provider": "^1.7.7",
"@web3auth/web3auth": "^0.9.0",
"antd": "^4.18.7",
"axios": "^0.26.1",
"chart.js": "^3.7.1",
"html-react-parser": "^1.4.8",
"magic-sdk": "^8.1.0",
"millify": "^4.0.0",
"mongoose": "^6.2.2",
"moralis": "^1.5.9",
"moralis-v1": "^1.13.0",
"next": "12.3.3",
"pg": "^8.7.3",
"react": "^17.0.2",
"react-chartjs-2": "^4.0.1",
"react-dom": "^17.0.2",
"react-moralis": "^1.3.1",
"react-redux": "^7.2.6"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.1",
"tailwindcss": "^3.0.7"
}
}