61 lines
1.8 KiB
JSON
61 lines
1.8 KiB
JSON
{
|
|
"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": {
|
|
"@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",
|
|
"@quasar/extras": "^1.15.8",
|
|
"@vuepic/vue-datepicker": "^5.2.1",
|
|
"keycloak-js": "^22.0.2",
|
|
"moment": "^2.29.4",
|
|
"pinia": "^2.1.4",
|
|
"quasar": "^2.11.1",
|
|
"register-service-worker": "^1.7.2",
|
|
"simple-vue-camera": "^1.1.3",
|
|
"vite-plugin-pwa": "^0.16.7",
|
|
"vue": "^3.4.15",
|
|
"vue-router": "^4.1.6",
|
|
"vue3-google-map": "^0.18.0"
|
|
},
|
|
"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",
|
|
"sass": "^1.83.0",
|
|
"sass-loader": "^16.0.4",
|
|
"start-server-and-test": "^1.15.2",
|
|
"typescript": "~4.7.4",
|
|
"vite": "^4.0.0",
|
|
"vitest": "^0.25.6",
|
|
"vue-loader": "^17.4.2",
|
|
"vue-tsc": "^1.0.12"
|
|
}
|
|
}
|