mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-24 22:39:18 +01:00
113 lines
3.2 KiB
JSON
113 lines
3.2 KiB
JSON
{
|
|
"name": "dozzle",
|
|
"version": "5.8.0",
|
|
"description": "Realtime log viewer for docker containers.",
|
|
"homepage": "https://github.com/amir20/dozzle#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/amir20/dozzle/issues"
|
|
},
|
|
"packageManager": "pnpm@8.13.1",
|
|
"type": "module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/amir20/dozzle.git"
|
|
},
|
|
"license": "ISC",
|
|
"author": "Amir Raminfar <findamir@gmail.com>",
|
|
"scripts": {
|
|
"watch:frontend": "vite --open http://localhost:3100/",
|
|
"watch:backend": "LIVE_FS=true DEV=true DOZZLE_ADDR=localhost:3100 reflex -c .reflex",
|
|
"dev": "concurrently --kill-others \"npm:watch:*\"",
|
|
"build": "vite build",
|
|
"preview": "LIVE_FS=true DOZZLE_ADDR=localhost:3100 reflex -c .reflex",
|
|
"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": {
|
|
"@iconify-json/carbon": "^1.1.27",
|
|
"@iconify-json/cil": "^1.1.8",
|
|
"@iconify-json/ic": "^1.1.17",
|
|
"@iconify-json/mdi": "^1.1.63",
|
|
"@iconify-json/mdi-light": "^1.1.10",
|
|
"@iconify-json/octicon": "^1.1.52",
|
|
"@iconify-json/ph": "^1.1.9",
|
|
"@intlify/unplugin-vue-i18n": "^2.0.0",
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"@vueuse/components": "^10.7.1",
|
|
"@vueuse/core": "^10.7.1",
|
|
"@vueuse/integrations": "^10.7.1",
|
|
"@vueuse/math": "^10.7.1",
|
|
"@vueuse/router": "^10.7.1",
|
|
"autoprefixer": "^10.4.16",
|
|
"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": "^4.4.24",
|
|
"date-fns": "^3.0.6",
|
|
"entities": "^4.5.0",
|
|
"fuse.js": "^7.0.0",
|
|
"lodash.debounce": "^4.0.8",
|
|
"pinia": "^2.1.7",
|
|
"postcss": "^8.4.32",
|
|
"postcss-mixins": "^9.0.4",
|
|
"splitpanes": "^3.1.5",
|
|
"tailwindcss": "^3.4.0",
|
|
"unplugin-auto-import": "^0.17.3",
|
|
"unplugin-icons": "^0.18.1",
|
|
"unplugin-vue-components": "^0.26.0",
|
|
"unplugin-vue-macros": "^2.7.7",
|
|
"vite": "5.0.10",
|
|
"vite-plugin-pages": "^0.32.0",
|
|
"vite-plugin-vue-layouts": "^0.11.0",
|
|
"vue": "^3.3.13",
|
|
"vue-i18n": "^9.8.0",
|
|
"vue-router": "^4.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@pinia/testing": "^0.1.3",
|
|
"@playwright/test": "^1.40.1",
|
|
"@types/d3-array": "^3.2.1",
|
|
"@types/d3-ease": "^3.0.2",
|
|
"@types/d3-scale": "^4.0.8",
|
|
"@types/d3-selection": "^3.0.10",
|
|
"@types/d3-shape": "^3.1.6",
|
|
"@types/d3-transition": "^3.0.8",
|
|
"@types/lodash.debounce": "^4.0.9",
|
|
"@types/node": "^20.10.5",
|
|
"@types/semver": "^7.5.6",
|
|
"@vitejs/plugin-vue": "5.0.0",
|
|
"@vue/compiler-sfc": "^3.3.13",
|
|
"@vue/test-utils": "^2.4.3",
|
|
"bumpp": "^9.2.1",
|
|
"c8": "^8.0.1",
|
|
"concurrently": "^8.2.2",
|
|
"eventsourcemock": "^2.0.0",
|
|
"jest-serializer-vue": "^3.1.0",
|
|
"jsdom": "^23.0.1",
|
|
"lint-staged": "^15.2.0",
|
|
"prettier": "^3.1.1",
|
|
"prettier-plugin-tailwindcss": "^0.5.9",
|
|
"simple-git-hooks": "^2.9.0",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.3.3",
|
|
"vitepress": "1.0.0-rc.33",
|
|
"vitest": "^1.1.0",
|
|
"vue-tsc": "^1.8.27"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,vue,css,ts,html,md}": [
|
|
"prettier --write"
|
|
]
|
|
},
|
|
"simple-git-hooks": {
|
|
"pre-commit": "pnpm lint-staged"
|
|
}
|
|
}
|