{
  "name": "@tecsinapse/cortex-react",
  "version": "2.5.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"
  ],
  "sideEffects": false,
  "scripts": {
    "dev:es": "rolldown --config --watch",
    "dev:dts": "tsc --project tsconfig.build.json --watch",
    "build:es": "rimraf -rf dist && rolldown --config",
    "build:dts": "tsc --project tsconfig.build.json",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "dependencies": {
    "@floating-ui/react": "^0.26.18",
    "@internationalized/date": "3.12.3",
    "@tecsinapse/cortex-core": "2.1.4",
    "clsx": "2.1.1",
    "country-flag-icons": "^1.6.20",
    "currency.js": "~2.0.4",
    "embla-carousel-autoplay": "^8.0.0",
    "embla-carousel-react": "^8.6.0",
    "react-aria": "3.51.0",
    "react-dropzone": "14.3.8",
    "react-imask": "7.6.1",
    "react-international-phone": "^4.8.0",
    "react-spring": "9.7.5",
    "react-stately": "3.49.0",
    "sonner": "1.7.3",
    "tailwind-variants": "3.3.1",
    "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.3.3"
  },
  "gitHead": "d893b6e4bd5f37d4869ff036cbf08f08c2d23f0e"
}
