2021-06-08 10:10:56 -05:00
|
|
|
{
|
2021-06-29 11:05:33 -05:00
|
|
|
"name": "@example/docs",
|
|
|
|
"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",
|
2022-08-29 11:00:08 -05:00
|
|
|
"check": "astro check && tsc",
|
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": {
|
2022-09-12 14:08:39 -05:00
|
|
|
"astro": "^1.2.2",
|
2022-08-31 15:17:15 -05:00
|
|
|
"preact": "^10.7.3",
|
|
|
|
"react": "^18.1.0",
|
|
|
|
"react-dom": "^18.1.0",
|
2022-09-09 09:56:48 -05:00
|
|
|
"@astrojs/react": "^1.1.2",
|
2022-09-07 16:29:44 -05:00
|
|
|
"@astrojs/preact": "^1.1.0",
|
2022-05-18 10:15:42 -05:00
|
|
|
"@algolia/client-search": "^4.13.1",
|
|
|
|
"@docsearch/css": "^3.1.0",
|
|
|
|
"@docsearch/react": "^3.1.0",
|
2022-05-12 11:42:34 -05:00
|
|
|
"@types/react": "^17.0.45",
|
2022-08-29 11:00:08 -05:00
|
|
|
"@types/node": "^18.0.0",
|
2022-08-31 15:17:15 -05:00
|
|
|
"@types/react-dom": "^18.0.0"
|
2021-06-08 10:10:56 -05:00
|
|
|
}
|
|
|
|
}
|