{
  "name": "@mdxui/neo",
  "version": "0.4.3",
  "private": false,
  "description": "Marketing and landing page components with mdxui-compliant interfaces",
  "type": "module",
  "sideEffects": false,
  "license": "MIT",
  "author": "dot.do",
  "repository": {
    "type": "git",
    "url": "https://github.com/dot-do/ui.git",
    "directory": "packages/neo"
  },
  "homepage": "https://mdxui.dev",
  "bugs": {
    "url": "https://github.com/dot-do/ui/issues"
  },
  "keywords": [
    "mdxui",
    "react",
    "blocks",
    "components",
    "marketing",
    "landing-page",
    "hero",
    "features",
    "pricing"
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./hero-spec": {
      "types": "./dist/components/hero/hero-background-spec.d.ts",
      "import": "./dist/components/hero/hero-background-spec.js"
    },
    "./ssr": {
      "types": "./dist/ssr/index.d.ts",
      "import": "./dist/ssr/index.js"
    },
    "./ssr/*": {
      "types": "./dist/ssr/*.d.ts",
      "import": "./dist/ssr/*.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsup",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "clean": "rm -rf dist .turbo node_modules",
    "prepublishOnly": "pnpm build"
  },
  "devDependencies": {
    "@mdxui/primitives": "6.1.0",
    "@mdxui/typescript-config": "6.0.0",
    "@types/react": "^19.2.7",
    "@types/react-dom": "^19.2.3",
    "mdxui": "6.1.0",
    "tsup": "^8.0.0",
    "typescript": "5.9.3",
    "vitest": "^2.0.0"
  },
  "dependencies": {
    "@iconify/react": "^6.0.2",
    "embla-carousel-auto-scroll": "^8.6.0",
    "framer-motion": "^12.24.7",
    "lucide-react": "^0.561.0",
    "motion": "^12.24.7",
    "react-icons": "^5.5.0",
    "react-markdown": "^9.0.1",
    "rehype-slug": "^6.0.0",
    "remark-gfm": "^4.0.0",
    "shiki": "^3.20.0",
    "zod": "^4.3.5"
  },
  "peerDependencies": {
    "@mdxui/primitives": ">=0.0.0",
    "mdxui": ">=0.0.0",
    "react": "^18.0.0 || ^19.0.0"
  },
  "peerDependenciesMeta": {
    "@mdxui/primitives": {
      "optional": false
    },
    "mdxui": {
      "optional": false
    }
  },
  "publishConfig": {
    "access": "public"
  }
}
