-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.3 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.3 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
{
"name": "astro-cloudflare-template",
"type": "module",
"version": "1.0.0",
"description": "A modern Astro + Cloudflare Workers template for building fast, scalable websites",
"scripts": {
"dev": "NODE_ENV=development astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"db:generate": "drizzle-kit generate",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio",
"db:migrate": "wrangler d1 migrations apply astro-auth",
"auth:setup": "node scripts/setup-auth.js"
},
"dependencies": {
"@astrojs/cloudflare": "^12.6.0",
"@astrojs/react": "^4.3.0",
"@astrojs/sitemap": "^3.4.2",
"@paralleldrive/cuid2": "^2.2.2",
"astro": "^5.12.3",
"better-auth": "^1.3.7",
"drizzle-orm": "^0.44.4",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"resend": "^4.7.0",
"sharp": "^0.33.5",
"stripe": "^18.4.0"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"better-sqlite3": "^12.2.0",
"drizzle-kit": "^0.31.4",
"wrangler": "^4.26.0"
},
"keywords": [
"astro",
"cloudflare",
"workers",
"template",
"website",
"modern",
"fast",
"ssr"
],
"author": "Your Name",
"license": "MIT"
}