Tyler Hallada
76cc87631f
Frontend is built with Bun. It uses Stimulus to progressively enhance the server-built HTML. Currently, it only replaces UTC timestamps from the server with the time in the browser's timezone.
15 lines
261 B
JSON
15 lines
261 B
JSON
{
|
|
"dependencies": {
|
|
"@hotwired/stimulus": "^3.2.1"
|
|
},
|
|
"name": "crawlnicle-frontend",
|
|
"module": "hello_controller.ts",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"bun-types": "^0.6.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|