-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.76 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "rainbowdemo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate": "drizzle-kit generate:pg"
},
"dependencies": {
"@alchemy/aa-accounts": "^3.6.1",
"@alchemy/aa-core": "^3.6.1",
"@ethereum-attestation-service/eas-sdk": "1.6",
"@farcaster/auth-kit": "^0.2.2",
"@neynar/nodejs-sdk": "^1.19.3",
"@rainbow-me/rainbowkit": "^2.0.2",
"@tanstack/react-query": "^5.28.4",
"@types/react-google-recaptcha": "^2.1.9",
"@uploadthing/react": "^6.4.4",
"@vercel/postgres": "^0.8.0",
"body-parser": "^1.20.2",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.30.9",
"encoding": "^0.1.13",
"ethers": "^6.11.1",
"express": "^4.19.2",
"next": "^14.1.3",
"next-auth": "^5.0.0-beta.16",
"pg": "^8.11.5",
"pino-pretty": "^10.3.1",
"react": "^18",
"react-dom": "^18",
"react-google-recaptcha": "^3.1.0",
"react-hooks-global-state": "^2.1.0",
"react-icons": "^5.1.0",
"tslib": "^2.6.2",
"uploadthing": "^6.9.0",
"use-debounce": "^10.0.0",
"utf-8-validate": "^6.0.3",
"viem": "^2.8.11",
"wagmi": "^2.5.11",
"web3": "^4.7.0"
},
"devDependencies": {
"@composedb/devtools": "^0.7.1",
"@composedb/devtools-node": "^0.7.1",
"@types/body-parser": "^1.19.5",
"@types/express": "^4.17.21",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"daisyui": "^4.7.3",
"drizzle-kit": "^0.20.17",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"tsx": "^4.7.2",
"typescript": "^5"
},
"engines": {
"node": ">=18.0.0"
}
}