hrms-landing/package.json

62 lines
1.8 KiB
JSON
Raw Permalink Normal View History

2024-12-16 17:12:39 +07:00
{
"name": "hrms-sso",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "run-p build-only",
"preview": "vite preview --port 3002",
"build-only": "vite build",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier ./src --write"
},
"dependencies": {
2024-12-16 23:13:43 +07:00
"@fullcalendar/core": "^6.1.8",
"@fullcalendar/daygrid": "^6.1.8",
"@fullcalendar/interaction": "^6.1.8",
"@fullcalendar/list": "^6.1.8",
"@fullcalendar/timegrid": "^6.1.8",
"@fullcalendar/vue3": "^6.1.8",
"@googlemaps/js-api-loader": "^1.16.2",
2024-12-16 17:12:39 +07:00
"@quasar/extras": "^1.15.8",
"@vuepic/vue-datepicker": "^5.2.1",
"keycloak-js": "^22.0.2",
"moment": "^2.29.4",
"pinia": "^2.1.4",
2024-12-16 23:13:43 +07:00
"quasar": "^2.11.1",
2024-12-16 17:12:39 +07:00
"register-service-worker": "^1.7.2",
"simple-vue-camera": "^1.1.3",
"vite-plugin-pwa": "^0.16.7",
"vue": "^3.4.15",
2024-12-16 23:13:43 +07:00
"vue-router": "^4.1.6",
"vue3-google-map": "^0.18.0"
2024-12-16 17:12:39 +07:00
},
"devDependencies": {
"@quasar/vite-plugin": "^1.3.0",
"@rushstack/eslint-patch": "^1.1.4",
"@types/jsdom": "^20.0.1",
"@types/node": "^18.18.10",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/test-utils": "^2.2.6",
"@vue/tsconfig": "^0.1.3",
"cypress": "^12.0.2",
"eslint": "^8.22.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-vue": "^9.3.0",
"jsdom": "^20.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
2024-12-16 23:13:43 +07:00
"sass": "^1.83.0",
"sass-loader": "^16.0.4",
2024-12-16 17:12:39 +07:00
"start-server-and-test": "^1.15.2",
"typescript": "~4.7.4",
"vite": "^4.0.0",
"vitest": "^0.25.6",
2024-12-16 23:13:43 +07:00
"vue-loader": "^17.4.2",
2024-12-16 17:12:39 +07:00
"vue-tsc": "^1.0.12"
}
}