
* Link to repo updated * Update introduction.md * docs: update links to change logs Co-authored-by: Ayo <ramon.aycojr@gmail.com>
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "@astro-reactive/docs",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"docs": "astro dev",
|
|
"check": "astro check && tsc --noEmit && astro build",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"clean": "rimraf node_modules .turbo dist"
|
|
},
|
|
"dependencies": {
|
|
"@algolia/client-search": "^4.13.1",
|
|
"@astrojs/preact": "^1.1.1",
|
|
"@astrojs/react": "^1.1.4",
|
|
"@docsearch/css": "^3.1.0",
|
|
"@docsearch/react": "^3.1.0",
|
|
"@types/node": "^18.0.0",
|
|
"@types/react": "^18.0.24",
|
|
"@types/react-dom": "^18.0.0",
|
|
"astro": "^1.4.4",
|
|
"preact": "^10.7.3",
|
|
"prettier-plugin-astro": "^0.7.0",
|
|
"react": "^18.1.0",
|
|
"react-dom": "^18.1.0"
|
|
},
|
|
"description": "```bash npm create astro@latest -- --template docs ```",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/astro-reactive/astro-reactive.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/astro-reactive/astro-reactive/issues"
|
|
},
|
|
"homepage": "https://github.com/astro-reactive/astro-reactive#readme",
|
|
"devDependencies": {
|
|
"rimraf": "^3.0.2"
|
|
}
|
|
}
|
|
|