mirror of
https://github.com/OliveTin/OliveTin
synced 2026-08-23 11:06:29 +00:00
39 lines
822 B
JSON
39 lines
822 B
JSON
{
|
|
"name": "olivetin-webui",
|
|
"version": "1.0.0",
|
|
"description": "The WebUI for OliveTin",
|
|
"repository": "https://github.com/OliveTin/OliveTin",
|
|
"source": "index.html",
|
|
"devDependencies": {
|
|
"parcel": "^2.16.4",
|
|
"parcel-resolver-ignore": "^2.2.1",
|
|
"process": "^0.11.10",
|
|
"standard": "^17.1.2",
|
|
"stylelint": "^17.4.0",
|
|
"stylelint-config-standard": "^40.0.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "standard",
|
|
"lint:fix": "standard --fix",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"standard": {
|
|
"envs": [
|
|
"browser"
|
|
]
|
|
},
|
|
"author": "",
|
|
"parcelIgnore": [
|
|
"theme.css",
|
|
"OliveTinLogo.png",
|
|
"OliveTinLogo-57px.png",
|
|
"OliveTinLogo-120px.png",
|
|
"OliveTinLogo-180px.png"
|
|
],
|
|
"license": "AGPL-3.0-only",
|
|
"dependencies": {
|
|
"@xterm/addon-fit": "^0.11.0",
|
|
"@xterm/xterm": "^6.0.0"
|
|
}
|
|
}
|