summaryrefslogtreecommitdiff
path: root/website/package.json
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-18 19:21:59 +0100
committerJoe Carstairs <me@joeac.net>2026-06-18 19:21:59 +0100
commitca8e6824eaa711105f4092365792720c9dde026b (patch)
tree2b6493941352d11b799ee63d3f1311c13de649b8 /website/package.json
parenta0f25057283a397f006127b6f582d190d2c4294e (diff)
remove Astro website
Diffstat (limited to 'website/package.json')
-rw-r--r--website/package.json32
1 files changed, 0 insertions, 32 deletions
diff --git a/website/package.json b/website/package.json
deleted file mode 100644
index 89cd757..0000000
--- a/website/package.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "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"
- }
-}