mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2025-07-16 01:28:50 +02:00
61 lines
1.8 KiB
JSON
61 lines
1.8 KiB
JSON
{
|
|
"name": "htwkalender",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
|
|
"lint-no-fix": "eslint --ext .js,.vue --ignore-path .gitignore src",
|
|
"format": "prettier . --write",
|
|
"test": "vitest --config vitest.config.ts"
|
|
},
|
|
"dependencies": {
|
|
"@fullcalendar/core": "^6.1.13",
|
|
"@fullcalendar/daygrid": "^6.1.13",
|
|
"@fullcalendar/icalendar": "^6.1.13",
|
|
"@fullcalendar/interaction": "^6.1.13",
|
|
"@fullcalendar/timegrid": "^6.1.13",
|
|
"@fullcalendar/vue3": "^6.1.13",
|
|
"@tanstack/vue-query": "^5.37.1",
|
|
"@tanstack/vue-query-devtools": "^5.37.1",
|
|
"@types/ical": "^0.8.3",
|
|
"@vueuse/core": "^10.9.0",
|
|
"bson": "^5.5.1",
|
|
"country-flag-emoji-polyfill": "^0.1.8",
|
|
"date-fns": "^3.6.0",
|
|
"date-fns-tz": "^3.1.3",
|
|
"ical.js": "^1.5.0",
|
|
"pinia": "^2.1.7",
|
|
"pinia-plugin-persistedstate": "^3.2.1",
|
|
"primeflex": "^3.3.1",
|
|
"primeicons": "^6.0.1",
|
|
"primevue": "^3.52.0",
|
|
"source-sans": "^3.46.0",
|
|
"vue": "^3.4.11",
|
|
"vue-i18n": "^9.13.1",
|
|
"vue-router": "^4.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.12.12",
|
|
"@vitejs/plugin-basic-ssl": "^1.1.0",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-vue": "^9.26.0",
|
|
"prettier": "3.2.1",
|
|
"sass": "^1.77.2",
|
|
"sass-loader": "^13.3.3",
|
|
"typescript": "^5.4.5",
|
|
"vite": "^5.2.11",
|
|
"vite-plugin-pwa": "^0.20.0",
|
|
"vitest": "^1.6.0",
|
|
"vue-tsc": "^1.8.27",
|
|
"workbox-core": "^7.1.0",
|
|
"workbox-precaching": "^7.1.0"
|
|
}
|
|
}
|