Add web files
This commit is contained in:
19
web/package.json
Normal file
19
web/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user