chore: add Hono dependency, server scripts, and dev proxy

This commit is contained in:
2026-06-15 20:03:04 -06:00
parent afba975cec
commit 956badf3f1
5 changed files with 546 additions and 0 deletions

11
package-lock.json generated
View File

@@ -8,6 +8,7 @@
"name": "faketeachingdesign",
"version": "0.0.0",
"dependencies": {
"hono": "^4.12.25",
"jszip": "^3.10.1",
"markdown-it": "^14.2.0",
"vue": "^3.5.34"
@@ -1585,6 +1586,15 @@
"node": ">=8"
}
},
"node_modules/hono": {
"version": "4.12.25",
"resolved": "https://registry.npmjs.org/hono/-/hono-4.12.25.tgz",
"integrity": "sha512-2NFaIyNVgJmBs/ecmtGzlmluTFs5cHEWGTdu0t1HBwYzoGXOL5nUQBRMXsXWla5i4KkG//QMzVP88m1+I3fdAQ==",
"license": "MIT",
"engines": {
"node": ">=16.9.0"
}
},
"node_modules/html-encoding-sniffer": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-6.0.0.tgz",
@@ -2387,6 +2397,7 @@
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
"dev": true,
"license": "MIT",
"peer": true,
"engines": {
"node": ">=12"
},