astro/examples/subpath/package.json
Fred K. Schott 1032e450cc Revert "[ci] release (#3279)"
This reverts commit 9fb2c4744c.
2022-05-03 17:04:44 -07:00

20 lines
392 B
JSON

{
"name": "@example/subpath",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/react": "^0.1.1",
"astro": "^1.0.0-beta.22",
"sass": "^1.50.1"
},
"dependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}