Files
iten.pro/package.json
Eduard Iten a44d1363cd
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 9s
Datenschutz und Impressum hinzugefügt
2026-03-31 12:26:42 +02:00

23 lines
416 B
JSON

{
"name": "iten.pro",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@tailwindcss/vite": "^4.2.2",
"astro": "^6.1.2",
"tailwindcss": "^4.2.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19"
}
}