35 lines
985 B
JSON
35 lines
985 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@hono/node-server": "^1.14.3",
|
|
"@mdx-js/mdx": "^3.1.0",
|
|
"@paperclover/console": "git+https://git.paperclover.net/clo/console.git",
|
|
"esbuild": "^0.25.5",
|
|
"hls.js": "^1.6.5",
|
|
"hono": "^4.7.11",
|
|
"marko": "^6.0.20"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.15.29",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"imports": {
|
|
"#sitegen": "./framework/sitegen-lib.ts",
|
|
"#sqlite": "./framework/sqlite.ts",
|
|
"#ssr": "./framework/engine/ssr.ts",
|
|
"#ssr/jsx-dev-runtime": "./framework/engine/jsx-runtime.ts",
|
|
"#ssr/jsx-runtime": "./framework/engine/jsx-runtime.ts",
|
|
"#ssr/marko": "./framework/engine/marko-runtime.ts",
|
|
"#marko/html": {
|
|
"development": "marko/debug/html",
|
|
"production": "marko/html"
|
|
},
|
|
"#hono/platform": {
|
|
"bun": "hono/bun",
|
|
"deno": "hono/deno",
|
|
"node": "@hono/node-server",
|
|
"worker": "hono/cloudflare-workers"
|
|
}
|
|
}
|
|
}
|