mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
cb2586fa15
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
21 lines
450 B
JSON
21 lines
450 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": "^3.3.4",
|
|
"@types/react": "^18.3.2",
|
|
"@types/react-dom": "^18.3.0",
|
|
"astro": "^4.8.2",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
}
|
|
}
|