-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.7 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.7 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
{
"name": "sammapix",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"prebuild": "node scripts/generate-blog-list.mjs",
"build": "NODE_OPTIONS='--max-old-space-size=8192' next build",
"start": "next start",
"lint": "next lint",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:debug": "playwright test --debug",
"test:e2e:headed": "playwright test --headed"
},
"dependencies": {
"@andresaya/edge-tts": "^1.8.0",
"@anthropic-ai/sdk": "^0.80.0",
"@auth/drizzle-adapter": "^1.11.1",
"@google-analytics/data": "^5.2.1",
"@google/generative-ai": "^0.24.1",
"@huggingface/transformers": "^4.0.1",
"@imgly/background-removal": "^1.7.0",
"@jsquash/jxl": "^1.3.0",
"@microsoft/clarity": "^1.0.2",
"@neondatabase/serverless": "^1.0.2",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toast": "^1.2.15",
"@react-email/components": "^1.0.8",
"@react-email/render": "^2.0.4",
"@stripe/stripe-js": "^8.9.0",
"@types/canvas-confetti": "^1.9.0",
"@types/leaflet": "^1.9.21",
"@vercel/analytics": "^1.6.1",
"browser-image-compression": "^2.0.2",
"canvas-confetti": "^1.9.4",
"class-variance-authority": "^0.7.1",
"cloudinary": "^2.9.0",
"clsx": "^2.1.1",
"disposable-email-domains": "^1.0.62",
"drizzle-orm": "^0.45.1",
"exifr": "^7.1.3",
"file-saver": "^2.0.5",
"heic-convert": "^2.1.0",
"heic-to": "^1.4.2",
"heic2any": "^0.0.4",
"immer": "^11.1.4",
"jszip": "^3.10.1",
"leaflet": "^1.9.4",
"lucide-react": "^0.577.0",
"next": "^15.5.14",
"next-auth": "^4.24.13",
"onnxruntime-web": "^1.24.3",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^5.5.207",
"piexifjs": "^1.0.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-dropzone": "^15.0.0",
"react-markdown": "^10.1.0",
"resend": "^6.9.3",
"sharp": "^0.34.5",
"slugify": "^1.6.6",
"stripe": "^20.4.0",
"tailwind-merge": "^3.5.0",
"youtube-transcript": "^1.3.0",
"zod": "^4.3.6",
"zustand": "^5.0.11"
},
"overrides": {
"onnxruntime-node": "npm:empty-npm-package@1.0.0"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"@types/file-saver": "^2.0.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"drizzle-kit": "^0.31.9",
"eslint": "^8",
"eslint-config-next": "^16.1.6",
"gremlins.js": "^2.2.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}