Files
goexoplanetserver/astro-frontend/package.json

17 lines
310 B
JSON

{
"name": "astro-frontend",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.8.1",
"lucide-react": "^0.511.0",
"lucide-static": "^0.511.0"
}
}