mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-24 06:28:42 +01:00
106 lines
2.9 KiB
JSON
106 lines
2.9 KiB
JSON
{
|
|
"name": "dozzle",
|
|
"version": "4.10.12",
|
|
"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.6.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/amir20/dozzle.git"
|
|
},
|
|
"license": "ISC",
|
|
"author": "Amir Raminfar <findamir@gmail.com>",
|
|
"scripts": {
|
|
"watch:assets": "vite --open",
|
|
"watch:server": "LIVE_FS=true DOZZLE_ADDR=localhost:3100 reflex -c .reflex",
|
|
"dev": "make fake_assets && npm-run-all -p watch:assets watch:server",
|
|
"build": "vite build",
|
|
"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.17",
|
|
"@iconify-json/cil": "^1.1.4",
|
|
"@iconify-json/mdi": "^1.1.52",
|
|
"@iconify-json/mdi-light": "^1.1.6",
|
|
"@iconify-json/octicon": "^1.1.39",
|
|
"@intlify/unplugin-vue-i18n": "^0.11.0",
|
|
"@oruga-ui/oruga-next": "^0.6.0",
|
|
"@oruga-ui/theme-bulma": "^0.2.10",
|
|
"@vueuse/core": "^10.1.2",
|
|
"@vueuse/integrations": "^10.1.2",
|
|
"@vueuse/router": "^10.1.2",
|
|
"ansi-to-html": "^0.7.2",
|
|
"bulma": "^0.9.4",
|
|
"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",
|
|
"date-fns": "^2.30.0",
|
|
"entities": "^4.5.0",
|
|
"fuse.js": "^6.6.2",
|
|
"lodash.debounce": "^4.0.8",
|
|
"pinia": "^2.1.3",
|
|
"splitpanes": "^3.1.5",
|
|
"vue": "^3.3.4",
|
|
"vue-i18n": "^9.2.2",
|
|
"vue-router": "^4.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@pinia/testing": "^0.1.2",
|
|
"@playwright/test": "^1.34.3",
|
|
"@types/d3-array": "^3.0.5",
|
|
"@types/d3-ease": "^3.0.0",
|
|
"@types/d3-scale": "^4.0.3",
|
|
"@types/d3-selection": "^3.0.5",
|
|
"@types/d3-shape": "^3.1.1",
|
|
"@types/d3-transition": "^3.0.3",
|
|
"@types/lodash.debounce": "^4.0.7",
|
|
"@types/node": "^20.2.5",
|
|
"@types/semver": "^7.5.0",
|
|
"@vitejs/plugin-basic-ssl": "^1.0.1",
|
|
"@vitejs/plugin-vue": "4.2.3",
|
|
"@vue/compiler-sfc": "^3.3.4",
|
|
"@vue/test-utils": "^2.3.2",
|
|
"bumpp": "^9.1.0",
|
|
"c8": "^7.14.0",
|
|
"eventsourcemock": "^2.0.0",
|
|
"jest-serializer-vue": "^3.1.0",
|
|
"jsdom": "^22.1.0",
|
|
"lint-staged": "^13.2.2",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^2.8.8",
|
|
"sass": "^1.62.1",
|
|
"simple-git-hooks": "^2.8.1",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.0.4",
|
|
"unplugin-auto-import": "^0.16.4",
|
|
"unplugin-icons": "^0.16.1",
|
|
"unplugin-vue-components": "^0.25.0",
|
|
"unplugin-vue-macros": "^2.2.1",
|
|
"vite": "4.3.9",
|
|
"vite-plugin-pages": "^0.30.1",
|
|
"vite-plugin-vue-layouts": "^0.8.0",
|
|
"vitepress": "1.0.0-beta.1",
|
|
"vitest": "^0.31.3",
|
|
"vue-tsc": "^1.6.5"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,vue,css,ts,html,md}": [
|
|
"prettier --write"
|
|
]
|
|
},
|
|
"simple-git-hooks": {
|
|
"pre-commit": "pnpm lint-staged"
|
|
}
|
|
}
|