{ "name": "@astro-reactive/docs", "type": "module", "version": "0.1.1", "private": true, "scripts": { "dev": "astro dev", "start": "astro dev", "docs": "astro dev", "check": "astro check", "build": "astro build", "preview": "astro preview", "astro": "astro", "format": "prettier -w .", "lint": "eslint . --ext .ts,.js", "lint:fix": "eslint --fix . --ext .ts,.js", "clean": "rimraf node_modules .turbo dist" }, "dependencies": { "@algolia/client-search": "^4.20.0", "@astrojs/preact": "^3.0.0", "@astrojs/react": "^3.0.2", "@docsearch/css": "^3.5.2", "@docsearch/react": "^3.5.2", "@types/node": "^20.6.5", "@types/react": "^18.2.22", "@types/react-dom": "^18.2.7", "astro": "^4.0.3", "preact": "^10.17.1", "react": "^18.2.0", "react-dom": "^18.2.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": "astro-reactive", "license": "ISC", "bugs": { "url": "https://github.com/astro-reactive/astro-reactive/issues" }, "homepage": "https://astro-reactive.js.org", "devDependencies": { "@astro-reactive/eslint-config-custom": "*", "@astro-reactive/tsconfig": "*", "@types/eslint": "^8.44.3", "@types/prettier": "^2.7.3", "eslint": "^8.50.0", "prettier": "^3.0.3", "prettier-plugin-astro": "^0.12.0", "rimraf": "^3.0.2" } }