d2b6dabfb3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
21 lines
451 B
JSON
21 lines
451 B
JSON
{
|
|
"name": "@example/framework-react",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/react": "^2.2.1",
|
|
"@types/react": "^18.2.13",
|
|
"@types/react-dom": "^18.2.6",
|
|
"astro": "^2.9.6",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
}
|
|
}
|