astro/examples/framework-react/package.json

15 lines
263 B
JSON
Raw Normal View History

{
"name": "@example/framework-react",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.21.12"
}
}