{
  "name": "@visulima/nextra-theme-docs",
  "version": "4.0.26",
  "description": "A Visulima Nextra theme for documentation sites.",
  "keywords": [
    "anolilab",
    "visulima",
    "nextra",
    "theme",
    "docs"
  ],
  "homepage": "https://www.visulima.com/docs/package/nextra-theme-docs",
  "repository": {
    "type": "git",
    "url": "https://github.com/visulima/visulima.git",
    "directory": "packages/nextra-theme-docs"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/prisis"
    },
    {
      "type": "consulting",
      "url": "https://anolilab.com/support"
    }
  ],
  "license": "MIT",
  "author": {
    "name": "Daniel Bannert",
    "email": "d.bannert@anolilab.de"
  },
  "sideEffects": [
    "./src/theme/polyfill.ts"
  ],
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "style": "./style.css"
    },
    "./components": {
      "types": "./dist/components.d.ts",
      "import": "./dist/components.js"
    },
    "./config": {
      "types": "./dist/config.d.ts",
      "import": "./dist/config.js"
    },
    "./component-style": "./component-style.css",
    "./style": "./style.css",
    "./component-style.css": "./component-style.css",
    "./style.css": "./style.css",
    "./package.json": "./package.json"
  },
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "component-style.css",
    "style.css",
    "package.json",
    "README.md",
    "CHANGELOG.md",
    "LICENSE.md"
  ],
  "dependencies": {
    "@giscus/react": "^3.0.0",
    "@headlessui/react": "^1.7.19",
    "@popperjs/core": "^2.11.8",
    "clsx": "^2.1.1",
    "copy-to-clipboard": "^3.3.3",
    "escape-string-regexp": "^5.0.0",
    "flexsearch": "^0.7.43",
    "focus-visible": "^5.2.0",
    "git-url-parse": "^14.0.0",
    "he": "^1.2.0",
    "intersection-observer": "^0.12.2",
    "next-seo": "^6.5.0",
    "next-themes": "^0.3.0",
    "prism-react-renderer": "^2.3.1",
    "prismjs": "^1.29.0",
    "react-hot-toast": "^2.4.1",
    "react-live": "^4.1.6",
    "react-medium-image-zoom": "^5.2.4",
    "react-wrap-balancer": "^1.1.1",
    "scroll-into-view-if-needed": "^3.1.0",
    "tailwind-merge": "^2.3.0"
  },
  "devDependencies": {
    "@anolilab/eslint-config": "^15.0.3",
    "@anolilab/prettier-config": "^5.0.14",
    "@anolilab/semantic-release-pnpm": "^1.1.0",
    "@anolilab/semantic-release-preset": "^8.1.0",
    "@arthurgeron/eslint-plugin-react-usememo": "^2.4.0",
    "@babel/core": "^7.24.6",
    "@mdx-js/react": "^3.0.1",
    "@rushstack/eslint-plugin-security": "^0.8.1",
    "@secretlint/secretlint-rule-preset-recommend": "^8.2.4",
    "@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
    "@tailwindcss/typography": "^0.5.13",
    "@testing-library/react": "^16.0.0",
    "@total-typescript/ts-reset": "^0.5.1",
    "@types/flexsearch": "^0.7.6",
    "@types/git-url-parse": "^9.0.3",
    "@types/he": "^1.2.3",
    "@types/micromatch": "^4.0.7",
    "@types/node": "18.18.14",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "@vitest/coverage-v8": "^1.6.0",
    "@vitest/ui": "^1.6.0",
    "concurrently": "^8.2.2",
    "cross-env": "^7.0.3",
    "csstype": "^3.1.3",
    "eslint": "^8.57.0",
    "eslint-plugin-deprecation": "^3.0.0",
    "eslint-plugin-etc": "^2.0.3",
    "eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
    "eslint-plugin-jsx-a11y": "^6.8.0",
    "eslint-plugin-mdx": "^3.1.5",
    "eslint-plugin-react": "7.34.1",
    "eslint-plugin-react-hooks": "4.6.0",
    "eslint-plugin-ssr-friendly": "^1.3.0",
    "eslint-plugin-testing-library": "^6.2.2",
    "eslint-plugin-validate-jsx-nesting": "^0.1.1",
    "eslint-plugin-vitest": "^0.4.1",
    "eslint-plugin-vitest-globals": "^1.5.0",
    "eslint-plugin-zod": "^1.4.0",
    "jsdom": "^24.1.0",
    "lightningcss-cli": "^1.25.1",
    "next": "^13.5.6",
    "nextra": "2.13.4",
    "postcss": "^8.4.38",
    "postcss-cli": "^11.0.0",
    "postcss-focus-visible": "^9.0.1",
    "postcss-import": "^16.1.0",
    "postcss-lightningcss": "1.0.0",
    "prettier": "^3.3.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "rimraf": "^5.0.7",
    "rxjs": "^7.8.1",
    "semantic-release": "23.1.1",
    "tailwindcss": "^3.4.3",
    "tailwindcss-hyphens": "^0.1.0",
    "tsup": "8.0.2",
    "typescript": "^5.4.5",
    "vitest": "^1.6.0",
    "zod": "^3.23.8"
  },
  "peerDependencies": {
    "next": ">=13.1.6",
    "nextra": ">=2.2.13",
    "react": ">=16.13.1",
    "react-dom": ">=16.13.1",
    "zod": "^3.22.4"
  },
  "engines": {
    "node": ">=18.* <=22.*"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "anolilab": {
    "eslint-config": {
      "plugin": {
        "tsdoc": false,
        "testing-library-dom": false
      },
      "warn_on_unsupported_typescript_version": false,
      "info_on_disabling_jsx_react_rule": false,
      "info_on_disabling_prettier_conflict_rule": false,
      "info_on_disabling_jsonc_sort_keys_rule": false,
      "info_on_disabling_etc_no_deprecated": false
    }
  },
  "sources": [
    "src/index.tsx",
    "src/components.tsx",
    "src/config.tsx"
  ],
  "scripts": {
    "build": "cross-env NODE_ENV=development tsup && pnpm build:tailwind:style && pnpm build:tailwind:component-style",
    "build:prod": "cross-env NODE_ENV=production tsup && pnpm build:tailwind:style && pnpm build:tailwind:component-style && pnpm minify:css:style && pnpm minify:css:component-style",
    "build:tailwind:component-style": "cross-env NODE_ENV=production PREFLIGHT=false pnpm postcss css/styles.css -o component-style.css --verbose",
    "build:tailwind:style": "cross-env NODE_ENV=production PREFLIGHT=true pnpm postcss css/styles.css -o style.css --verbose",
    "clean": "rimraf node_modules dist .eslintcache ./style.css",
    "dev": "cross-env NODE_ENV=development concurrently \"tsup --watch\" \"pnpm dev:tailwind:full\" \"pnpm dev:tailwind:components\"",
    "dev:tailwind:components": "cross-env TAILWIND_MODE=watch PREFLIGHT=false pnpm postcss css/styles.css -o component-style.css --watch",
    "dev:tailwind:full": "cross-env TAILWIND_MODE=watch PREFLIGHT=true pnpm postcss css/styles.css -o style.css --watch",
    "lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs",
    "lint:eslint:fix": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs --fix",
    "lint:package-json": "publint --strict",
    "lint:prettier": "prettier --config=.prettierrc.cjs --check .",
    "lint:prettier:fix": "prettier --config=.prettierrc.cjs --write .",
    "lint:types": "tsc --noEmit",
    "minify:css:component-style": "lightningcss --minify --nesting --bundle --targets '>= 0.25%' component-style.css -o component-style.css",
    "minify:css:style": "lightningcss --minify --nesting --bundle --targets '>= 0.25%' style.css -o style.css",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "test:ui": "vitest --ui --coverage.enabled=true",
    "test:watch": "vitest",
    "types": "tsup --dts-only",
    "types:check": "tsc --noEmit"
  }
}