
* add documentation site as new workspace * update package-lock.json * Update docs/package.json Co-authored-by: Ayo Ayco <ramon.aycojr@gmail.com> * Update docs/src/components/Footer/AvatarList.astro with correct URL's Co-authored-by: Ayo Ayco <ramon.aycojr@gmail.com> * Update docs/src/config.ts Co-authored-by: Ayo Ayco <ramon.aycojr@gmail.com> * Update docs/src/config.ts Correct GITHUB_EDIT_URL Co-authored-by: Ayo Ayco <ramon.aycojr@gmail.com> Co-authored-by: Ayo Ayco <ramon.aycojr@gmail.com>
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "docs-astro-reactive-library",
|
|
"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": {
|
|
"astro": "^1.4.4",
|
|
"preact": "^10.7.3",
|
|
"react": "^18.1.0",
|
|
"react-dom": "^18.1.0",
|
|
"@astrojs/react": "^1.1.4",
|
|
"@astrojs/preact": "^1.1.1",
|
|
"@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"
|
|
},
|
|
"description": "```bash npm create astro@latest -- --template docs ```",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Rishav-12/astro-reactive-library.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/Rishav-12/astro-reactive-library/issues"
|
|
},
|
|
"homepage": "https://github.com/Rishav-12/astro-reactive-library#readme"
|
|
}
|