summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-24 06:17:46 -0400
committerseth <[email protected]>2023-05-24 06:17:46 -0400
commite23620d10a5fb27f613e5b71cb0627fb1c4076b3 (patch)
tree4b131eda41481bfc922fb86545c92f2c270496c2 /package.json
parentcb58a18f0f32cce04d13cf2d10b33d7721eebe1e (diff)
add 404/sitemap/robots.txt + improve random stuff
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index 1ae90a9..5a6d27a 100644
--- a/package.json
+++ b/package.json
@@ -11,6 +11,8 @@
"format": "prettier --write --editorconfig ."
},
"devDependencies": {
+ "@astrojs/image": "^0.16.9",
+ "@astrojs/sitemap": "^1.3.1",
"@astrojs/tailwind": "^3.1.2",
"@astrojs/ts-plugin": "^1.0.6",
"@catppuccin/tailwindcss": "^0.1.1",
@@ -24,6 +26,7 @@
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.8.1",
"sass": "^1.62.1",
+ "sharp": "^0.32.1",
"tailwindcss": "^3.3.2"
},
"eslintConfig": {