mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
f2e60a9675
* Revert "[ci] release (#10332)" This reverts commitdd3935b31c
. * Revert "[ci] set `--tag` on release (#10323)" This reverts commit50215ae731
.
21 lines
454 B
JSON
21 lines
454 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.0.10",
|
|
"@types/react": "^18.2.37",
|
|
"@types/react-dom": "^18.2.15",
|
|
"astro": "^4.4.11",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
}
|
|
}
|