diff --git a/package.json b/package.json index 109f5e4a..398db587 100644 --- a/package.json +++ b/package.json @@ -1,89 +1,89 @@ { - "name": "dozzle", - "version": "3.9.0", - "description": "Realtime log viewer for docker containers. ", - "homepage": "https://github.com/amir20/dozzle#readme", - "bugs": { - "url": "https://github.com/amir20/dozzle/issues" + "name": "dozzle", + "version": "3.9.0", + "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 ", + "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 jest", + "postinstall": "husky install" + }, + "dependencies": { + "@iconify-json/carbon": "^1.0.10", + "@iconify-json/cil": "^1.0.1", + "@iconify-json/mdi": "^1.0.10", + "@iconify-json/mdi-light": "^1.0.1", + "@iconify-json/octicon": "^1.0.5", + "@oruga-ui/oruga-next": "^0.4.7", + "@oruga-ui/theme-bulma": "^0.1.3", + "@vitejs/plugin-vue": "^1.9.4", + "@vueuse/core": "^6.9.1", + "ansi-to-html": "^0.7.2", + "bulma": "^0.9.3", + "date-fns": "^2.25.0", + "fuzzysort": "^1.1.4", + "hotkeys-js": "^3.8.7", + "lodash.debounce": "^4.0.8", + "lodash.throttle": "^4.1.1", + "pinia": "^2.0.3", + "sass": "^1.43.4", + "semver": "^7.3.5", + "splitpanes": "^3.0.6", + "typescript": "^4.4.4", + "unplugin-auto-import": "^0.4.14", + "unplugin-icons": "^0.12.18", + "unplugin-vue-components": "^0.17.2", + "vite": "^2.6.14", + "vue": "^3.2.22", + "vue-router": "^4.0.12" + }, + "devDependencies": { + "@babel/plugin-transform-runtime": "^7.16.0", + "@babel/preset-env": "^7.16.0", + "@pinia/testing": "^0.0.6", + "@types/jest": "^27.0.2", + "@types/lodash.debounce": "^4.0.6", + "@types/lodash.throttle": "^4.1.6", + "@types/semver": "^7.3.9", + "@vue/compiler-sfc": "^3.2.22", + "@vue/test-utils": "^2.0.0-rc.16", + "@vue/vue3-jest": "^27.0.0-alpha.3", + "eventsourcemock": "^2.0.0", + "husky": "^7.0.4", + "jest": "^27.3.1", + "jest-serializer-vue": "^2.0.2", + "lint-staged": "^11.2.6", + "npm-run-all": "^4.1.5", + "prettier": "^2.4.1", + "release-it": "^14.11.7", + "ts-jest": "^27.0.7", + "ts-node": "^10.4.0" + }, + "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" }, - "repository": { - "type": "git", - "url": "git+https://github.com/amir20/dozzle.git" - }, - "license": "ISC", - "author": "Amir Raminfar ", - "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 jest", - "postinstall": "husky install" - }, - "dependencies": { - "@iconify-json/cil": "^1.0.1", - "@iconify-json/mdi": "^1.0.10", - "@iconify-json/mdi-light": "^1.0.1", - "@iconify-json/octicon": "^1.0.5", - "@oruga-ui/oruga-next": "^0.4.7", - "@oruga-ui/theme-bulma": "^0.1.3", - "@vitejs/plugin-vue": "^1.9.4", - "@vueuse/core": "^6.9.1", - "ansi-to-html": "^0.7.2", - "bulma": "^0.9.3", - "date-fns": "^2.25.0", - "fuzzysort": "^1.1.4", - "hotkeys-js": "^3.8.7", - "lodash.debounce": "^4.0.8", - "lodash.throttle": "^4.1.1", - "pinia": "^2.0.3", - "sass": "^1.43.4", - "semver": "^7.3.5", - "splitpanes": "^3.0.6", - "typescript": "^4.4.4", - "unplugin-auto-import": "^0.4.14", - "unplugin-icons": "^0.12.18", - "unplugin-vue-components": "^0.17.2", - "vite": "^2.6.14", - "vue": "^3.2.22", - "vue-router": "^4.0.12" - }, - "devDependencies": { - "@babel/plugin-transform-runtime": "^7.16.0", - "@babel/preset-env": "^7.16.0", - "@iconify-json/carbon": "^1.0.10", - "@pinia/testing": "^0.0.6", - "@types/jest": "^27.0.2", - "@types/lodash.debounce": "^4.0.6", - "@types/lodash.throttle": "^4.1.6", - "@types/semver": "^7.3.9", - "@vue/compiler-sfc": "^3.2.22", - "@vue/test-utils": "^2.0.0-rc.16", - "@vue/vue3-jest": "^27.0.0-alpha.3", - "eventsourcemock": "^2.0.0", - "husky": "^7.0.4", - "jest": "^27.3.1", - "jest-serializer-vue": "^2.0.2", - "lint-staged": "^11.2.6", - "npm-run-all": "^4.1.5", - "prettier": "^2.4.1", - "release-it": "^14.11.7", - "ts-jest": "^27.0.7", - "ts-node": "^10.4.0" - }, - "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 - } + "npm": { + "publish": false } + } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 925ca365..e6384838 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -50,6 +50,7 @@ specifiers: vue-router: ^4.0.12 dependencies: + '@iconify-json/carbon': 1.0.10 '@iconify-json/cil': 1.0.1 '@iconify-json/mdi': 1.0.10 '@iconify-json/mdi-light': 1.0.1 @@ -80,7 +81,6 @@ dependencies: devDependencies: '@babel/plugin-transform-runtime': 7.16.0 '@babel/preset-env': 7.16.0 - '@iconify-json/carbon': 1.0.10 '@pinia/testing': 0.0.6_pinia@2.0.3+vue@3.2.22 '@types/jest': 27.0.2 '@types/lodash.debounce': 4.0.6 @@ -1343,7 +1343,7 @@ packages: resolution: {integrity: sha512-Tw/bjIWIJ8cx3lTqqvETkui3Z7dNW1j/kYTckAmjiGNJhlMi7b4pL7iFyxnkb3Y7dpia1ZNQOwzHUXMxxxk6WA==} dependencies: '@iconify/types': 1.0.10 - dev: true + dev: false /@iconify-json/cil/1.0.1: resolution: {integrity: sha512-gLk0c25zSBtKKJWrGXVfQITeIdmvlSOiO/cKTVTQPG3W4qKh8V/wL3Fltb4j4iMPJgRVXylPPwKSwXbIDBDgZA==} @@ -1371,6 +1371,7 @@ packages: /@iconify/types/1.0.10: resolution: {integrity: sha512-SN3z6einVeUckDQiE8p4POF7X4hk4/y2+a7a4ogJOCxX5XT6z1zXNN8dwS5O1vloXpc6mkHizRZm2qPnhK6NnQ==} + dev: false /@iconify/utils/1.0.18: resolution: {integrity: sha512-uCfJ7FdTxDk1DLKsvynTsYX4LnkGIDw+LCpoY0mRdl+NrNPCjYZ8HHYs4xzmo7cryRe0ZT0yuF2f3oipPIHn8w==}