-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.56 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
{
"name": "streaklens",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"pages:build": "npx @cloudflare/next-on-pages"
},
"dependencies": {
"@cfworker/uuid": "^1.12.4",
"@clerk/backend": "^1.2.2",
"@clerk/nextjs": "^5.1.5",
"@cloudflare/next-on-pages": "^1.11.3",
"@cloudflare/workers-types": "^4.20240603.0",
"@hono/clerk-auth": "^2.0.0",
"@langchain/cloudflare": "^0.0.4",
"@react-three/fiber": "^8.16.8",
"@tsparticles/engine": "^3.3.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.3.0",
"@upstash/ratelimit": "^1.1.3",
"axios": "^1.6.8",
"clsx": "^2.1.1",
"flowbite": "^2.3.0",
"flowbite-react": "^0.9.0",
"flowbite-react-icons": "^1.0.7",
"framer-motion": "^11.2.11",
"hono": "^4.4.4",
"langchain": "^0.1.37",
"mini-svg-data-uri": "^1.4.4",
"next": "^14.2.4",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.23.1",
"tailwind-merge": "^2.3.0",
"tailwind-scrollbar-hide": "^1.1.7",
"three": "^0.165.0",
"zod": "^3.23.5"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/three": "^0.166.0",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8.4.38",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.3",
"typescript": "^5"
}
}