-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.54 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.54 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
{
"name": "zitacode",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^6.9.6",
"@clerk/themes": "^2.2.46",
"@google/generative-ai": "^0.24.0",
"@heroicons/react": "^2.2.0",
"@mistralai/mistralai": "^1.6.0",
"@monaco-editor/react": "^4.7.0",
"@radix-ui/react-dialog": "^1.1.7",
"@radix-ui/react-progress": "^1.1.3",
"@radix-ui/react-select": "^2.1.7",
"@radix-ui/react-slot": "^1.2.0",
"@tailwindcss/typography": "^0.5.16",
"@vercel/analytics": "^1.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"convex": "^1.17.4",
"framer-motion": "^12.7.3",
"lucide-react": "^0.469.0",
"next": "^16.2.4",
"next-pwa": "^5.6.0",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-hot-toast": "^2.5.2",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^15.6.1",
"remark-gfm": "^4.0.1",
"svix": "^1.44.0",
"tailwind-merge": "^3.2.0",
"tailwindcss-animate": "^1.0.7",
"workbox-webpack-plugin": "^7.3.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"@types/next-pwa": "^5.6.9",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/serviceworker": "^0.0.135",
"eslint": "^10.3.0",
"eslint-config-next": "^16.2.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}