{
  "name": "@cdx-ui/components",
  "version": "0.0.1-beta.118",
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "react-native": "src/index.ts",
  "types": "lib/typescript/index.d.ts",
  "source": "src/index.ts",
  "exports": {
    ".": {
      "react-native": "./src/index.ts",
      "types": "./lib/typescript/index.d.ts",
      "import": "./lib/module/index.js",
      "require": "./lib/commonjs/index.js",
      "default": "./lib/module/index.js"
    },
    "./styles.css": "./src/styles.css",
    "./metro": {
      "types": "./lib/typescript/metro/withForgeMetroConfig.d.ts",
      "require": "./lib/commonjs/metro/withForgeMetroConfig.js",
      "import": "./lib/module/metro/withForgeMetroConfig.js",
      "default": "./lib/commonjs/metro/withForgeMetroConfig.js"
    }
  },
  "files": [
    "lib",
    "src",
    "!src/figma"
  ],
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "peerDependencies": {
    "@shopify/flash-list": ">=2.0.0",
    "react": "^18.2.0 || ^19.0.0",
    "react-native": ">=0.76.0",
    "react-native-gesture-handler": ">=2.0.0",
    "react-native-reanimated": ">=4.0.0",
    "react-native-safe-area-context": ">=4.0.0",
    "react-native-web": ">=0.19.0",
    "react-native-worklets": ">=0.4.0"
  },
  "peerDependenciesMeta": {
    "@shopify/flash-list": {
      "optional": true
    },
    "react-native": {
      "optional": true
    },
    "react-native-gesture-handler": {
      "optional": true
    },
    "react-native-reanimated": {
      "optional": true
    },
    "react-native-web": {
      "optional": true
    },
    "react-native-worklets": {
      "optional": true
    }
  },
  "dependencies": {
    "@gorhom/bottom-sheet": "^5.2.6",
    "class-variance-authority": "^0.7.1",
    "react-native-reanimated-carousel": "5.0.0-beta.5",
    "uniwind": "1.10.0",
    "@cdx-ui/primitives": "0.0.1-beta.118",
    "@cdx-ui/utils": "0.0.1-beta.118",
    "@cdx-ui/icons": "0.0.1-beta.118"
  },
  "devDependencies": {
    "@react-navigation/bottom-tabs": "*",
    "react-native-screens": "*",
    "@types/react": "19.1.17",
    "@types/react-dom": "*",
    "react": "19.1.0",
    "react-dom": "19.1.0",
    "react-native": "*",
    "react-native-builder-bob": "*",
    "react-native-web": "*",
    "typescript": "*"
  },
  "nx": {
    "tags": [
      "type:lib",
      "scope:components"
    ]
  },
  "sideEffects": [
    "**/*.css"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "bob build",
    "lint": "eslint src/",
    "test": "node ../../scripts/split-jest-coverage.mjs rntl axe -- --config ../../jest.config.js"
  }
}