2021-06-08 10:10:56 -05:00
|
|
|
{
|
2021-06-29 11:05:33 -05:00
|
|
|
"name": "@example/docs",
|
2022-09-13 14:02:57 -05:00
|
|
|
"type": "module",
|
2021-06-29 11:05:33 -05:00
|
|
|
"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",
|
2022-08-05 23:36:23 -05:00
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
2021-06-08 10:10:56 -05:00
|
|
|
},
|
2021-08-13 19:58:00 -05:00
|
|
|
"dependencies": {
|
2023-05-05 06:09:38 -05:00
|
|
|
"@algolia/client-search": "^4.17.0",
|
2023-03-07 14:49:19 -05:00
|
|
|
"@astrojs/preact": "^2.1.0",
|
2023-05-05 06:09:38 -05: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 10:48:57 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"html-escaper": "^3.0.3"
|
2021-06-08 10:10:56 -05:00
|
|
|
}
|
|
|
|
}
|