This repository was archived by the owner on Feb 4, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.62 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.62 KB
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
{
"name": "farcaster-search-embeddings",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@devcaster/next": "^0.0.3",
"@farcaster/auth-kit": "^0.2.1",
"@neynar/nodejs-sdk": "^1.7.0",
"@prisma/client": "^5.8.1",
"@supabase/supabase-js": "^2.39.7",
"@upstash/ratelimit": "^1.0.1",
"@vercel/analytics": "^1.1.2",
"@vercel/kv": "^1.0.1",
"axios": "^1.6.7",
"chromadb": "^1.7.3",
"classnames": "^2.5.1",
"crypto": "^1.0.1",
"date-fns": "^3.3.0",
"dayjs": "^1.11.10",
"fs": "^0.0.1-security",
"hls.js": "^1.5.7",
"next": "14.0.4",
"next13-progressbar": "^1.1.3",
"openai": "^4.29.0",
"posthog-js": "^1.104.4",
"posthog-node": "^3.6.2",
"prisma": "^5.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-farcaster-embed": "^1.3.6",
"sass": "^1.70.0",
"satori": "^0.10.11",
"sharp": "^0.32.6",
"swr": "^2.2.5",
"uuid": "^9.0.1",
"viem": "^2.8.5",
"zustand": "^4.1.5"
},
"devDependencies": {
"@types/eslint": "^8.44.7",
"@types/node": "^18.17.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"tailwindcss": "^3.3.5",
"typescript": "^5.1.6"
}
}