-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.5.5",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@hookform/error-message": "^2.0.1",
"@tanstack/match-sorter-utils": "^8.8.4",
"@tanstack/react-query": "^4.28.0",
"@tanstack/react-table": "^8.8.5",
"@types/node": "18.15.11",
"@types/react": "18.0.32",
"@types/react-dom": "18.0.11",
"axios": "^1.4.0",
"blockies-react-svg": "^0.0.13",
"blockies-ts": "^1.0.0",
"chakra-react-select": "^4.6.0",
"ethers": "^5.7.2",
"framer-motion": "^10.10.0",
"next": "13.2.4",
"next-seo": "^6.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-feather": "^2.0.10",
"react-icons": "^4.8.0",
"react-use": "^17.4.0",
"typescript": "^5.1.6",
"viem": "^1.5.0",
"wagmi": "^1.3.9"
},
"devDependencies": {
"sass": "^1.61.0"
}
}