-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 862 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
{
"name": "leak-shield",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@blueprintjs/core": "^4.14.1",
"@blueprintjs/popover2": "^1.10.2",
"@moralisweb3/next": "^2.10.4",
"@next/font": "13.1.1",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"ethers": "^5.7.2",
"moralis": "^2.10.4",
"net": "^1.0.2",
"next": "13.1.1",
"next-auth": "^4.18.7",
"react": "18.2.0",
"react-bootstrap": "^2.7.0",
"react-dom": "18.2.0",
"react-ga": "^3.3.1",
"redis": "^4.5.1",
"redis-om": "^0.3.6",
"tls": "^0.0.1",
"typescript": "4.9.4",
"wagmi": "^0.10.2"
}
}