This commit is contained in:
DavidOnTop 2024-05-04 22:21:09 +02:00
parent 4ab9396e29
commit e64b78239c
No known key found for this signature in database
GPG key ID: 5D05538A45D5149F
3 changed files with 376 additions and 170 deletions

View file

@ -10,10 +10,12 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/mdx": "^2.2.0",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.5.5",
"tailwindcss": "^3.4.1"
"tailwindcss": "^3.4.1",
"typescript": "^5.4.5"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",