-
Notifications
You must be signed in to change notification settings - Fork 997
/
package.json
60 lines (60 loc) · 1.73 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
{
"name": "llamacoder-new",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && prisma migrate deploy && next build",
"start": "next start",
"lint": "next lint && tsc --noEmit --noUnusedLocals"
},
"dependencies": {
"@codesandbox/sandpack-react": "^2.19.10",
"@codesandbox/sandpack-themes": "^2.0.21",
"@codesandbox/sdk": "^0.0.6",
"@conform-to/zod": "^1.2.2",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"@prisma/client": "^5.18.0",
"@radix-ui/react-radio-group": "^1.2.2",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-toast": "^1.2.4",
"@radix-ui/react-tooltip": "^1.1.6",
"@tailwindcss/typography": "^0.5.15",
"@vercel/og": "^0.6.4",
"class-variance-authority": "^0.7.1",
"dedent": "^1.5.3",
"eventsource-parser": "^1.1.2",
"framer-motion": "^11.15.0",
"lucide-react": "^0.468.0",
"next": "15.1.1",
"next-plausible": "^3.12.4",
"next-s3-upload": "^0.3.4",
"react": "^19",
"react-dom": "^19",
"react-markdown": "^9.0.1",
"react-textarea-autosize": "^8.5.6",
"shiki": "^1.24.2",
"sonner": "^1.7.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"together-ai": "^0.10.0",
"use-stick-to-bottom": "^1.0.42",
"vaul": "^1.1.2",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^8",
"eslint-config-next": "15.1.1",
"postcss": "^8",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"prisma": "^5.18.0",
"tailwindcss": "^3.4.17",
"typescript": "^5"
}
}