Added session-management with a map!

This commit is contained in:
Mawoka
2022-04-15 16:10:56 +02:00
parent e76c0a0043
commit 49ff503898
11 changed files with 606 additions and 14 deletions
+7
View File
@@ -14,6 +14,7 @@
"translations-scan": "i18next-scanner --config i18next-scanner.config.engine.cjs src/**/*.svelte"
},
"devDependencies": {
"@beyonk/svelte-mapbox": "^8.1.4",
"@felte/validator-yup": "^1.0.3",
"@fontsource/marck-script": "^4.5.5",
"@sentry/browser": "^6.19.6",
@@ -25,6 +26,7 @@
"@types/cookie": "^0.4.1",
"@types/js-cookie": "^3.0.1",
"@types/luxon": "^2.3.1",
"@types/ua-parser-js": "^0.7.36",
"@types/yup": "^0.29.13",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
@@ -39,7 +41,9 @@
"i18next-browser-languagedetector": "^6.1.4",
"ioredis": "^5.0.4",
"js-cookie": "^3.0.1",
"leaflet": "^1.7.1",
"luxon": "^2.3.1",
"mapbox-gl": "^2.8.1",
"node-fetch": "^3.2.3",
"postcss": "^8.4.12",
"postcss-load-config": "^3.1.4",
@@ -49,6 +53,7 @@
"socket.io-client": "^4.4.1",
"svelte": "^3.47.0",
"svelte-check": "^2.6.0",
"svelte-leafletjs": "^0.8.2",
"svelte-preprocess": "^4.10.5",
"svelte-tippy": "^1.3.2",
"swiper": "^8.1.0",
@@ -56,6 +61,8 @@
"tippy.js": "^6.3.7",
"tslib": "^2.3.1",
"typescript": "~4.6",
"ua-parser-js": "^1.0.2",
"vite-plugin-iso-import": "^0.1.3",
"yup": "^0.32.11"
},
"type": "module",