home.arpa/package.json
z0x b58637ee69
All checks were successful
build dist / build-dist (push) Successful in 27s
style(index): switch to shadcn/ui zinc theme
2025-04-01 21:06:20 -04:00

25 lines
No EOL
475 B
JSON

{
"name": "home.arpa",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.5.6",
"@astrojs/check": "^0.9.4",
"@biomejs/biome": "^1.9.4",
"@tailwindcss/vite": "^4.1.0",
"tailwindcss": "^4.1.0"
},
"trustedDependencies": [
"@biomejs/biome",
"@parcel/watcher",
"esbuild",
"sharp"
]
}