astro/examples/framework-react/package.json
github-actions[bot] 48c9b142cc
[ci] release (#2925)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-02 13:40:46 -06:00

19 lines
370 B
JSON

{
"name": "@example/framework-react",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/react": "^0.1.0",
"astro": "^0.26.0"
},
"dependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}