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.
17 lines
364 B
JSON
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"
|
|
} |