{ "name": "jobs-worker-service", "version": "0.0.1", "description": "Jobs Worker Service", "productName": "Jobs Worker Service", "author": "Chamomind", "type": "module", "private": true, "scripts": { "lint": "eslint --ext .js,.ts,.vue ./", "format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore", "test": "echo \"No test specified\" && exit 0", "dev": "quasar dev", "build": "quasar build" }, "dependencies": { "@quasar/extras": "^1.16.11", "@tato30/vue-pdf": "^1.9.6", "@vuepic/vue-datepicker": "^8.4.0", "axios": "^1.6.8", "keycloak-js": "^24.0.2", "mime": "^4.0.1", "moment": "^2.30.1", "open-props": "^1.7.2", "pinia": "^2.1.7", "quasar": "^2.15.2", "socket.io-client": "^4.7.5", "vue": "^3.4.21", "vue-i18n": "^9.11.1", "vue-router": "^4.3.0" }, "devDependencies": { "@iconify/vue": "^4.1.1", "@intlify/unplugin-vue-i18n": "^4.0.0", "@quasar/app-vite": "2.0.0-beta.2", "@types/node": "^20.12.7", "@typescript-eslint/eslint-plugin": "^7.6.0", "@typescript-eslint/parser": "^7.6.0", "autoprefixer": "^10.4.19", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-vue": "^9.24.1", "prettier": "^3.2.5", "typescript": "^5.4.5" }, "engines": { "node": "^24 || ^22 || ^20 || ^18", "npm": ">= 6.13.4", "yarn": ">= 1.21.1" } }