mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
cb2586fa15
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
27 lines
671 B
JSON
27 lines
671 B
JSON
{
|
|
"name": "eventbrite-from-scratch",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "pnpm astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.6.0",
|
|
"@astrojs/db": "workspace:*",
|
|
"@astrojs/node": "workspace:*",
|
|
"@astrojs/react": "^3.3.4",
|
|
"@types/react": "^18.3.2",
|
|
"@types/react-dom": "^18.3.0",
|
|
"astro": "workspace:*",
|
|
"open-props": "^1.7.4",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"simple-stack-form": "^0.1.12",
|
|
"typescript": "^5.4.5",
|
|
"zod": "^3.23.8"
|
|
}
|
|
}
|