{
  "name": "@minimaltech/ra-infra",
  "version": "0.0.7",
  "description": "Minimal Technology - ReactJS Infrastructure",
  "keywords": [
    "web",
    "web app",
    "web framework",
    "react",
    "app",
    "application",
    "framework",
    "ReactJS",
    "loopback",
    "loopback-application",
    "infrastructure",
    "minimaltech",
    "minimaltek",
    "mt",
    "infra",
    "reactjs framework"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "engines": {
    "node": ">=18"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/phatnt199/aether.git"
  },
  "author": "Minimal Technology <developer@miminaltek.com>",
  "bugs": {
    "url": "https://github.com/phatnt199/aether/issues"
  },
  "homepage": "https://github.com/phatnt199/aether/wiki",
  "license": "MIT",
  "files": [
    "README.md",
    "LICENSE",
    "dist",
    "!/**/tests",
    "!/**/dist/tests",
    "!/**/__tests__"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@reduxjs/toolkit": "^2.9.1",
    "ra-i18n-polyglot": "^5.12.1",
    "react-number-format": "^5.4.4",
    "react-router-dom": "^7.9.4"
  },
  "devDependencies": {
    "@minimaltech/eslint-react": "^0.2.1-0",
    "@mui/icons-material": "^5.12.3",
    "@mui/material": "^5.12.3",
    "@size-limit/preset-small-lib": "^11.2.0",
    "@types/lodash": "^4.14.194",
    "@types/node": "^22.10.5",
    "@types/react": "^18.3.12",
    "@types/react-dom": "^18.0.11",
    "eslint": "^9.38.0",
    "lodash": "^4.17.21",
    "prettier": "3.6.2",
    "react": "^19.2.0",
    "react-admin": "^5.12.1",
    "react-dom": "^19.2.0",
    "size-limit": "^11.2.0",
    "source-map-support": "^0.5.21",
    "tsc-alias": "^1.8.10",
    "tsconfig-paths": "^4.2.0",
    "typescript": "~5.9.3",
    "vite": "^7.1.10"
  },
  "peerDependencies": {
    "@loopback/context": "^8.0.2",
    "@loopback/filter": "^6.0.2",
    "@mui/icons-material": ">=5",
    "@mui/material": ">=5",
    "react": ">=18.0",
    "react-admin": ">=5.12.0",
    "react-dom": ">=18.0",
    "react-redux": "^9.1.2"
  },
  "size-limit": [
    {
      "path": "./dist/index.js",
      "limit": "50 KB"
    }
  ],
  "scripts": {
    "size": "size-limit",
    "build": "sh ./scripts/build.sh",
    "test": "ts-node ./src/__test__/index.ts",
    "clean": "sh ./scripts/clean.sh",
    "eslint": "eslint --report-unused-disable-directives .",
    "lint": "pnpm eslint && pnpm prettier:cli",
    "lint:fix": "pnpm eslint --fix && pnpm prettier:fix",
    "prettier:cli": "prettier \"**/*.{js,ts}\" -l",
    "prettier:fix": "pnpm prettier:cli --write",
    "rebuild": "sh ./scripts/rebuild.sh no-version",
    "rebuild:major": "sh ./scripts/rebuild.sh major",
    "rebuild:minor": "sh ./scripts/rebuild.sh minor",
    "rebuild:patch": "sh ./scripts/rebuild.sh patch",
    "rebuild:premajor": "sh ./scripts/rebuild.sh premajor",
    "rebuild:preminor": "sh ./scripts/rebuild.sh preminor",
    "rebuild:prepatch": "sh ./scripts/rebuild.sh prepatch",
    "rebuild:prerelease": "sh ./scripts/rebuild.sh prerelease",
    "pretest:dev": "pnpm run rebuild"
  }
}