mirror of
https://github.com/honojs/hono.git
synced 2024-11-25 13:19:30 +01:00
9db4f6f94d
* chore: fixed serve-static example * chore: update mustache example * chore: remove unnecessary fields * chore: update durable objects example
21 lines
496 B
JSON
21 lines
496 B
JSON
{
|
|
"name": "hono-example-jsx-ssr",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "esbuild --bundle --sourcemap --outdir=dist ./src/index.tsx",
|
|
"dev": "miniflare --live-reload --debug",
|
|
"publish": "wrangler publish dist/index.js"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"hono": "^0.3.7",
|
|
"nano-jsx": "^0.0.29"
|
|
},
|
|
"devDependencies": {
|
|
"esbuild": "^0.14.20",
|
|
"miniflare": "^2.2.0",
|
|
"wrangler": "^0.0.16"
|
|
}
|
|
} |