{
  "name": "create-expo-stack-docs",
  "type": "module",
  "version": "0.0.1",
  "scripts": {
    "dev": "astro dev",
    "start": "astro dev",
    "build": "astro check && astro build",
    "preview": "astro preview",
    "astro": "astro"
  },
  "dependencies": {
    "@algolia/client-search": "^4.20.0",
    "@astrojs/check": "^0.3.1",
    "@astrojs/mdx": "^1.1.5",
    "@astrojs/preact": "^3.0.1",
    "@astrojs/react": "^3.0.5",
    "@astrojs/sitemap": "^3.0.3",
    "@astrojs/tailwind": "^5.0.2",
    "@docsearch/css": "^3.5.2",
    "@docsearch/react": "^3.5.2",
    "@headlessui/react": "^1.7.17",
    "@types/react": "^18.0.21",
    "@types/react-dom": "^18.0.6",
    "astro": "^3.5.5",
    "clsx": "^2.0.0",
    "preact": "^10.19.2",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "tailwindcss": "^3.3.5",
    "treeify": "^1.1.0",
    "typescript": "^5.3.2"
  },
  "devDependencies": {
    "@types/html-escaper": "^3.0.2",
    "@types/treeify": "^1.0.3",
    "html-escaper": "^3.0.3",
    "prettier": "^3.1.0",
    "prettier-plugin-astro": "^0.12.2"
  }
}