-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 833 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 833 Bytes
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
{
"name": "themeforge-byok",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"deploy": "wrangler pages deploy dist"
},
"dependencies": {
"@ai-sdk/openai": "^3.0.0",
"ai": "^6.0.0",
"astro": "^5.7.0",
"jszip": "^3.10.1",
"lucide-react": "^0.460.0",
"marked": "^15.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.34.5",
"zod": "^3.23.8",
"zustand": "^5.0.0"
},
"devDependencies": {
"@astrojs/react": "^4.4.0",
"@astrojs/tailwind": "^6.0.0",
"@tailwindcss/typography": "^0.5.19",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
}
}