d5bd23d5f4
* devDependencies => dependencies * :global -> is:global * update lockfile * remove unneeded markdown dependency * fix remaining merge conflicts * update lockfile
27 lines
650 B
JSON
27 lines
650 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": {
|
|
"astro": "^1.1.1",
|
|
"preact": "^10.7.3",
|
|
"react": "^18.1.0",
|
|
"react-dom": "^18.1.0",
|
|
"@astrojs/react": "^1.1.0",
|
|
"@astrojs/preact": "^1.0.2",
|
|
"@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"
|
|
}
|
|
}
|