File size: 1,207 Bytes
63c7991
 
 
 
 
cbbfee4
3e7aab3
 
63c7991
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "name": "llamacoder-new",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "PORT=7860  next dev",
    "build": "next build",
    "start": "PORT=7860 next start",
    "lint": "next lint"
  },
  "dependencies": {
    "@codesandbox/sandpack-react": "^2.18.2",
    "@codesandbox/sandpack-themes": "^2.0.21",
    "@conform-to/zod": "^1.1.5",
    "@google/generative-ai": "^0.21.0",
    "@heroicons/react": "^2.1.5",
    "@prisma/client": "^5.18.0",
    "@radix-ui/react-radio-group": "^1.2.0",
    "@radix-ui/react-select": "^2.1.1",
    "@radix-ui/react-switch": "^1.1.0",
    "@radix-ui/react-tooltip": "^1.1.2",
    "@vercel/og": "^0.6.2",
    "dedent": "^1.5.3",
    "eventsource-parser": "^1.1.2",
    "framer-motion": "^11.3.19",
    "next": "14.2.5",
    "react": "^18",
    "react-dom": "^18",
    "sonner": "^1.5.0",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/node": "^20",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "eslint": "^8",
    "eslint-config-next": "14.2.3",
    "postcss": "^8",
    "prettier": "^3.3.3",
    "prettier-plugin-tailwindcss": "^0.6.5",
    "prisma": "^5.18.0",
    "tailwindcss": "^3.4.1",
    "typescript": "^5"
  }
}