mirror of
https://github.com/OliveTin/OliveTin
synced 2026-05-04 13:10:38 +00:00
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
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": "^17.4.0",
|
|
"stylelint-config-standard": "^40.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": {
|
|
"@connectrpc/connect": "^2.1.1",
|
|
"@connectrpc/connect-web": "^2.1.1",
|
|
"@hugeicons/core-free-icons": "^3.3.0",
|
|
"@hugeicons/vue": "^1.0.4",
|
|
"@vitejs/plugin-vue": "^6.0.4",
|
|
"@xterm/addon-fit": "^0.11.0",
|
|
"@xterm/xterm": "^6.0.0",
|
|
"iconify-icon": "^3.0.2",
|
|
"picocrank": "^1.14.0",
|
|
"standard": "^17.1.2",
|
|
"unplugin-vue-components": "^31.0.0",
|
|
"vite": "^7.3.1",
|
|
"vue": "^3.5.29",
|
|
"vue-i18n": "^11.2.8",
|
|
"vue-router": "^5.0.3"
|
|
}
|
|
}
|