91 lines
2.6 KiB
JSON
91 lines
2.6 KiB
JSON
{
|
|
"name": "dozzle",
|
|
"version": "4.1.7",
|
|
"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.8",
|
|
"@iconify-json/cil": "^1.1.2",
|
|
"@iconify-json/mdi": "^1.1.33",
|
|
"@iconify-json/mdi-light": "^1.1.2",
|
|
"@iconify-json/octicon": "^1.1.17",
|
|
"@intlify/vite-plugin-vue-i18n": "^6.0.1",
|
|
"@oruga-ui/oruga-next": "^0.5.6",
|
|
"@oruga-ui/theme-bulma": "^0.2.7",
|
|
"@vitejs/plugin-vue": "3.1.0",
|
|
"@vue/compiler-sfc": "^3.2.39",
|
|
"@vueuse/core": "^9.2.0",
|
|
"@vueuse/router": "^9.2.0",
|
|
"ansi-to-html": "^0.7.2",
|
|
"bulma": "^0.9.4",
|
|
"date-fns": "^2.29.3",
|
|
"fuzzysort": "^2.0.1",
|
|
"lodash.debounce": "^4.0.8",
|
|
"pinia": "^2.0.22",
|
|
"sass": "^1.54.9",
|
|
"semver": "^7.3.7",
|
|
"splitpanes": "^3.1.1",
|
|
"typescript": "^4.8.3",
|
|
"unplugin-auto-import": "^0.11.2",
|
|
"unplugin-icons": "^0.14.10",
|
|
"unplugin-vue-components": "^0.22.7",
|
|
"vite": "3.1.3",
|
|
"vite-plugin-pages": "^0.26.0",
|
|
"vite-plugin-vue-layouts": "^0.7.0",
|
|
"vue": "^3.2.39",
|
|
"vue-i18n": "^9.2.2",
|
|
"vue-router": "^4.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@pinia/testing": "^0.0.14",
|
|
"@types/lodash.debounce": "^4.0.7",
|
|
"@types/node": "^18.7.18",
|
|
"@types/semver": "^7.3.12",
|
|
"@vue/test-utils": "^2.0.2",
|
|
"c8": "^7.12.0",
|
|
"eventsourcemock": "^2.0.0",
|
|
"husky": "^8.0.1",
|
|
"jest-serializer-vue": "^2.0.2",
|
|
"jsdom": "^20.0.0",
|
|
"lint-staged": "^13.0.3",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^2.7.1",
|
|
"release-it": "^15.4.2",
|
|
"ts-node": "^10.9.1",
|
|
"vitest": "^0.23.4",
|
|
"vue-tsc": "^0.40.13"
|
|
},
|
|
"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
|
|
}
|
|
}
|
|
}
|