{
  "name": "@tecsinapse/cortex-react",
  "version": "2.4.2",
  "description": "React components based in @tecsinapse/cortex-core",
  "license": "MIT",
  "main": "dist/esm/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "dev:es": "rollup --config --watch",
    "dev:dts": "tsc --project tsconfig.build.json --watch",
    "build:es": "rollup --config",
    "build:dts": "tsc --project tsconfig.build.json",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "dependencies": {
    "@floating-ui/react": "^0.26.18",
    "@internationalized/date": "3.7.0",
    "@tecsinapse/cortex-core": "2.1.1",
    "clsx": "2.1.1",
    "country-flag-icons": "^1.6.4",
    "currency.js": "2.0.4",
    "embla-carousel-autoplay": "^8.0.0",
    "embla-carousel-react": "^8.6.0",
    "react-aria": "3.38.1",
    "react-dropzone": "14.3.8",
    "react-imask": "7.6.1",
    "react-international-phone": "^4.6.1",
    "react-spring": "9.7.5",
    "react-stately": "3.36.1",
    "sonner": "1.7.3",
    "uuid": "11.1.0"
  },
  "repository": {
    "type": "git",
    "directory": "packages/cortex-react",
    "url": "git+https://github.com/tecsinapse/design-system.git"
  },
  "bugs": {
    "url": "https://github.com/tecsinapse/design-system/issues"
  },
  "homepage": "https://tecsinapse.github.io/design-system/",
  "peerDependencies": {
    "react": ">=18.0.0 || ^19.0.0",
    "react-dom": ">=18.0.0 || ^19.0.0",
    "react-icons": ">=5.2.0",
    "tailwindcss": "^4.1.16"
  },
  "gitHead": "9e871c397629edb616982cf33ba7432288648e7b"
}
