summaryrefslogtreecommitdiff
path: root/website/package.json
blob: b2451c5a0d723887d67ef7d6e43bafb63e3fde4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "private": "true",
  "scripts": {
    "dev": "astro dev",
    "start": "astro build --remote && node ./dist/server/entry.mjs",
    "build": "astro build --remote",
    "preview": "astro preview",
    "astro": "astro"
  },
  "engines": {
    "node": "^22.14.0"
  },
  "dependencies": {
    "@astrojs/db": "^0.20.1",
    "@astrojs/mdx": "^5.0.2",
    "@astrojs/node": "^10.0.3",
    "@astrojs/rss": "^4.0.17",
    "@astrojs/sitemap": "^3.7.1",
    "@types/nodemailer": "^7.0.4",
    "astro": "^6.0.8",
    "astro-gemtext": "git+https://git.joeac.net/joeac/astro-gemtext.git#ab32140ae28ff451447e7b25e24de0a4d46d264d",
    "gemtext": "^0.2.2",
    "markdown-it": "^14.1.0",
    "nodemailer": "^7.0.11",
    "typescript": "^5.4.3"
  },
  "devDependencies": {
    "@astrojs/check": "^0.9.8",
    "@types/markdown-it": "^14.1.1"
  }
}