2021-06-08 15:10:56 +00:00
|
|
|
{
|
2021-06-29 16:05:33 +00:00
|
|
|
"name": "@example/docs",
|
2022-09-13 19:02:57 +00:00
|
|
|
"type": "module",
|
2021-06-29 16:05:33 +00:00
|
|
|
"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",
|
2022-08-06 04:36:23 +00:00
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
2021-06-08 15:10:56 +00:00
|
|
|
},
|
2021-08-14 00:58:00 +00:00
|
|
|
"dependencies": {
|
2023-05-05 11:09:38 +00:00
|
|
|
"@algolia/client-search": "^4.17.0",
|
2023-03-07 19:49:19 +00:00
|
|
|
"@astrojs/preact": "^2.1.0",
|
2023-05-05 11:09:38 +00:00
|
|
|
"@astrojs/react": "^2.1.3",
|
|
|
|
"@docsearch/css": "^3.3.4",
|
|
|
|
"@docsearch/react": "^3.3.4",
|
|
|
|
"@types/node": "^18.16.3",
|
|
|
|
"@types/react": "^18.2.5",
|
|
|
|
"@types/react-dom": "^18.2.3",
|
|
|
|
"astro": "^2.4.1",
|
|
|
|
"preact": "^10.13.2",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0"
|
2022-11-17 15:48:57 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"html-escaper": "^3.0.3"
|
2021-06-08 15:10:56 +00:00
|
|
|
}
|
|
|
|
}
|