summaryrefslogtreecommitdiff
path: root/website/package.json
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2025-12-18 16:29:06 +0000
committerJoe Carstairs <me@joeac.net>2025-12-18 16:29:06 +0000
commit9c50e749048f8e1c918d1abf2ca9713410f28816 (patch)
treebca23942e94e519f76201d98027c9745496cd6ad /website/package.json
parentb0be9fae2f062524f6a37fc1c1206701fdef08c7 (diff)
Move website root to website/
Diffstat (limited to 'website/package.json')
-rw-r--r--website/package.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/website/package.json b/website/package.json
new file mode 100644
index 0000000..a0a647c
--- /dev/null
+++ b/website/package.json
@@ -0,0 +1,29 @@
+{
+ "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.18.3",
+ "@astrojs/mdx": "^4.3.0",
+ "@astrojs/node": "^9.5.1",
+ "@astrojs/rss": "^4.0.10",
+ "@astrojs/sitemap": "^3.2.1",
+ "@types/nodemailer": "^7.0.4",
+ "astro": "^5.1.1",
+ "markdown-it": "^14.1.0",
+ "nodemailer": "^7.0.11",
+ "typescript": "^5.4.3"
+ },
+ "devDependencies": {
+ "@astrojs/check": "^0.9.4",
+ "@types/markdown-it": "^14.1.1"
+ }
+}