d47a9075bf
* Don't ignore `.output` From packages/integrations/vercel/CHANGELOG.md#minor-changes-5: > The output folder changed from `.output` to `.vercel/output` — you may need to update your `.gitignore`. * Make example readmes more consistent * remove `astro check` command Co-authored-by: Nate Moore <nate@astro.build>
30 lines
692 B
JSON
30 lines
692 B
JSON
{
|
|
"name": "@example/docs",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"astro": "^2.0.1",
|
|
"preact": "^10.7.3",
|
|
"react": "^18.1.0",
|
|
"react-dom": "^18.1.0",
|
|
"@astrojs/react": "^2.0.0",
|
|
"@astrojs/preact": "^2.0.0",
|
|
"@algolia/client-search": "^4.13.1",
|
|
"@docsearch/css": "^3.1.0",
|
|
"@docsearch/react": "^3.1.0",
|
|
"@types/react": "^17.0.45",
|
|
"@types/node": "^18.0.0",
|
|
"@types/react-dom": "^18.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"html-escaper": "^3.0.3"
|
|
}
|
|
}
|