-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1010 Bytes
/
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
{
"name": "mirai-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.7.1",
"@web3uikit/core": "^0.2.10",
"@web3uikit/icons": "^0.2.6",
"@web3uikit/web3": "^0.2.2",
"axios": "^1.1.3",
"body-parser": "^1.20.1",
"bootstrap": "^5.2.2",
"cookie-session": "^2.0.0",
"cookiejar": "^2.1.3",
"create-hash": "^1.2.0",
"eslint-config-next": "^13.0.3",
"ethers": "^5.7.2",
"magic-sdk": "^10.0.0",
"moralis": "^1.8.0",
"next": "12.1.5",
"react": "18.0.0",
"react-bootstrap": "^2.5.0",
"react-dom": "18.0.0",
"react-modal": "^3.16.1",
"react-moralis": "^1.4.0",
"react-native-leaderboard": "^1.0.6",
"react-router-dom": "^6.4.3",
"react-toastify": "^9.1.1",
"sweetalert2": "^11.6.7"
},
"devDependencies": {
"eslint": "^8.27.0",
"web3": "^1.8.1"
}
}