mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -05:00
21 lines
425 B
JSON
21 lines
425 B
JSON
|
{
|
||
|
"name": "@example/framework-react",
|
||
|
"type": "module",
|
||
|
"version": "0.0.1",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"dev": "astro dev",
|
||
|
"build": "astro build",
|
||
|
"preview": "astro preview",
|
||
|
"astro": "astro"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@astrojs/react": "^4.1.2",
|
||
|
"@types/react": "^18.3.12",
|
||
|
"@types/react-dom": "^18.3.1",
|
||
|
"astro": "^5.1.1",
|
||
|
"react": "^18.3.1",
|
||
|
"react-dom": "^18.3.1"
|
||
|
}
|
||
|
}
|