home.arpa/package.json
z0x 96526b3c9c
All checks were successful
build dist / build-dist (push) Successful in 31s
chore(deps): update deps
2025-05-17 13:00:56 -04:00

26 lines
501 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": {
"@astrojs/check": "^0.9.4",
"@biomejs/biome": "^1.9.4",
"@tailwindcss/vite": "^4.1.7",
"astro": "^5.7.13",
"tailwindcss": "^4.1.7"
},
"trustedDependencies": [
"@biomejs/biome",
"@parcel/watcher",
"@tailwindcss/oxide",
"esbuild",
"sharp"
]
}