Files
joeac.net/package.json
2025-12-12 14:47:04 +00:00

27 lines
649 B
JSON

{
"private": "true",
"scripts": {
"dev": "cd website && astro dev",
"start": "cd website && astro build && node ./dist/server/entry.mjs",
"build": "cd website && astro build",
"preview": "cd website && astro preview",
"astro": "cd website && astro"
},
"engines": {
"node": "^22.14.0"
},
"dependencies": {
"@astrojs/mdx": "^4.3.0",
"@astrojs/node": "^9.5.1",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
"astro": "^5.1.1",
"markdown-it": "^14.1.0",
"typescript": "^5.4.3"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@types/markdown-it": "^14.1.1"
}
}