Add web files

This commit is contained in:
2025-11-17 12:58:21 +13:00
commit 308d1b205a
11 changed files with 5843 additions and 0 deletions

19
web/package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"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"
}
}