-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.62 KB
/
package.json
File metadata and controls
61 lines (61 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
{
"name": "codecraft-ai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@ai-sdk/openai": "^2.0.42",
"@ai-sdk/react": "^2.0.60",
"@aws-sdk/client-s3": "^3.911.0",
"@daytonaio/sdk": "^0.110.2",
"@monaco-editor/react": "^4.7.0",
"@nanostores/react": "^0.7.3",
"@openrouter/ai-sdk-provider": "^1.2.0",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-tabs": "^1.1.13",
"ai": "^5.0.60",
"appwrite": "^21.0.0",
"cloudinary": "^2.8.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"file-saver": "^2.0.5",
"framer-motion": "^12.23.22",
"ignore": "^7.0.5",
"jszip": "^3.10.1",
"lucide-react": "^0.544.0",
"mammoth": "^1.11.0",
"monaco-editor": "^0.54.0",
"motion": "^12.23.24",
"next": "15.5.9",
"node-appwrite": "^20.0.0",
"pdf-parse-new": "^1.4.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hot-toast": "^2.6.0",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"rehype-pretty-code": "^0.14.1",
"shiki": "^3.14.0",
"tailwind-merge": "^3.3.1",
"zod": "^4.1.12",
"zustand": "^5.0.8"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/file-saver": "^2.0.7",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.5.4",
"tailwindcss": "^4",
"typescript": "^5"
}
}