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",
|
2022-08-29 16:00:08 +00:00
|
|
|
"check": "astro check && tsc",
|
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": {
|
2022-09-19 18:44:49 +00:00
|
|
|
"astro": "^1.2.7",
|
2022-08-31 20:17:15 +00:00
|
|
|
"preact": "^10.7.3",
|
|
|
|
"react": "^18.1.0",
|
|
|
|
"react-dom": "^18.1.0",
|
2022-09-14 20:06:23 +00:00
|
|
|
"@astrojs/react": "^1.1.3",
|
2022-09-07 21:29:44 +00:00
|
|
|
"@astrojs/preact": "^1.1.0",
|
2022-05-18 15:15:42 +00:00
|
|
|
"@algolia/client-search": "^4.13.1",
|
|
|
|
"@docsearch/css": "^3.1.0",
|
|
|
|
"@docsearch/react": "^3.1.0",
|
2022-05-12 16:42:34 +00:00
|
|
|
"@types/react": "^17.0.45",
|
2022-08-29 16:00:08 +00:00
|
|
|
"@types/node": "^18.0.0",
|
2022-08-31 20:17:15 +00:00
|
|
|
"@types/react-dom": "^18.0.0"
|
2021-06-08 15:10:56 +00:00
|
|
|
}
|
|
|
|
}
|