-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.5 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": "satang",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@google/genai": "^1.40.0",
"@hookform/resolvers": "^5.2.2",
"@next/third-parties": "^16.1.6",
"@sparticuz/chromium": "^143.0.4",
"@supabase/ssr": "^0.8.0",
"@supabase/supabase-js": "^2.95.2",
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/react-query": "^5.90.20",
"@types/node": "^25.2.1",
"@types/react": "^19.2.13",
"@types/react-dom": "^19.2.3",
"@vercel/speed-insights": "^1.3.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.563.0",
"marked": "^17.0.1",
"next": "^16.1.6",
"pdf-lib": "^1.17.1",
"pdf-parse": "^2.4.5",
"postcss": "^8.5.6",
"pptxgenjs": "^4.0.1",
"puppeteer-core": "^24.37.2",
"radix-ui": "^1.4.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-dropzone": "^14.4.0",
"react-hook-form": "^7.71.1",
"react-markdown": "^10.1.0",
"react-resizable-panels": "^4.6.0",
"react-zoom-pan-pinch": "^3.7.0",
"remark-gfm": "^4.0.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"zod": "^4.3.6",
"zustand": "^5.0.11"
},
"devDependencies": {
"eslint": "^9.39.2",
"eslint-config-next": "^16.1.6"
}
}