feb88afb8c
* fix: improve docs example * final touches * chore: prettier * lockfile * ci? * downgrade types node * fresh lockfile * lockfile and npmrc * remove debug log * Merge branch 'main' into docs-template-ts * merging lockfiles suck * update lockfile * satisfy linter
29 lines
677 B
JSON
29 lines
677 B
JSON
{
|
|
"name": "@example/docs",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"check": "astro check && tsc",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/preact": "^1.0.2",
|
|
"@types/node": "^18.0.0",
|
|
"@types/react-dom": "^18.0.0",
|
|
"@astrojs/react": "^1.1.0",
|
|
"astro": "^1.1.1"
|
|
}
|
|
}
|