-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.43 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
{
"name": "system-prompt-generator",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "^1.0.12",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-slot": "^1.0.2",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"@upstash/ratelimit": "^2.0.5",
"@upstash/redis": "^1.34.3",
"@vercel/analytics": "^1.4.1",
"ai": "^4.0.23",
"autoprefixer": "10.4.14",
"babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"file-saver": "^2.0.5",
"framer-motion": "^11.15.0",
"js-cookie": "^3.0.5",
"lucide-react": "^0.244.0",
"marked": "^15.0.5",
"motion": "^11.16.6",
"next": "15.1.3",
"next-themes": "^0.4.4",
"openai": "^4.77.0",
"postcss": "8.4.24",
"posthog-js": "^1.205.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-markdown": "^9.0.1",
"react-wrap-balancer": "^1.1.1",
"sonner": "^1.7.1",
"tailwind-merge": "^1.13.1",
"tailwindcss": "3.3.2",
"tailwindcss-animate": "^1.0.6",
"typescript": "5.1.3",
"vaul": "^1.1.2"
},
"devDependencies": {
"@types/file-saver": "^2.0.5",
"@types/js-cookie": "^3.0.6"
}
}