Recipie/package.json
june c1910a71c6 [PIE-6] Add first (non-final) (temporary-ish) stylings (#5)
this was a doozy.
Co-authored-by: june <self@breadone.net>
Co-committed-by: june <self@breadone.net>
2025-08-12 23:39:33 +12:00

19 lines
398 B
JSON

{
"name": "astro-pb",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "docker compose up pb -d; astro dev --host",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.4.0",
"@tailwindcss/vite": "^4.1.11",
"astro": "^5.12.9",
"pocketbase": "^0.26.2",
"tailwindcss": "^4.1.11"
}
}