Files
joeac.net/website/package.json
T
2026-04-25 11:50:10 +01:00

33 lines
858 B
JSON

{
"private": "true",
"scripts": {
"dev": "astro dev",
"start": "astro build --remote && node ./dist/server/entry.mjs",
"build": "astro build --remote",
"preview": "astro preview",
"sync": "astro sync",
"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"
}
}