2021-06-08 08:10:56 -07: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 08:10:56 -07:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-08-19 01:07:08 -04:00
|
|
|
"dev": "astro dev",
|
2021-06-08 08:10:56 -07:00
|
|
|
"start": "astro dev",
|
2022-08-29 18:00:08 +02:00
|
|
|
"check": "astro check && tsc",
|
2021-08-26 12:08:52 -07:00
|
|
|
"build": "astro build",
|
2022-08-05 21:36:23 -07:00
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
2021-06-08 08:10:56 -07:00
|
|
|
},
|
2021-08-14 00:58:00 +00:00
|
|
|
"dependencies": {
|
2022-10-13 09:29:24 -07:00
|
|
|
"astro": "^1.5.0",
|
2022-08-31 16:17:15 -04:00
|
|
|
"preact": "^10.7.3",
|
|
|
|
"react": "^18.1.0",
|
|
|
|
"react-dom": "^18.1.0",
|
2022-10-10 08:44:22 -07:00
|
|
|
"@astrojs/react": "^1.2.0",
|
|
|
|
"@astrojs/preact": "^1.2.0",
|
2022-05-18 08:15:42 -07:00
|
|
|
"@algolia/client-search": "^4.13.1",
|
|
|
|
"@docsearch/css": "^3.1.0",
|
|
|
|
"@docsearch/react": "^3.1.0",
|
2022-05-12 10:42:34 -06:00
|
|
|
"@types/react": "^17.0.45",
|
2022-08-29 18:00:08 +02:00
|
|
|
"@types/node": "^18.0.0",
|
2022-08-31 16:17:15 -04:00
|
|
|
"@types/react-dom": "^18.0.0"
|
2021-06-08 08:10:56 -07:00
|
|
|
}
|
|
|
|
}
|