jws-frontend/package.json

64 lines
1.8 KiB
JSON
Raw Normal View History

2024-04-02 11:02:16 +07:00
{
"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",
"changelog:generate": "git-cliff -o CHANGELOG.md"
2024-04-02 11:02:16 +07:00
},
"dependencies": {
2024-08-21 14:14:05 +07:00
"@quasar/extras": "^1.16.12",
"@tato30/vue-pdf": "^1.11.0",
"@vuepic/vue-datepicker": "^8.8.1",
"axios": "^1.7.4",
2024-06-27 10:42:04 +00:00
"cropperjs": "^1.6.2",
2024-08-21 14:14:05 +07:00
"keycloak-js": "^25.0.4",
"mime": "^4.0.4",
2024-04-02 11:02:16 +07:00
"moment": "^2.30.1",
2024-10-07 14:13:07 +07:00
"number-to-words": "^1.2.4",
2024-08-21 14:14:05 +07:00
"open-props": "^1.7.5",
"pinia": "^2.2.2",
"quasar": "^2.16.9",
2024-06-28 09:54:26 +07:00
"signature_pad": "^5.0.2",
2024-04-02 11:02:16 +07:00
"socket.io-client": "^4.7.5",
2024-10-02 13:55:52 +07:00
"tesseract.js": "^5.1.1",
2024-10-07 14:13:07 +07:00
"thai-baht-text": "^2.0.5",
"udsv": "^0.6.0",
2024-08-21 14:20:16 +07:00
"uuid": "^10.0.0",
2024-08-21 14:14:05 +07:00
"vue": "^3.4.38",
"vue-i18n": "^9.14.0",
2024-08-26 18:02:56 +07:00
"vue-pdf": "^4.3.0",
2024-08-21 14:14:05 +07:00
"vue-router": "^4.4.3"
2024-04-02 11:02:16 +07:00
},
"devDependencies": {
2024-06-28 09:54:26 +07:00
"@iconify/vue": "^4.1.2",
2024-04-02 11:02:16 +07:00
"@intlify/unplugin-vue-i18n": "^4.0.0",
2024-08-21 14:14:05 +07:00
"@playwright/test": "^1.46.1",
"@quasar/app-vite": "2.0.0-beta.19",
"@types/node": "^20.16.1",
2024-10-07 14:13:07 +07:00
"@types/number-to-words": "^1.2.3",
2024-08-21 14:20:16 +07:00
"@types/uuid": "^10.0.0",
2024-08-21 14:14:05 +07:00
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "^10.4.20",
2024-04-02 11:02:16 +07:00
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
2024-08-21 14:14:05 +07:00
"eslint-plugin-vue": "^9.27.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
2024-04-02 11:02:16 +07:00
},
"engines": {
"node": "^24 || ^22 || ^20 || ^18",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}