Files

20 lines
407 B
JSON

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