Newer
Older
hello-programmer-world / package.json
@houston[bot] houston[bot] on 15 Dec 343 bytes Initial commit from Astro
{
  "name": "hello-programmer-world",
  "type": "module",
  "version": "0.0.1",
  "scripts": {
    "dev": "astro dev",
    "build": "astro build",
    "preview": "astro preview",
    "astro": "astro"
  },
  "dependencies": {
    "@astrojs/mdx": "^4.3.13",
    "@astrojs/preact": "^4.1.3",
    "astro": "^5.16.5",
    "preact": "^10.28.0"
  }
}