-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.2 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.2 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
{
"name": "jk-dot-com",
"type": "module",
"version": "1.0.0",
"description": "JK.com — Jayson Knight consulting. Astro 6 + Cloudflare Workers + EmDash.",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"test": "vitest run",
"test:watch": "vitest",
"preview": "astro preview",
"astro": "astro",
"postinstall": "node scripts/copy-og-assets.mjs",
"deploy": "astro build && wrangler deploy",
"db:create": "wrangler d1 create jk-emdash",
"db:query": "wrangler d1 execute jk-emdash --remote --command",
"types": "wrangler types --env-interface CloudflareBindings src/env.d.ts"
},
"dependencies": {
"@astrojs/cloudflare": "^13.1.10",
"@astrojs/svelte": "^8.0.5",
"@emdash-cms/cloudflare": "^0.17.1",
"@fontsource/space-grotesk": "^5.2.10",
"@resvg/resvg-wasm": "^2.6.2",
"astro": "^6.3.2",
"emdash": "^0.17.1",
"hono": "^4.12.23",
"satori": "^0.26.0",
"shiki": "^4.0.2",
"svelte": "^5.55.9",
"tailwindcss": "^4.2.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@tailwindcss/vite": "^4.2.2",
"typescript": "^5.7.0",
"vitest": "^4.1.4",
"wrangler": "^4.94.0"
},
"engines": {
"node": ">=24"
}
}