-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
47 lines (47 loc) · 1.17 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": "test-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/colors": "^0.1.8",
"@rainbow-me/rainbowkit": "^0.12.12",
"@types/node": "18.15.11",
"@types/react": "18.0.31",
"@types/react-dom": "18.0.11",
"@zerodevapp/sdk": "^2.2.10",
"@zerodevapp/social-wallet": "^1.0.1",
"@zerodevapp/wagmi": "^3.0.11",
"cookie-cutter": "^0.2.0",
"cookies-next": "^2.1.1",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"eth-sig-util": "^3.0.1",
"ethereumjs-util": "^7.1.5",
"ethers": "^5.7.1",
"jsonwebtoken": "^9.0.0",
"kysely": "^0.24.2",
"next": "13.2.4",
"postgres": "^3.3.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-player": "^2.12.0",
"typescript": "5.0.2",
"uuid": "^9.0.0",
"wagmi": "^0.12.12"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.1",
"@types/pg": "^8.6.6",
"@types/uuid": "^9.0.1",
"autoprefixer": "^10.4.14",
"encoding": "^0.1.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
}
}