mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
790bd89ead
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
15 lines
262 B
JSON
15 lines
262 B
JSON
{
|
|
"name": "@example/framework-react",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "astro dev",
|
|
"build": "astro build"
|
|
},
|
|
"devDependencies": {
|
|
"astro": "^1.0.0-next.2"
|
|
},
|
|
"snowpack": {
|
|
"workspaceRoot": "../.."
|
|
}
|
|
}
|