mirror of
https://github.com/OliveTin/OliveTin
synced 2026-08-25 12:06:28 +00:00
39 lines
955 B
JSON
39 lines
955 B
JSON
{
|
|
"name": "olivetin-webui",
|
|
"version": "1.0.0",
|
|
"description": "The WebUI for OliveTin",
|
|
"repository": "https://github.com/OliveTin/OliveTin",
|
|
"source": "index.html",
|
|
"devDependencies": {
|
|
"process": "^0.11.10",
|
|
"stylelint": "^16.25.0",
|
|
"stylelint-config-standard": "^39.0.1"
|
|
},
|
|
"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": {
|
|
"@connectrpc/connect": "^2.1.0",
|
|
"@connectrpc/connect-web": "^2.1.0",
|
|
"@hugeicons/core-free-icons": "^1.2.1",
|
|
"@hugeicons/vue": "^1.0.3",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"@xterm/addon-fit": "^0.10.0",
|
|
"@xterm/xterm": "^5.5.0",
|
|
"iconify-icon": "^3.0.2",
|
|
"picocrank": "^1.6.4",
|
|
"unplugin-vue-components": "^30.0.0",
|
|
"vite": "^7.1.12",
|
|
"vue-router": "^4.6.3"
|
|
}
|
|
}
|