07e8a1bab4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
30 lines
692 B
JSON
30 lines
692 B
JSON
{
|
|
"name": "@example/docs",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"astro": "^2.1.9",
|
|
"preact": "^10.7.3",
|
|
"react": "^18.1.0",
|
|
"react-dom": "^18.1.0",
|
|
"@astrojs/react": "^2.1.1",
|
|
"@astrojs/preact": "^2.1.0",
|
|
"@algolia/client-search": "^4.13.1",
|
|
"@docsearch/css": "^3.1.0",
|
|
"@docsearch/react": "^3.1.0",
|
|
"@types/react": "^17.0.45",
|
|
"@types/node": "^18.0.0",
|
|
"@types/react-dom": "^18.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"html-escaper": "^3.0.3"
|
|
}
|
|
}
|