-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
105 lines (105 loc) · 2.95 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "module3",
"version": "0.1.0",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate": "drizzle-kit generate:pg",
"add-delegates": "node --loader ts-node/esm src/utils/insert_delegates.ts",
"test": "ts-node -r tsconfig-paths/register app/components/testDelegate.ts"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.13",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@ethereum-attestation-service/eas-sdk": "2.2.0",
"@headlessui/react": "^2.0.3",
"@heroicons/react": "^2.1.3",
"@next/env": "^14.2.3",
"@neynar/nodejs-sdk": "^1.19.4",
"@pinata/sdk": "^2.1.0",
"@pinecone-database/pinecone": "^2.2.1",
"@rainbow-me/rainbowkit": "^2.0.2",
"@tailwindcss/forms": "^0.5.7",
"@tanstack/query-core": "^5.29.0",
"@tanstack/react-query": "^5.37.1",
"@types/webextension-polyfill": "^0.10.7",
"@uploadthing/react": "^6.5.0",
"@vercel/postgres": "^0.9.0",
"@walletconnect/client": "^1.8.0",
"@walletconnect/web3-provider": "^1.8.0",
"@web3modal/wagmi": "^4.2.1",
"ai": "^3.1.12",
"alchemy-sdk": "^3.3.1",
"amplitude": "^6.0.0",
"amplitude-js": "^8.21.9",
"axios": "^1.6.8",
"body-parser": "^1.20.2",
"dompurify": "^3.1.7",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.23.0",
"drizzle-orm": "^0.32.1",
"encoding": "^0.1.13",
"ethers": "^6.11.1",
"fast-check": "^3.18.0",
"fetch": "^1.1.0",
"framer-motion": "^11.2.4",
"global": "^4.4.0",
"jotai": "^2.10.1",
"next": "14.2.2",
"node": "^18.20.4",
"openai": "^4.47.1",
"pg": "^8.12.0",
"pino-pretty": "^10.3.1",
"postgres": "^3.4.4",
"react": "^18",
"react-chatbot-kit": "^2.2.2",
"react-device-detect": "^2.2.3",
"react-dom": "^18",
"react-google-recaptcha": "^3.1.0",
"react-helmet": "^6.1.0",
"react-helmet-async": "^2.0.5",
"react-hooks-global-state": "^2.1.0",
"react-icons": "^5.1.0",
"react-toastify": "^10.0.5",
"react-tooltip": "^5.26.4",
"swr": "^2.2.5",
"tslib": "^2.6.2",
"uploadthing": "^6.10.0",
"use-debounce": "^10.0.1",
"viem": "^2.12.0",
"wagmi": "^2.9.4",
"web3": "^4.7.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@types/node": "^20.12.13",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-google-recaptcha": "^2.1.9",
"@types/react-helmet": "^6.1.11",
"@types/tailwindcss": "^3.1.0",
"autoprefixer": "10.4.15",
"daisyui": "^4.10.5",
"eslint": "^8",
"eslint-config-next": "14.2.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.4.5"
},
"pnpm": {
"overrides": {
"utf-8-validate": "5.0.2",
"i18next": ">=23.2.3"
}
}
}