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