Files
Recipie2/web/package.json
2025-11-17 12:58:21 +13:00

20 lines
406 B
JSON

{
"name": "recipie2",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.5.0",
"@tailwindcss/vite": "^4.1.17",
"@tmlmt/cooklang-parser": "^2.1.3",
"astro": "^5.15.8",
"pocketbase": "^0.26.3",
"tailwindcss": "^4.1.17"
}
}