summaryrefslogtreecommitdiff
path: root/package.json
blob: e267776546163abe8791a314997c0f7e8d1aefa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "matthew-kosarek-xyz",
  "type": "module",
  "scripts": {
    "dev": "astro dev",
    "build": "astro build",
    "preview": "astro preview"
  },
  "dependencies": {
    "@astrojs/rss": "^4.0.17",
    "@astrojs/sitemap": "^3.7.1",
    "astro": "^5",
    "marked": "^17.0.4"
  }
}