forked from BLUE-YBZ/saas-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (65 loc) · 1.92 KB
/
package.json
File metadata and controls
66 lines (65 loc) · 1.92 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
{
"name": "saas-starter-template",
"version": "1.0.0",
"description": "A modern SaaS website template inspired by shipany.ai",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next build",
"contentful:export": "node -r dotenv/config cms/contentful/contentful2md.js",
"gen:seo": "SITE_URL=https://your-domain.com node scripts/gen-seo-files.js"
},
"dependencies": {
"@ai-sdk/deepinfra": "^1.0.28",
"@ai-sdk/fal": "^1.0.22",
"@ai-sdk/fireworks": "^1.0.28",
"@ai-sdk/google": "^2.0.34",
"@ai-sdk/luma": "^1.0.18",
"@ai-sdk/openai": "^2.0.68",
"@ai-sdk/replicate": "^1.0.18",
"@ai-sdk/togetherai": "^1.0.28",
"@ai-sdk/xai": "^2.0.33",
"@contentful/rich-text-html-renderer": "^16.3.2",
"@contentful/rich-text-types": "^16.3.2",
"@radix-ui/react-select": "^2.2.5",
"@supabase/ssr": "^0.7.0",
"@supabase/supabase-js": "^2.57.4",
"@types/react-syntax-highlighter": "^15.5.13",
"ai": "^5.0.93",
"clsx": "^2.0.0",
"contentful": "^10.6.13",
"date-fns": "^2.30.0",
"framer-motion": "^12.23.24",
"glob": "^11.0.3",
"gray-matter": "^4.0.3",
"lucide-react": "^0.516.0",
"next": "14.0.4",
"next-themes": "^0.3.0",
"node-fetch": "^2.6.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-syntax-highlighter": "^15.6.1",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"stripe": "^18.5.0",
"tailwind-merge": "^2.0.0",
"turndown": "^7.1.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.0.0",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"autoprefixer": "^10.4.0",
"dotenv": "^17.0.0",
"eslint": "^8.0.0",
"eslint-config-next": "14.0.4",
"postcss": "^8.4.0",
"tailwindcss": "^3.3.0",
"typescript": "^5.0.0"
},
"license": "MIT"
}