Files
Tiber365/package.json
2025-07-24 18:46:24 +02:00

23 lines
455 B
JSON

{
"name": "tiber365",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/tailwind": "^6.0.2",
"@tailwindcss/typography": "^0.5.16",
"astro": "^5.12.3",
"tailwindcss": "^3.0.0"
},
"devDependencies": {
"@types/node": "^20.10.0",
"terser": "^5.43.1"
}
}