Files
terminus/package.json
T
2026-07-19 16:44:36 -06:00

31 lines
638 B
JSON

{
"name": "terminus",
"description": "A TRMNL server.",
"author": "TRMNL",
"license": "MIT",
"private": true,
"type": "module",
"keywords": [
"ruby",
"hanami",
"htmx",
"epaper"
],
"dependencies": {
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lang-liquid": "^6.3.0",
"@codemirror/theme-one-dark": "^6.1.3",
"alpinejs": "^3.15.0",
"codemirror": "^6.0.2",
"esbuild": "^0.28.1",
"hanami-assets": "^3.0.0",
"htmx-ext-sse": "^2.2.4",
"htmx-remove": "^3.6.0",
"htmx-slide": "^0.6.0",
"htmx.org": "^2.0.8"
},
"allowScripts": {
"esbuild@0.28.1": true
}
}