{ "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.12.0", "stylelint-config-standard": "^40.0.0" }, "scripts": { "test": "node --test resources/vue/components/*.test.mjs" }, "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": "^4.1.4", "@hugeicons/vue": "^1.0.5", "@vitejs/plugin-vue": "^6.0.7", "@xterm/addon-fit": "^0.11.0", "@xterm/addon-web-links": "^0.12.0", "@xterm/xterm": "^6.0.0", "iconify-icon": "^3.0.2", "picocrank": "^1.15.0", "standard": "^17.1.2", "unplugin-vue-components": "^32.1.0", "vite": "^8.0.14", "vue": "^3.5.34", "vue-i18n": "^11.4.4", "vue-router": "^5.0.7" } }