init
This commit is contained in:
20
playground/package.json
Normal file
20
playground/package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "playground",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro",
|
||||
"generate": "pnpm exec zod-pocketbase"
|
||||
},
|
||||
"dependencies": {
|
||||
"@11ty/eleventy-fetch": "^5.0.1",
|
||||
"astro": "^5.1.1",
|
||||
"es-toolkit": "^1.30.1",
|
||||
"pocketbase": "<0.22.0",
|
||||
"zod": "^3.24.1",
|
||||
"zod-pocketbase": "workspace:*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user