mirror of
https://github.com/amir20/dozzle.git
synced 2026-08-07 08:54:45 +00:00
af3aefe830
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Amir Raminfar <findamir@gmail.com> Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
117 lines
3.9 KiB
JSON
117 lines
3.9 KiB
JSON
{
|
|
"name": "dozzle",
|
|
"version": "10.6.14",
|
|
"description": "Realtime log viewer for docker containers.",
|
|
"homepage": "https://github.com/amir20/dozzle#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/amir20/dozzle/issues"
|
|
},
|
|
"packageManager": "pnpm@11.20.0+sha512.9a6f330a95b66446ea088faf1521405a8a01f07fde7124cc9958dfed52d4bb436737e65b08f85f37b46fcba375092558ac51262b816844b22f63406ed166bfee",
|
|
"type": "module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/amir20/dozzle.git"
|
|
},
|
|
"license": "ISC",
|
|
"author": "Amir Raminfar <findamir@gmail.com>",
|
|
"scripts": {
|
|
"agent:dev": "DEV=true air -- agent --level debug --agent-addr localhost:7007",
|
|
"watch:frontend": "vite --open http://localhost:3100/",
|
|
"watch:backend": "LIVE_FS=true DEV=true air -- --level debug --addr localhost:3100",
|
|
"dev": "concurrently --kill-others \"npm:watch:*\"",
|
|
"build": "vite build",
|
|
"preview": "LIVE_FS=true air -- --addr localhost:3100",
|
|
"release": "bumpp",
|
|
"test": "TZ=UTC vitest",
|
|
"typecheck": "vue-tsc --noEmit",
|
|
"docs:dev": "vitepress dev docs --open",
|
|
"docs:build": "vitepress build docs",
|
|
"docs:preview": "vitepress preview docs"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/autocomplete": "^6.20.3",
|
|
"@codemirror/lang-javascript": "^6.2.5",
|
|
"@codemirror/lang-json": "^6.0.2",
|
|
"@codemirror/language": "^6.12.4",
|
|
"@codemirror/state": "^6.7.1",
|
|
"@codemirror/theme-one-dark": "^6.1.3",
|
|
"@codemirror/view": "^6.43.7",
|
|
"@duckdb/duckdb-wasm": "1.33.1-dev57.0",
|
|
"@fontsource/jetbrains-mono": "^5.3.0",
|
|
"@iconify-json/carbon": "^1.2.25",
|
|
"@iconify-json/cil": "^1.2.3",
|
|
"@iconify-json/ic": "^1.2.4",
|
|
"@iconify-json/material-symbols": "^1.2.88",
|
|
"@iconify-json/mdi": "^1.2.3",
|
|
"@iconify-json/mdi-light": "^1.2.2",
|
|
"@iconify-json/octicon": "^1.2.30",
|
|
"@iconify-json/ph": "^1.2.2",
|
|
"@intlify/unplugin-vue-i18n": "^11.2.4",
|
|
"@lezer/highlight": "^1.2.3",
|
|
"@tailwindcss/typography": "^0.5.20",
|
|
"@tailwindcss/vite": "4.3.3",
|
|
"@vueuse/components": "^14.4.0",
|
|
"@vueuse/core": "^14.4.0",
|
|
"@vueuse/integrations": "^14.4.0",
|
|
"@vueuse/router": "14.4.0",
|
|
"@xterm/addon-fit": "^0.11.0",
|
|
"@xterm/addon-web-links": "^0.12.0",
|
|
"@xterm/xterm": "^6.0.0",
|
|
"ansi-to-html": "^0.7.2",
|
|
"codemirror": "^6.0.2",
|
|
"daisyui": "5.7.14",
|
|
"entities": "^8.0.0",
|
|
"fuse.js": "^7.5.0",
|
|
"lodash.debounce": "^4.0.8",
|
|
"pinia": "^4.0.2",
|
|
"sortablejs": "^1.15.7",
|
|
"splitpanes": "^4.1.2",
|
|
"strip-ansi": "^7.2.0",
|
|
"tailwindcss": "4.3.3",
|
|
"unplugin-auto-import": "^21.1.0",
|
|
"unplugin-icons": "^23.0.1",
|
|
"unplugin-vue-components": "^32.1.0",
|
|
"unplugin-vue-macros": "^2.14.5",
|
|
"vite": "8.2.0",
|
|
"vite-plugin-vue-layouts": "^0.11.0",
|
|
"vite-svg-loader": "^5.1.1",
|
|
"vitepress": "1.6.4",
|
|
"vue": "^3.5.40",
|
|
"vue-i18n": "^11.4.8",
|
|
"vue-router": "^5.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@apache-arrow/esnext-esm": "^21.2.0",
|
|
"@iconify-json/ion": "^1.2.7",
|
|
"@iconify-json/material-symbols-light": "^1.2.88",
|
|
"@iconify-json/ri": "^1.2.10",
|
|
"@iconify-json/simple-icons": "^1.2.93",
|
|
"@iconify-json/svg-spinners": "^1.2.4",
|
|
"@iconify/vue": "^5.0.1",
|
|
"@pinia/testing": "^2.0.1",
|
|
"@playwright/test": "^1.62.1",
|
|
"@types/lodash.debounce": "^4.0.9",
|
|
"@types/node": "^25.9.5",
|
|
"@vitejs/plugin-vue": "6.0.8",
|
|
"@vue/compiler-sfc": "^3.5.40",
|
|
"@vue/test-utils": "^2.4.11",
|
|
"bumpp": "^12.1.1",
|
|
"c8": "^12.0.0",
|
|
"concurrently": "^10.0.4",
|
|
"eventsourcemock": "^2.0.0",
|
|
"jsdom": "^30.0.1",
|
|
"lint-staged": "^17.3.0",
|
|
"prettier": "^3.9.6",
|
|
"prettier-plugin-tailwindcss": "^0.8.1",
|
|
"simple-git-hooks": "^2.13.1",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^6.0.3",
|
|
"vitest": "^4.1.10",
|
|
"vue-component-type-helpers": "3.3.9",
|
|
"vue-tsc": "3.3.9"
|
|
},
|
|
"simple-git-hooks": {
|
|
"pre-commit": "pnpm lint-staged --allow-empty"
|
|
}
|
|
}
|