mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-12-23 22:58:17 -05:00
* Update translations from Weblate * Translated using Weblate (German) Currently translated at 100.0% (979 of 979 strings) Translation: AdventureLog/Web App Translate-URL: https://hosted.weblate.org/projects/adventurelog/web-app/de/ * Translated using Weblate (Slovak) Currently translated at 100.0% (979 of 979 strings) Translation: AdventureLog/Web App Translate-URL: https://hosted.weblate.org/projects/adventurelog/web-app/sk/ * Added translation using Weblate (Ukrainian) * Bump version to 0.11.0 and enhance hero section responsiveness in adventure details * Update Django version to 5.2.7 in requirements * feature added hu translation (#885) * feature added hu translation * Update dependencies and add Hungarian translation support --------- Co-authored-by: Petrekanics Máté <mate.petrekanics@webcapital.hu> Co-authored-by: Sean Morley <mail@seanmorley.com> * Fix "back" FR traduction (#858) Co-authored-by: Sean Morley <98704938+seanmorley15@users.noreply.github.com> --------- Co-authored-by: Alex <div@alexe.at> Co-authored-by: fantastron27 <fantastron27@gmail.com> Co-authored-by: Максим Горпиніч <gorpinicmaksim0@gmail.com> Co-authored-by: petrekanics <75931275+petrekanics@users.noreply.github.com> Co-authored-by: Petrekanics Máté <mate.petrekanics@webcapital.hu> Co-authored-by: Sebastien Laithier <kirby@hyrule.ovh>
62 lines
1.6 KiB
JSON
62 lines
1.6 KiB
JSON
{
|
|
"name": "adventurelog-frontend",
|
|
"version": "0.11.0",
|
|
"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.20.7",
|
|
"@sveltejs/vite-plugin-svelte": "^3.1.2",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@types/node": "^22.15.2",
|
|
"@types/qrcode": "^1.5.5",
|
|
"autoprefixer": "^10.4.21",
|
|
"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",
|
|
"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-i18n": "^4.0.1",
|
|
"svelte-maplibre": "^0.9.14"
|
|
},
|
|
"overrides": {
|
|
"esbuild": "^0.25.9"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"esbuild": "^0.25.9"
|
|
}
|
|
}
|
|
}
|