Wrote an Webserver to spit out a random planet with a go backend and an astro front end
This commit is contained in:
16
astro-frontend/package.json
Normal file
16
astro-frontend/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user