{
  "name": "@nex-ui/react",
  "version": "0.0.10",
  "author": "X1ng Yu",
  "description": "🎉 A beautiful, modern, and reliable React component library.",
  "homepage": "https://nex-ui-docs.vercel.app/",
  "private": false,
  "keywords": [
    "react",
    "react-component",
    "nui",
    "nex-ui"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/rxy001/nex-ui.git",
    "directory": "packages/react"
  },
  "license": "MIT",
  "type": "module",
  "main": "dist/cjs/index.cjs",
  "module": "dist/esm/index.mjs",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "import": {
        "types": "./dist/types/index.d.ts",
        "default": "./dist/esm/index.mjs"
      },
      "require": {
        "types": "./dist/types/index.d.ts",
        "default": "./dist/cjs/index.cjs"
      }
    },
    "./package.json": "./package.json"
  },
  "devDependencies": {
    "@storybook/react": "8.6.12",
    "framer-motion": "12.7.2"
  },
  "dependencies": {
    "clsx": "2.1.1",
    "motion": "12.7.2",
    "@nex-ui/hooks": "0.0.9",
    "@nex-ui/icons": "0.0.10",
    "@nex-ui/styled": "0.0.10",
    "@nex-ui/utils": "0.0.9",
    "@nex-ui/system": "0.0.10"
  },
  "peerDependencies": {
    "@emotion/react": ">=11",
    "react": ">=19",
    "react-dom": ">=19"
  },
  "sideEffects": false,
  "scripts": {
    "build": "tsx ../../scripts/build.ts --dts",
    "build:fast": "tsx ../../scripts/build.ts",
    "typecheck": "tsc --noEmit"
  }
}