-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 955 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
{
"name": "api-tester",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@walletconnect/web3-provider": "^1.7.7",
"@web3auth/web3auth": "^0.6.3",
"axios": "^0.26.0",
"debank-open-api": "^1.0.1",
"install": "^0.13.0",
"magic-sdk": "7.0.0",
"moralis": "^1.5.3",
"next": "12.1.0",
"next-plausible": "2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-moralis": "^1.3.5",
"socket.io-client": "^4.4.1"
},
"devDependencies": {
"@types/node": "17.0.21",
"@types/react": "17.0.39",
"autoprefixer": "^10.4.3",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"postcss": "^8.4.11",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.8",
"tailwindcss": "^3.0.23",
"typescript": "4.6.2"
}
}