0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-03 22:57:08 -05:00
astro/packages/db/test/fixtures/ticketing-example/package.json
2024-11-27 14:31:09 +00:00

26 lines
646 B
JSON

{
"name": "eventbrite-from-scratch",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "pnpm astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/db": "workspace:*",
"@astrojs/node": "^8.3.4",
"@astrojs/react": "workspace:*",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "workspace:*",
"open-props": "^1.7.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"simple-stack-form": "^0.1.12",
"typescript": "^5.7.2",
"zod": "^3.23.8"
}
}