This repository was archived by the owner on Nov 28, 2025. It is now read-only.
-
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.37 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.37 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": "cdn-content-finder",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@genkit-ai/googleai": "^1.12.0",
"@hookform/resolvers": "^5.1.1",
"@radix-ui/react-accordion": "^1.2.11",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-toast": "^1.2.14",
"@tiptap/react": "^3.0.7",
"@tiptap/starter-kit": "^3.0.7",
"@types/file-saver": "^2.0.7",
"@wcj/html-to-markdown": "^2.1.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"docx": "^9.5.1",
"dotenv": "^16.5.0",
"file-saver": "^2.0.5",
"genkit": "^1.12.0",
"jspdf": "^3.0.1",
"lucide-react": "^0.516.0",
"marked": "^16.0.0",
"next": "15.3.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.58.0",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"serpapi": "^2.1.0",
"tailwind-merge": "^3.3.1",
"zod": "^3.25.67"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.4",
"typescript": "^5"
}
}