2021-06-08 15:10:56 +00:00
|
|
|
{
|
2021-06-29 16:05:33 +00:00
|
|
|
"name": "@example/docs",
|
|
|
|
"version": "0.0.1",
|
2021-06-08 15:10:56 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-08-19 05:07:08 +00:00
|
|
|
"dev": "astro dev",
|
2021-06-08 15:10:56 +00:00
|
|
|
"start": "astro dev",
|
2021-08-26 19:08:52 +00:00
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview"
|
2021-06-08 15:10:56 +00:00
|
|
|
},
|
2021-08-14 00:58:00 +00:00
|
|
|
"dependencies": {
|
2022-03-16 14:53:46 +00:00
|
|
|
"@algolia/client-search": "^4.13.0",
|
2022-03-08 21:46:11 +00:00
|
|
|
"@docsearch/css": "^3.0.0",
|
2022-03-09 21:44:26 +00:00
|
|
|
"@docsearch/react": "^3.0.0",
|
2022-03-25 14:45:12 +00:00
|
|
|
"@types/react": "^17.0.43",
|
2022-04-02 19:37:28 +00:00
|
|
|
"preact": "^10.7.0",
|
2022-03-31 17:01:05 +00:00
|
|
|
"react": "^18.0.0",
|
|
|
|
"react-dom": "^18.0.0"
|
2021-08-14 00:58:00 +00:00
|
|
|
},
|
2021-06-08 15:10:56 +00:00
|
|
|
"devDependencies": {
|
2022-03-25 22:00:49 +00:00
|
|
|
"@astrojs/preact": "^0.0.2",
|
2022-04-02 19:49:27 +00:00
|
|
|
"@astrojs/react": "^0.1.0",
|
2022-04-04 22:19:57 +00:00
|
|
|
"astro": "^1.0.0-beta.1"
|
2021-06-08 15:10:56 +00:00
|
|
|
}
|
|
|
|
}
|