-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.39 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.39 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
{
"name": "cms_project",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/prisma-adapter": "^2.9.1",
"@google/generative-ai": "^0.24.1",
"@prisma/client": "^6.9.0",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tooltip": "^1.2.7",
"@upstash/ratelimit": "^2.0.5",
"@upstash/redis": "^1.35.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"firebase": "^11.9.1",
"lucide-react": "^0.514.0",
"next": "15.3.3",
"next-auth": "^4.24.11",
"next-themes": "^0.4.6",
"openai": "^5.5.1",
"quill": "^1.3.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.57.0",
"react-markdown": "^10.1.0",
"react-quill": "2.0.0-beta.4",
"slugmaster": "^1.2.5",
"sonner": "^2.0.5",
"tailwind-merge": "^3.3.1",
"tailwind-variants": "^1.0.0",
"zod": "^3.25.64"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/postcss": "^4",
"eslint": "^9",
"eslint-config-next": "15.3.3",
"prisma": "^6.9.0",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.4"
}
}