This commit is contained in:
2025-11-30 19:50:46 +01:00
parent b40ccbb983
commit 9ccb7736db
19 changed files with 8450 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "minimal",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/rss": "^4.0.11",
"@astrojs/tailwind": "^6.0.2",
"@tailwindcss/postcss": "^4.1.4",
"astro": "^5.1.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15"
}
}