This commit is contained in:
Philipp Jacoby
2025-10-10 22:38:49 +02:00
commit 3cce8444f0
37 changed files with 6984 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "dark-doppler",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"engines": {
"node": ">=20.3.0"
},
"dependencies": {
"@astrojs/mdx": "^4.3.7",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.6.0",
"astro": "^5.14.3",
"sharp": "^0.34.3"
}
}