{
  "name": "@archbase/data",
  "version": "4.12.0",
  "description": "Data management layer for Archbase React v3 - DataSource, hooks, and API services",
  "author": "Edson Martins <edsonmartins2005@gmail.com>",
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "peerDependencies": {
    "@mantine/core": "9.6.1",
    "react": "^18.3.0 || ^19.2.0",
    "react-dom": "^18.3.0 || ^19.2.0"
  },
  "dependencies": {
    "@tanstack/react-query": "^5.81.5",
    "axios": "^1.7.2",
    "date-fns": "^2.30.0",
    "events": "^3.3.0",
    "i18next": "^23.10.0",
    "immer": "^10.1.1",
    "inversify": "^6.0.3",
    "inversify-react": "^1.1.0",
    "lodash": "^4.17.21",
    "react-tracked": "^2.0.1",
    "reflect-metadata": "^0.2.2",
    "rxjs": "^7.8.2",
    "zustand": "^5.0.6",
    "@archbase/core": "4.12.0"
  },
  "devDependencies": {
    "@mantine/hooks": "9.6.1",
    "@testing-library/react": "^16.3.0",
    "@types/react": "^19.0.6",
    "@types/react-dom": "^19.0.2",
    "@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",
    "vitest": "^2.1.8"
  },
  "scripts": {
    "dev": "NODE_OPTIONS=\"--max-old-space-size=8192\" vite build --watch",
    "build": "rm -rf dist && NODE_OPTIONS=\"--max-old-space-size=8192\" 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"
  }
}