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-03-16 09:53:46 -05:00
|
|
|
"@algolia/client-search": "^4.13.0",
|
2022-03-08 16:46:11 -05:00
|
|
|
"@docsearch/css": "^3.0.0",
|
2022-03-09 16:44:26 -05:00
|
|
|
"@docsearch/react": "^3.0.0",
|
2022-04-10 21:12:30 -05:00
|
|
|
"@types/react": "^17.0.44",
|
|
|
|
"preact": "^10.7.1",
|
2022-04-20 08:42:31 -05:00
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2"
|
2021-08-13 19:58:00 -05:00
|
|
|
},
|
2021-06-08 10:10:56 -05:00
|
|
|
"devDependencies": {
|
2022-04-21 15:37:18 -05:00
|
|
|
"@astrojs/preact": "^0.1.2",
|
2022-04-21 11:19:52 -05:00
|
|
|
"@astrojs/react": "^0.1.1",
|
2022-05-03 19:04:44 -05:00
|
|
|
"astro": "^1.0.0-beta.22"
|
2021-06-08 10:10:56 -05:00
|
|
|
}
|
|
|
|
}
|