2019-07-13 20:16:00 +03:00
|
|
|
{
|
2022-10-24 16:24:07 +03:00
|
|
|
"name": "@example/docs",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
2019-07-13 20:16:00 +03:00
|
|
|
"scripts": {
|
2022-10-24 16:24:07 +03:00
|
|
|
"dev": "astro dev",
|
|
|
|
"start": "astro dev",
|
|
|
|
"check": "astro check && tsc",
|
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
2019-07-13 20:16:00 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-10-24 16:24:07 +03:00
|
|
|
"@algolia/client-search": "^4.14.2",
|
|
|
|
"@astrojs/image": "^0.10.0",
|
2023-04-25 16:43:01 +03:00
|
|
|
"@astrojs/preact": "^2.1.0",
|
2022-10-24 16:24:07 +03:00
|
|
|
"@astrojs/react": "^1.2.0",
|
|
|
|
"@docsearch/css": "^3.2.1",
|
|
|
|
"@docsearch/react": "^3.2.1",
|
|
|
|
"@types/node": "^18.11.0",
|
|
|
|
"@types/react": "^18.0.21",
|
|
|
|
"@types/react-dom": "^18.0.6",
|
|
|
|
"astro": "^1.5.0",
|
|
|
|
"preact": "^10.11.2",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0"
|
2019-07-13 20:16:00 +03:00
|
|
|
}
|
|
|
|
}
|