jws-frontend/package.json

52 lines
1.4 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"
},
"dependencies": {
2024-04-12 08:02:37 +07:00
"@quasar/extras": "^1.16.11",
"@tato30/vue-pdf": "^1.9.6",
2024-04-09 17:55:55 +07:00
"@vuepic/vue-datepicker": "^8.4.0",
2024-04-02 11:02:16 +07:00
"axios": "^1.6.8",
"keycloak-js": "^24.0.2",
"mime": "^4.0.1",
"moment": "^2.30.1",
2024-04-12 08:02:37 +07:00
"open-props": "^1.7.2",
2024-04-02 11:02:16 +07:00
"pinia": "^2.1.7",
2024-04-12 08:02:37 +07:00
"quasar": "^2.15.2",
2024-04-02 11:02:16 +07:00
"socket.io-client": "^4.7.5",
"vue": "^3.4.21",
2024-04-12 08:02:37 +07:00
"vue-i18n": "^9.11.1",
2024-04-02 11:02:16 +07:00
"vue-router": "^4.3.0"
},
"devDependencies": {
2024-04-05 17:58:54 +07:00
"@iconify/vue": "^4.1.1",
2024-04-02 11:02:16 +07:00
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@quasar/app-vite": "2.0.0-beta.2",
2024-04-12 08:02:37 +07:00
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
2024-04-02 11:02:16 +07:00
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
2024-04-12 08:02:37 +07:00
"eslint-plugin-vue": "^9.24.1",
2024-04-02 11:02:16 +07:00
"prettier": "^3.2.5",
2024-04-12 08:02:37 +07:00
"typescript": "^5.4.5"
2024-04-02 11:02:16 +07:00
},
"engines": {
"node": "^24 || ^22 || ^20 || ^18",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}