mirror of
https://github.com/usetrmnl/terminus.git
synced 2026-04-29 13:34:37 -07:00
8707ff3e95
This picks up the latest changes in the htmx ecosystem along with a CodeMirror patch: * link:https://github.com/bigskysoftware/htmx/blob/master/CHANGELOG.md#209---2026-04-15[htmx 2.0.9] * link:https://alchemists.io/projects/htmx-remove/versions/3.2.0/[htmx Remove 3.2.0]. Milestone: minor
25 lines
518 B
JSON
25 lines
518 B
JSON
{
|
|
"name": "terminus",
|
|
"description": "A TRMNL server.",
|
|
"author": "TRMNL",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"type": "module",
|
|
"keywords": [
|
|
"ruby",
|
|
"hanami",
|
|
"htmx"
|
|
],
|
|
"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",
|
|
"hanami-assets": "^2.3.0",
|
|
"htmx-ext-sse": "^2.2.3",
|
|
"htmx-remove": "^3.2.0",
|
|
"htmx.org": "^2.0.8"
|
|
}
|
|
}
|