MVP #5.3 #75

Merged
matthieu42morin merged 25 commits from master into deploy/prod 2023-03-16 15:12:10 +00:00
1 changed files with 48 additions and 46 deletions
Showing only changes of commit a497dc80e5 - Show all commits

View File

@ -7,6 +7,7 @@
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"svelte-check": "svelte-check --tsconfig ./tsconfig.json",
"appwrite": "docker compose -f ./appwrite/docker-compose.yml up"
},
"devDependencies": {
@ -41,6 +42,7 @@
"mapbox": "^1.0.0-beta10",
"mapbox-gl": "^2.10.0",
"svelte-appwrite-client": "^0.2.3",
"svelte-check": "^3.1.4",
"svelte-i18n": "^3.6.0",
"svelte-routing": "^1.6.0",
"yallist": "^4.0.0"