aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorLarsVomMars2024-12-26 23:41:15 +0100
committerLarsVomMars2024-12-26 23:41:15 +0100
commit70625ce62aba43e586901d340ae81c2830d9fbc6 (patch)
treecee316ca645864968753439aa241cf105d270617 /package.json
init
Diffstat (limited to 'package.json')
-rw-r--r--package.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..4179188
--- /dev/null
+++ b/package.json
@@ -0,0 +1,20 @@
+{
+ "name": "",
+ "type": "module",
+ "version": "0.0.1",
+ "scripts": {
+ "dev": "astro dev",
+ "build": "astro build",
+ "preview": "astro preview",
+ "astro": "astro"
+ },
+ "dependencies": {
+ "@astrojs/mdx": "^4.0.3",
+ "@astrojs/rss": "^4.0.10",
+ "@astrojs/sitemap": "^3.2.1",
+ "astro": "^5.1.1"
+ },
+ "devDependencies": {
+ "@types/bun": "^1.1.14"
+ }
+} \ No newline at end of file