Files
kuehlfinder/package.json
T

18 lines
380 B
JSON

{
"name": "kuehlfinder",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"astro": "^5.7.0",
"@fontsource/fraunces": "^5.0.0",
"@fontsource/public-sans": "^5.0.0",
"maplibre-gl": "^4.7.1",
"@astrojs/sitemap": "^3.2.0"
}
}