-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.26 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.26 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
{
"name": "ultra-lab",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build && node scripts/fix-html-assets.js && node scripts/build-seo-pages.js && node scripts/build-blog.js",
"preview": "vite preview"
},
"dependencies": {
"@google/genai": "^1.43.0",
"@google/generative-ai": "^0.24.1",
"@notionhq/client": "^5.11.0",
"@react-email/components": "^1.0.10",
"@xyflow/react": "^12.10.1",
"dotenv": "^17.3.1",
"elkjs": "^0.11.1",
"firebase": "^12.9.0",
"firebase-admin": "^13.6.1",
"lucide-react": "^0.468.0",
"nodemailer": "^8.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-email": "^5.2.10",
"resend": "^6.9.1",
"stripe": "^18.5.0",
"tailwindcss-motion": "^1.1.1"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.18",
"@types/nodemailer": "^7.0.9",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"@vercel/node": "^5.5.33",
"@vercel/og": "^0.11.1",
"@vitejs/plugin-react": "^4.7.0",
"gray-matter": "^4.0.3",
"marked": "^17.0.1",
"promptfoo": "^0.121.2",
"puppeteer": "^24.37.5",
"tailwindcss": "^4.1.18",
"typescript": "~5.6.2",
"vite": "^6.4.1"
}
}