astro/examples/minimal/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
261 B
JSON
Raw Normal View History

2021-08-15 19:13:58 +00:00
{
"name": "@example/minimal",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
2021-08-15 19:13:58 +00:00
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
2021-08-15 19:13:58 +00:00
},
"devDependencies": {
"astro": "^1.0.0-beta.47"
2021-08-15 19:13:58 +00:00
}
}