mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-21 13:23:07 +01:00
121 lines
3.7 KiB
JSON
121 lines
3.7 KiB
JSON
{
|
|
"name": "dozzle",
|
|
"version": "8.14.7",
|
|
"description": "Realtime log viewer for docker containers.",
|
|
"homepage": "https://github.com/amir20/dozzle#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/amir20/dozzle/issues"
|
|
},
|
|
"packageManager": "pnpm@10.22.0",
|
|
"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": {
|
|
"@duckdb/duckdb-wasm": "1.30.0",
|
|
"@iconify-json/carbon": "^1.2.14",
|
|
"@iconify-json/cil": "^1.2.3",
|
|
"@iconify-json/ic": "^1.2.4",
|
|
"@iconify-json/material-symbols": "^1.2.46",
|
|
"@iconify-json/mdi": "^1.2.3",
|
|
"@iconify-json/mdi-light": "^1.2.2",
|
|
"@iconify-json/octicon": "^1.2.19",
|
|
"@iconify-json/ph": "^1.2.2",
|
|
"@intlify/unplugin-vue-i18n": "^11.0.1",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@tailwindcss/vite": "4.1.17",
|
|
"@vueuse/components": "^14.0.0",
|
|
"@vueuse/core": "^14.0.0",
|
|
"@vueuse/integrations": "^14.0.0",
|
|
"@vueuse/router": "14.0.0",
|
|
"@xterm/addon-web-links": "^0.11.0",
|
|
"@xterm/xterm": "^5.5.0",
|
|
"ansi-to-html": "^0.7.2",
|
|
"d3-array": "^3.2.4",
|
|
"d3-ease": "^3.0.1",
|
|
"d3-scale": "^4.0.2",
|
|
"d3-selection": "^3.0.0",
|
|
"d3-shape": "^3.2.0",
|
|
"d3-transition": "^3.0.1",
|
|
"daisyui": "5.5.3",
|
|
"entities": "^7.0.0",
|
|
"fuse.js": "^7.1.0",
|
|
"lodash.debounce": "^4.0.8",
|
|
"pinia": "^3.0.4",
|
|
"sortablejs": "^1.15.6",
|
|
"splitpanes": "^4.0.4",
|
|
"strip-ansi": "^7.1.2",
|
|
"tailwindcss": "4.1.17",
|
|
"unplugin-auto-import": "^20.2.0",
|
|
"unplugin-icons": "^22.5.0",
|
|
"unplugin-vue-components": "^30.0.0",
|
|
"unplugin-vue-macros": "^2.14.5",
|
|
"unplugin-vue-router": "^0.17.0",
|
|
"vite": "7.2.2",
|
|
"vite-plugin-vue-layouts": "^0.11.0",
|
|
"vite-svg-loader": "^5.1.0",
|
|
"vitepress": "1.6.4",
|
|
"vue": "^3.5.24",
|
|
"vue-i18n": "^11.1.12",
|
|
"vue-router": "^4.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"@apache-arrow/esnext-esm": "^21.1.0",
|
|
"@iconify-json/ion": "^1.2.6",
|
|
"@iconify-json/material-symbols-light": "^1.2.46",
|
|
"@iconify-json/ri": "^1.2.6",
|
|
"@pinia/testing": "^1.0.3",
|
|
"@playwright/test": "^1.56.1",
|
|
"@types/d3-array": "^3.2.2",
|
|
"@types/d3-ease": "^3.0.2",
|
|
"@types/d3-scale": "^4.0.9",
|
|
"@types/d3-selection": "^3.0.11",
|
|
"@types/d3-shape": "^3.1.7",
|
|
"@types/d3-transition": "^3.0.9",
|
|
"@types/lodash.debounce": "^4.0.9",
|
|
"@types/node": "^24.10.1",
|
|
"@vitejs/plugin-vue": "6.0.1",
|
|
"@vue/compiler-sfc": "^3.5.24",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"bumpp": "^10.3.1",
|
|
"c8": "^10.1.3",
|
|
"concurrently": "^9.2.1",
|
|
"eventsourcemock": "^2.0.0",
|
|
"jsdom": "^27.2.0",
|
|
"lint-staged": "^16.2.6",
|
|
"prettier": "^3.6.2",
|
|
"prettier-plugin-tailwindcss": "^0.7.1",
|
|
"simple-git-hooks": "^2.13.1",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.9.3",
|
|
"vitest": "^4.0.9",
|
|
"vue-component-type-helpers": "3.1.3",
|
|
"vue-tsc": "3.1.3"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,vue,css,ts,html,md}": [
|
|
"prettier --write"
|
|
]
|
|
},
|
|
"simple-git-hooks": {
|
|
"pre-commit": "pnpm lint-staged"
|
|
}
|
|
}
|