{
  "name": "@prosefly/astro-theme-lotus",
  "version": "0.8.0",
  "description": "An installable documentation theme for Astro.",
  "type": "module",
  "license": "BSD-3-Clause",
  "keywords": [
    "astro",
    "astrojs",
    "astro-integration",
    "astro-theme",
    "withastro",
    "documentation",
    "documentation-theme",
    "docs-theme",
    "docs",
    "mdx",
    "tailwindcss",
    "pagefind",
    "expressive-code",
    "i18n",
    "ui"
  ],
  "homepage": "https://astro-theme-lotus.prosefly.dev",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/prosefly/astro-theme-lotus.git",
    "directory": "packages/astro-theme-lotus"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "exports": {
    ".": "./src/index.ts",
    "./blocks": "./src/blocks.ts",
    "./components": "./src/components.ts",
    "./content": "./src/content.ts",
    "./layouts": "./src/layouts.ts",
    "./navigation": "./src/navigation.ts",
    "./schema.json": "./src/schema.json"
  },
  "files": [
    "src"
  ],
  "peerDependencies": {
    "@prosefly/astro-components": "^0.7.0",
    "astro": "^7.0.0",
    "pagefind": "^1.5.2"
  },
  "peerDependenciesMeta": {
    "pagefind": {
      "optional": true
    }
  },
  "dependencies": {
    "@astrojs/markdown-remark": "^7.3.1",
    "@astrojs/mdx": "^8.0.1",
    "@expressive-code/plugin-line-numbers": "^0.44.2",
    "@tailwindcss/typography": "^0.5.20",
    "@tailwindcss/vite": "^4.3.3",
    "astro-expressive-code": "^0.44.2",
    "github-slugger": "^2.0.0",
    "mdast-heading-id": "^2.0.0",
    "micromark-heading-id": "^2.0.0",
    "remark-cjk-friendly": "^2.3.1",
    "remark-cjk-friendly-gfm-strikethrough": "^2.3.1",
    "vite": "^8.3.0"
  }
}
