astro/examples/docs/package.json

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

18 lines
319 B
JSON
Raw Normal View History

{
"name": "@example/docs",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
2021-08-14 00:58:00 +00:00
"dependencies": {
"@docsearch/react": "^1.0.0-alpha.28"
2021-08-14 00:58:00 +00:00
},
"devDependencies": {
"astro": "^0.22.13"
}
}