This commit is contained in:
matthieu42morin 2023-03-15 18:41:34 +01:00
commit e2cd6455b0
1 changed files with 48 additions and 46 deletions

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",
"workbox": "^0.0.0",