{
  "name": "@archbase/core",
  "version": "4.12.0",
  "description": "Core utilities and foundation for Archbase React v3",
  "author": "Edson Martins <edsonmartins2005@gmail.com>",
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "source": "./src/index.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.js"
    },
    "./utils": {
      "types": "./dist/utils/index.d.ts",
      "import": "./dist/utils/index.js",
      "require": "./dist/utils/index.js"
    },
    "./styles": {
      "import": "./dist/styles.css"
    },
    "./dist/index.css": "./dist/index.css"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "peerDependencies": {
    "@mantine/core": "9.6.1",
    "@mantine/dates": "9.6.1",
    "@mantine/hooks": "9.6.1",
    "@mantine/modals": "9.6.1",
    "@mantine/notifications": "9.6.1",
    "@mantine/spotlight": "9.6.1",
    "react": "^18.3.0 || ^19.2.0",
    "react-dom": "^18.3.0 || ^19.2.0"
  },
  "dependencies": {
    "@juggle/resize-observer": "^3.4.0",
    "@tanstack/react-query": "^5.25.0",
    "class-transformer": "^0.5.1",
    "class-validator": "^0.14.0",
    "date-fns": "^2.30.0",
    "dayjs": "^1.11.10",
    "dot-prop": "^8.0.2",
    "i18next": "^23.10.0",
    "i18next-browser-languagedetector": "^7.2.0",
    "inversify": "^6.2.0",
    "inversify-react": "^1.2.0",
    "lodash": "^4.17.21",
    "lz-string": "^1.5.0",
    "query-string": "^8.2.0",
    "react-i18next": "^13.5.0",
    "react-pro-sidebar": "^1.1.0",
    "react-router-dom": "^6.22.0",
    "react-use": "^17.5.0",
    "reflect-metadata": "^0.2.2",
    "use-query-params": "^2.2.1",
    "usehooks-ts": "^3.1.1",
    "uuid": "^9.0.1",
    "validator": "^13.11.0"
  },
  "devDependencies": {
    "@types/react": "^19.0.6",
    "@types/react-dom": "^19.0.2",
    "@types/validator": "^13.15.10",
    "@vitejs/plugin-react": "^4.3.4",
    "react": "^19.2.3",
    "react-dom": "^19.2.3",
    "typescript": "~5.7.2",
    "vite": "^6.0.3",
    "vite-plugin-dts": "^4.5.4",
    "vite-plugin-external": "^6.2.2",
    "vitest": "^2.1.8"
  },
  "scripts": {
    "dev": "NODE_OPTIONS=\"--max-old-space-size=16384\" vite build --watch",
    "build": "NODE_OPTIONS=\"--max-old-space-size=16384\" vite build",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "lint": "eslint . --max-warnings 0",
    "clean": "rm -rf dist .turbo node_modules"
  }
}