mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2026-07-30 15:28:30 -04:00
- Added utility functions to ensure datetime values are UTC-aware, improving consistency in date handling across the application. - Introduced migrations to update existing visit records, making start and end dates timezone-aware. - Normalized all-day visit end dates to UTC midnight, ensuring accurate representation of all-day events. - Updated serializers and services to utilize new datetime utilities, enhancing the handling of visit dates in various contexts. - Added comprehensive tests for new datetime utilities to ensure correct functionality and edge case handling.
59 lines
1.6 KiB
JSON
59 lines
1.6 KiB
JSON
{
|
|
"name": "adventurelog-frontend",
|
|
"version": "0.12.1",
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"django": "cd .. && cd backend/server && python3 manage.py runserver",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"lint": "prettier --check .",
|
|
"format": "prettier --write ."
|
|
},
|
|
"devDependencies": {
|
|
"@event-calendar/core": "^3.12.0",
|
|
"@event-calendar/day-grid": "^3.12.0",
|
|
"@event-calendar/interaction": "^3.12.0",
|
|
"@event-calendar/time-grid": "^3.12.0",
|
|
"@iconify-json/mdi": "^1.2.3",
|
|
"@sveltejs/adapter-node": "^5.2.12",
|
|
"@sveltejs/adapter-vercel": "^5.7.0",
|
|
"@sveltejs/kit": "^2.49.5",
|
|
"@sveltejs/vite-plugin-svelte": "3.1.2",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@types/node": "^22.15.2",
|
|
"@types/qrcode": "^1.5.5",
|
|
"autoprefixer": "^10.4.21",
|
|
"baseline-browser-mapping": "^2.9.9",
|
|
"daisyui": "^4.12.24",
|
|
"postcss": "^8.5.3",
|
|
"prettier": "^3.5.3",
|
|
"prettier-plugin-svelte": "^3.3.3",
|
|
"svelte": "4.2.19",
|
|
"svelte-check": "^3.8.6",
|
|
"tailwindcss": "^3.4.17",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.8.3",
|
|
"unplugin-icons": "^0.19.3",
|
|
"vite": "^5.4.19"
|
|
},
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=22 <26"
|
|
},
|
|
"dependencies": {
|
|
"@lukulent/svelte-umami": "^0.0.3",
|
|
"dompurify": "^3.2.5",
|
|
"emoji-picker-element": "^1.26.3",
|
|
"gsap": "^3.12.7",
|
|
"luxon": "^3.6.1",
|
|
"marked": "^15.0.11",
|
|
"psl": "^1.15.0",
|
|
"qrcode": "^1.5.4",
|
|
"svelte-dnd-action": "^0.9.68",
|
|
"svelte-i18n": "^4.0.1",
|
|
"svelte-maplibre": "^0.9.14"
|
|
}
|
|
}
|