summaryrefslogtreecommitdiff
path: root/website/package.json
diff options
context:
space:
mode:
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"
- }
-}