diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-18 19:21:59 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-18 19:21:59 +0100 |
| commit | ca8e6824eaa711105f4092365792720c9dde026b (patch) | |
| tree | 2b6493941352d11b799ee63d3f1311c13de649b8 /website/package.json | |
| parent | a0f25057283a397f006127b6f582d190d2c4294e (diff) | |
remove Astro website
Diffstat (limited to 'website/package.json')
| -rw-r--r-- | website/package.json | 32 |
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" - } -} |
