forked from Gerome-Elassaad/CodingIT
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
109 lines (109 loc) · 3.34 KB
/
Copy pathpackage.json
File metadata and controls
109 lines (109 loc) · 3.34 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "codinit-app",
"version": "0.6.0",
"private": false,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/anthropic": "latest",
"@ai-sdk/fireworks": "latest",
"@ai-sdk/google": "latest",
"@ai-sdk/google-vertex": "latest",
"@ai-sdk/mistral": "latest",
"@ai-sdk/openai": "latest",
"@aws-sdk/client-s3": "^3.864.0",
"@aws-sdk/lib-storage": "^3.864.0",
"@e2b/code-interpreter": "^1.0.2",
"@flags-sdk/growthbook": "^0.1.0",
"@hookform/resolvers": "^5.2.1",
"@monaco-editor/react": "^4.7.0",
"@posthog/ai": "^6.1.2",
"@radix-ui/react-accordion": "^1.2.11",
"@radix-ui/react-alert-dialog": "^1.1.14",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-collapsible": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.2",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "^2.50.3",
"@tailwindcss/typography": "github:tailwindcss/typography",
"@upstash/ratelimit": "^2.0.1",
"@vercel/analytics": "^1.5.0",
"@vercel/edge-config": "^1.4.0",
"@vercel/kv": "^2.0.0",
"@vercel/speed-insights": "^1.2.0",
"@xenova/transformers": "^2.17.2",
"ai": "^3.4.33",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"flags": "^4.0.1",
"framer-motion": "^12.23.0",
"geist": "^1.4.2",
"lru-cache": "^11.1.0",
"lucide-react": "^0.396.0",
"next": "^14.2.32",
"next-themes": "^0.3.0",
"ollama-ai-provider": "latest",
"posthog-js": "^1.158.3",
"posthog-node": "^5.7.0",
"prism-code-editor": "^4.1.0",
"prismjs": "^1.29.0",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.62.0",
"react-resizable-panels": "^3.0.3",
"react-syntax-highlighter": "^5.8.0",
"react-textarea-autosize": "^8.5.3",
"recharts": "^3.1.2",
"simple-icons": "^14.12.3",
"stripe": "^18.4.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^3.1.0",
"uuid": "^11.1.0",
"zod": "^3.23.8"
},
"overrides": {
"highlight.js": "11.9.0",
"tmp": "^0.2.3",
"path-to-regexp": "^6.3.0",
"esbuild": "^0.25.9"
},
"devDependencies": {
"@swc/cli": "^0.7.8",
"@swc/core": "^1.12.11",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/next": "^8.0.7",
"@types/node": "^22.18.0",
"@types/node-fetch": "^2.6.12",
"@types/prismjs": "^1.26.5",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/uuid": "^10.0.0",
"@vercel/node": "^2.3.0",
"autoprefixer": "^10.4.21",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"typescript": "^5.5.4"
}
}