mirror of
https://github.com/OliveTin/OliveTin
synced 2026-09-25 03:05:45 +00:00
* feature: Live command output WIP * cicd: Fix live command output build errors * feature: Live command output WIP, remove stdout/stderr split * feature: Live command output * Restore output im stepExecAfter, rename so to ost for OutputStreamer * Update executor.go * feature: Remove output from log message, bad for long messages, binary output, and security * feature: Live command output WIP
35 lines
833 B
JSON
35 lines
833 B
JSON
{
|
|
"name": "olivetin-webui",
|
|
"version": "1.0.0",
|
|
"description": "The WebUI for OliveTin",
|
|
"repository": "https://github.com/OliveTin/OliveTin",
|
|
"source": "index.html",
|
|
"devDependencies": {
|
|
"eslint": "^7.25.0",
|
|
"eslint-config-standard": "^16.0.2",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^4.3.1",
|
|
"parcel": "^2.11.0",
|
|
"parcel-resolver-ignore": "^2.2.0",
|
|
"process": "^0.11.10",
|
|
"stylelint": "^15.6.0",
|
|
"stylelint-config-standard": "^33.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"parcelIgnore": [
|
|
"theme.css",
|
|
"OliveTinLogo.png",
|
|
"OliveTinLogo-57px.png",
|
|
"OliveTinLogo-120px.png",
|
|
"OliveTinLogo-180px.png"
|
|
],
|
|
"license": "AGPL-3.0-only",
|
|
"dependencies": {
|
|
"@xterm/xterm": "^5.5.0"
|
|
}
|
|
}
|