Blog/package.json
Caleb Braaten 16cf44b42d wip: New Application Architecture
Explore a new approach to clean up the implementation of an AppShell and individual pages. Will likely retire htmx for a lightweight custom page router.
2025-10-17 13:53:30 -07:00

17 lines
364 B
JSON

{
"name": "portfolio",
"version": "1.0.50",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun run --watch ./index.tsx"
},
"dependencies": {
"@elysiajs/html": "1.4.0",
"@elysiajs/static": "1.4.4",
"elysia": "^1.4.11"
},
"devDependencies": {
"@types/bun": "^1.3.0"
},
"module": "src/index.js"
}