Newer
Older
hello-programmer-world / package.json
@h.sakamoto h.sakamoto on 15 Dec 438 bytes dynamic toc
{
  "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",
    "github-markdown-css": "^5.8.1",
    "preact": "^10.28.0"
  },
  "devDependencies": {
    "@biomejs/biome": "2.3.8"
  }
}