6386c14d00
* update examples * add initial integrations * update tests * update astro * update ci * get final tests working * update injectelement todo * update ben code review * respond to final code review feedback
24 lines
531 B
JSON
24 lines
531 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": {
|
|
"@algolia/client-search": "^4.13.0",
|
|
"@docsearch/css": "^3.0.0",
|
|
"@docsearch/react": "^3.0.0",
|
|
"@types/react": "^17.0.40",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/preact": "^0.0.1",
|
|
"@astrojs/react": "^0.0.1",
|
|
"astro": "^0.24.3"
|
|
}
|
|
}
|