Documentation site of NextGraph.org
https://docs.nextgraph.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
752 B
31 lines
752 B
2 years ago
|
{
|
||
|
"name": "@example/docs",
|
||
|
"type": "module",
|
||
|
"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.9.1",
|
||
|
"@astrojs/preact": "^1.2.0",
|
||
|
"@astrojs/react": "^1.2.2",
|
||
|
"@astrojs/sitemap": "^1.0.0",
|
||
|
"@babel/runtime": ">=7.17.2 <8.0.0",
|
||
|
"@types/node": "^18.0.0",
|
||
|
"@types/react": "^17.0.45",
|
||
|
"@types/react-dom": "^18.0.0",
|
||
|
"algoliasearch": "^4.9.1",
|
||
|
"astro": "^1.6.7",
|
||
|
"preact": "^10.7.3",
|
||
|
"react": "^18.1.0",
|
||
|
"react-dom": "^18.1.0",
|
||
|
"typesense-docsearch-react": "^0.2.3"
|
||
|
}
|
||
|
}
|