Files
iten.pro/package.json
Eduard Iten fda6206766
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 12s
Fehlerseiten hinzugefügt
2026-04-01 10:07:19 +02:00

25 lines
483 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": {
"@iconify-json/tabler": "^1.2.33",
"@tailwindcss/vite": "^4.2.2",
"astro": "^6.1.2",
"astro-icon": "^1.1.5",
"tailwindcss": "^4.2.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19"
}
}