astro/examples/framework-react/package.json
Fred K. Schott e425f896b6 Revert "[ci] release (#2925)"
This reverts commit 48c9b142cc.
2022-04-02 13:46:25 -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.0.2",
"astro": "^0.25.4"
},
"dependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}