e31246f7ac
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
17 lines
318 B
JSON
17 lines
318 B
JSON
{
|
|
"name": "@example/docs",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"dependencies": {
|
|
"@docsearch/react": "^1.0.0-alpha.28"
|
|
},
|
|
"devDependencies": {
|
|
"astro": "^0.23.1"
|
|
}
|
|
}
|