astro/examples/docs/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

27 lines
577 B
JSON
Raw Normal View History

{
"name": "@example/docs",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
2022-08-06 04:36:23 +00:00
"preview": "astro preview",
"astro": "astro"
},
2021-08-14 00:58:00 +00:00
"dependencies": {
"@algolia/client-search": "^4.13.1",
"@docsearch/css": "^3.1.0",
"@docsearch/react": "^3.1.0",
"@types/react": "^17.0.45",
"preact": "^10.7.3",
"react": "^18.1.0",
"react-dom": "^18.1.0"
2021-08-14 00:58:00 +00:00
},
"devDependencies": {
"@astrojs/preact": "^1.0.2",
"@astrojs/react": "^1.1.0",
"astro": "^1.1.0"
}
}