-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 976 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": "gm-hackers",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.17",
"@chakra-ui/react": "^2.5.4",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@web3inbox/core": "^0.0.13",
"@web3inbox/widget-react": "^0.6.17",
"@web3modal/wagmi": "^3.0.0-beta.4",
"framer-motion": "^10.10.0",
"lokijs": "^1.5.12",
"next": "^13.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.46.1",
"react-icons": "^4.10.1",
"usehooks-ts": "^2.9.1",
"valtio": "^1.11.1",
"viem": "^1.10.14",
"wagmi": "^1.4.1"
},
"devDependencies": {
"@types/node": "18.6.4",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"eslint": "8.21.0",
"eslint-config-next": "^13.2.4",
"typescript": "^5.1.6"
}
}