summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..39daf0d
--- /dev/null
+++ b/package.json
@@ -0,0 +1,17 @@
+{
+ "name": "matthew-kosarek-xyz",
+ "type": "module",
+ "scripts": {
+ "dev": "astro dev",
+ "build": "astro build",
+ "preview": "astro preview"
+ },
+ "dependencies": {
+ "@astrojs/rss": "^4.0.17",
+ "@astrojs/sitemap": "^3.7.1",
+ "astro": "^5",
+ "marked": "^17.0.4",
+ "rehype-autolink-headings": "^7.1.0",
+ "rehype-slug": "^6.0.0"
+ }
+}