home.arpa/package.json
z0x d61aa4ab51
Some checks are pending
build dist / build-dist (push) Waiting to run
feat(index): add cupdate & beszel, remove lodestone
2025-03-13 19:30:20 -04:00

27 lines
No EOL
502 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.2"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@biomejs/biome": "^1.9.4",
"@tailwindcss/vite": "^4.0.14",
"tailwindcss": "^4.0.14"
},
"trustedDependencies": [
"@biomejs/biome",
"@parcel/watcher",
"esbuild",
"sharp"
]
}