mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-24 06:28:42 +01:00
88 lines
2.4 KiB
JSON
88 lines
2.4 KiB
JSON
{
|
|
"name": "dozzle",
|
|
"version": "3.12.1",
|
|
"description": "Realtime log viewer for docker containers. ",
|
|
"homepage": "https://github.com/amir20/dozzle#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/amir20/dozzle/issues"
|
|
},
|
|
"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=:3100 reflex -c .reflex",
|
|
"dev": "make fake_assets && npm-run-all -p watch:assets watch:server",
|
|
"build": "vite build",
|
|
"release": "release-it",
|
|
"test": "TZ=UTC vitest",
|
|
"postinstall": "husky install"
|
|
},
|
|
"dependencies": {
|
|
"@iconify-json/carbon": "^1.1.3",
|
|
"@iconify-json/cil": "^1.1.1",
|
|
"@iconify-json/mdi": "^1.1.9",
|
|
"@iconify-json/mdi-light": "^1.1.1",
|
|
"@iconify-json/octicon": "^1.1.6",
|
|
"@oruga-ui/oruga-next": "^0.5.4",
|
|
"@oruga-ui/theme-bulma": "^0.2.5",
|
|
"@vitejs/plugin-vue": "^2.3.1",
|
|
"@vue/compiler-sfc": "^3.2.33",
|
|
"@vueuse/core": "^8.2.6",
|
|
"@vueuse/router": "^8.2.6",
|
|
"ansi-to-html": "^0.7.2",
|
|
"bulma": "^0.9.3",
|
|
"date-fns": "^2.28.0",
|
|
"fuzzysort": "^1.2.1",
|
|
"hotkeys-js": "^3.8.9",
|
|
"lodash.debounce": "^4.0.8",
|
|
"pinia": "^2.0.13",
|
|
"sass": "^1.50.0",
|
|
"semver": "^7.3.7",
|
|
"splitpanes": "^3.1.1",
|
|
"typescript": "^4.6.2",
|
|
"unplugin-auto-import": "^0.7.1",
|
|
"unplugin-icons": "^0.14.1",
|
|
"unplugin-vue-components": "^0.19.3",
|
|
"vite": "^2.9.5",
|
|
"vue": "^3.2.33",
|
|
"vue-router": "^4.0.13"
|
|
},
|
|
"devDependencies": {
|
|
"@pinia/testing": "^0.0.11",
|
|
"@types/jest": "^27.4.1",
|
|
"@types/lodash.debounce": "^4.0.6",
|
|
"@types/node": "^17.0.24",
|
|
"@types/semver": "^7.3.9",
|
|
"@vue/test-utils": "^2.0.0-rc.20",
|
|
"c8": "^7.11.0",
|
|
"eventsourcemock": "^2.0.0",
|
|
"husky": "^7.0.4",
|
|
"jest-serializer-vue": "^2.0.2",
|
|
"jsdom": "^19.0.0",
|
|
"lint-staged": "^12.3.8",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^2.6.2",
|
|
"release-it": "^14.14.2",
|
|
"ts-node": "^10.6.0",
|
|
"vitest": "^0.9.3"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,vue,css}": [
|
|
"prettier --write"
|
|
]
|
|
},
|
|
"release-it": {
|
|
"github": {
|
|
"release": false,
|
|
"releaseNotes": "git log --pretty=format:\"* %s (%h)\" $(git describe --abbrev=0 --tags $(git rev-list --tags --skip=1 --max-count=1))...HEAD~1"
|
|
},
|
|
"npm": {
|
|
"publish": false
|
|
}
|
|
}
|
|
}
|