mirror of
https://github.com/usetrmnl/terminus.git
synced 2026-08-13 14:29:27 -07:00
Resolves this high severity security link:https://github.com/advisories/GHSA-gv7w-rqvm-qjhr[issue]. This includes allowing esbuild install scripts because they are needed to install platform specific binaries. Milestone: patch
32 lines
645 B
JSON
32 lines
645 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.4",
|
|
"htmx-remove": "^3.5.0",
|
|
"htmx-slide": "^0.4.0",
|
|
"htmx.org": "^2.0.8"
|
|
},
|
|
"overrides": {
|
|
"esbuild": "^0.28.1"
|
|
},
|
|
"allowScripts": {
|
|
"esbuild@0.28.1": true
|
|
}
|
|
}
|