{
  "name": "@aws-amplify/ui-react-core",
  "version": "3.6.4",
  "main": "dist/index.js",
  "module": "dist/esm/index.mjs",
  "react-native": "src/index.ts",
  "exports": {
    ".": {
      "import": "./dist/esm/index.mjs",
      "require": "./dist/index.js",
      "types": "./dist/types/index.d.ts"
    },
    "./elements": {
      "import": "./dist/esm/elements.mjs",
      "require": "./dist/elements.js",
      "react-native": "./src/elements/index.ts",
      "types": "./dist/types/elements/index.d.ts"
    },
    "./package.json": "./package.json"
  },
  "types": "dist/types/index.d.ts",
  "license": "Apache-2.0",
  "files": [
    "dist",
    "elements",
    "LICENSE",
    "src",
    "!**/__mocks__",
    "!**/__tests__"
  ],
  "scripts": {
    "clean": "rimraf dist node_modules",
    "build": "rollup --config",
    "check:esm": "node --input-type=module --eval 'import \"@aws-amplify/ui-react-core\"'",
    "dev": "yarn build --watch",
    "lint": "yarn typecheck && eslint .",
    "prebuild": "rimraf dist",
    "test": "jest",
    "test:watch": "yarn test --watch",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@aws-amplify/ui": "6.15.4",
    "@xstate/react": "^3.2.2",
    "lodash": "4.18.1",
    "react-hook-form": "7.53.2",
    "xstate": "^4.33.6"
  },
  "peerDependencies": {
    "aws-amplify": "^6.14.3",
    "react": "^16.14 || ^17 || ^18 || ^19"
  },
  "sideEffects": false
}