jws-frontend/package.json
2024-06-28 09:54:26 +07:00

54 lines
1.5 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.11",
"@tato30/vue-pdf": "^1.10.0",
"@vuepic/vue-datepicker": "^8.8.0",
"axios": "^1.7.2",
"cropperjs": "^1.6.2",
"keycloak-js": "^24.0.5",
"mime": "^4.0.3",
"moment": "^2.30.1",
"open-props": "^1.7.4",
"pinia": "^2.1.7",
"quasar": "^2.15.2",
"signature_pad": "^5.0.2",
"socket.io-client": "^4.7.5",
"vue": "^3.4.30",
"vue-i18n": "^9.13.1",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@iconify/vue": "^4.1.2",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@playwright/test": "^1.45.0",
"@quasar/app-vite": "2.0.0-beta.9",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.26.0",
"prettier": "^3.3.2",
"typescript": "^5.5.2"
},
"engines": {
"node": "^24 || ^22 || ^20 || ^18",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}