This commit is contained in:
Davide Scaini
2026-04-06 19:31:52 +02:00
parent 17f36889f3
commit e940338816
9 changed files with 2123 additions and 5 deletions
+11 -1
View File
@@ -7,11 +7,21 @@
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
"astro": "astro",
"cap:sync": "astro build && npx cap sync",
"cap:android": "astro build && npx cap sync && npx cap open android",
"cap:ios": "astro build && npx cap sync && npx cap open ios"
},
"dependencies": {
"@astrojs/svelte": "^7.0.0",
"@astrojs/tailwind": "^5.1.0",
"@capacitor/android": "^8.3.0",
"@capacitor/app": "^8.1.0",
"@capacitor/cli": "^8.3.0",
"@capacitor/core": "^8.3.0",
"@capacitor/filesystem": "^8.1.2",
"@capacitor/geolocation": "^8.2.0",
"@capacitor/ios": "^8.3.0",
"@observablehq/plot": "^0.6.0",
"@types/dompurify": "^3.0.5",
"astro": "^5.0.0",