-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.13 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": "sec3hub",
"version": "0.0.2-alpha",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/next-js": "^2.1.4",
"@chakra-ui/react": "^2.7.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@rainbow-me/rainbowkit": "^1.0.5",
"@tanstack/react-query": "^4.29.19",
"@tanstack/react-table": "^8.9.3",
"@types/node": "20.3.3",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"canvas-confetti": "^1.6.0",
"dayjs": "^1.11.9",
"eslint": "8.44.0",
"eslint-config-next": "13.4.8",
"framer-motion": "^10.12.18",
"lucide-react": "^0.258.0",
"next": "13.4.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.1.6",
"viem": "^1.2.12",
"wagmi": "^1.3.8"
},
"devDependencies": {
"@flydotio/dockerfile": "^0.3.3",
"@types/canvas-confetti": "^1.6.0",
"encoding": "^0.1.13",
"lokijs": "^1.5.12",
"pino-pretty": "^10.0.1"
},
"browser": {
"fs": false,
"net": false,
"tls": false
}
}