summaryrefslogtreecommitdiff
path: root/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 /package.json
parentb0be9fae2f062524f6a37fc1c1206701fdef08c7 (diff)
Move website root to website/
Diffstat (limited to 'package.json')
-rw-r--r--package.json29
1 files changed, 0 insertions, 29 deletions
diff --git a/package.json b/package.json
deleted file mode 100644
index 8020ef5..0000000
--- a/package.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "private": "true",
- "scripts": {
- "dev": "cd website && astro dev",
- "start": "cd website && astro build --remote && node ./dist/server/entry.mjs",
- "build": "cd website && astro build --remote",
- "preview": "cd website && astro preview",
- "astro": "cd website && 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"
- }
-}