2021-06-08 08:10:56 -07:00
|
|
|
{
|
2021-06-29 11:05:33 -05:00
|
|
|
"name": "@example/docs",
|
|
|
|
"version": "0.0.1",
|
2021-06-08 08:10:56 -07:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-08-19 01:07:08 -04:00
|
|
|
"dev": "astro dev",
|
2021-06-08 08:10:56 -07:00
|
|
|
"start": "astro dev",
|
2021-08-26 12:08:52 -07:00
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview"
|
2021-06-08 08:10:56 -07:00
|
|
|
},
|
2021-08-14 00:58:00 +00:00
|
|
|
"dependencies": {
|
2022-05-18 08:15:42 -07:00
|
|
|
"@algolia/client-search": "^4.13.1",
|
|
|
|
"@docsearch/css": "^3.1.0",
|
|
|
|
"@docsearch/react": "^3.1.0",
|
2022-05-12 10:42:34 -06:00
|
|
|
"@types/react": "^17.0.45",
|
2022-06-01 08:39:32 -07:00
|
|
|
"preact": "^10.7.3",
|
2022-06-22 15:11:48 +02:00
|
|
|
"react": "^18.1.0",
|
|
|
|
"react-dom": "^18.1.0"
|
2021-08-14 00:58:00 +00:00
|
|
|
},
|
2021-06-08 08:10:56 -07:00
|
|
|
"devDependencies": {
|
2022-05-31 13:40:19 -04:00
|
|
|
"@astrojs/preact": "^0.1.3",
|
|
|
|
"@astrojs/react": "^0.1.3",
|
2022-06-22 12:19:43 -04:00
|
|
|
"astro": "^1.0.0-beta.52"
|
2021-06-08 08:10:56 -07:00
|
|
|
}
|
|
|
|
}
|