jws-frontend/package.json
2024-04-09 17:55:55 +07:00

51 lines
1.4 KiB
JSON

{
"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.9",
"@tato30/vue-pdf": "^1.9.5",
"@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.6.21",
"pinia": "^2.1.7",
"quasar": "^2.15.1",
"socket.io-client": "^4.7.5",
"vue": "^3.4.21",
"vue-i18n": "^9.10.2",
"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.11.30",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.24.0",
"prettier": "^3.2.5",
"typescript": "^5.4.3"
},
"engines": {
"node": "^24 || ^22 || ^20 || ^18",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}