{
  "name": "@lomray/react-mobx-manager",
  "version": "4.5.2",
  "description": "This package provides Mobx stores manager for react.",
  "type": "module",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Lomray-Software/react-mobx-manager.git"
  },
  "keywords": [
    "react",
    "types",
    "typescript",
    "lomray",
    "javascript",
    "mobx",
    "store",
    "manager",
    "stores",
    "state"
  ],
  "publishConfig": {
    "access": "public"
  },
  "author": "Mikhail Yarmaliuk",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Lomray-Software/react-mobx-manager/issues"
  },
  "homepage": "https://github.com/Lomray-Software/react-mobx-manager",
  "scripts": {
    "build": "rollup -c",
    "build:watch": "rollup -c -w",
    "docs:dev": "vitepress dev docs",
    "docs:build": "vitepress build docs",
    "docs:preview": "vitepress preview docs",
    "lint:check": "eslint \"src/**/*.{ts,tsx,*.ts,*tsx}\"",
    "lint:format": "eslint --fix \"src/**/*.{ts,tsx,*.ts,*tsx}\"",
    "ts:check": "tsc --project ./tsconfig.checks.json --skipLibCheck --noemit",
    "test": "vitest run"
  },
  "devDependencies": {
    "@commitlint/cli": "^20.5.0",
    "@commitlint/config-conventional": "^20.5.0",
    "@lomray/eslint-config-react": "^6.0.3",
    "@lomray/prettier-config": "^2.1.0",
    "@rollup/plugin-terser": "^1.0.0",
    "@types/chai": "^5.2.3",
    "@types/hoist-non-react-statics": "^3.3.7",
    "@types/lodash": "^4.17.24",
    "@types/react": "^18.2.47",
    "@types/sinon": "^21.0.0",
    "@vitest/coverage-v8": "^4.1.0",
    "chai": "^6.2.2",
    "eslint": "^9.39.4",
    "husky": "^9.1.7",
    "jsdom": "^29.0.0",
    "lint-staged": "^16.4.0",
    "mobx": "^7.0.3",
    "mobx-react-lite": "^5.0.3",
    "prettier": "^3.8.1",
    "rollup": "^4.59.0",
    "rollup-plugin-copy": "^3.5.0",
    "rollup-plugin-folder-input": "^1.0.1",
    "rollup-plugin-ts": "^3.4.5",
    "semantic-release": "^25.0.3",
    "sinon": "^21.0.3",
    "typescript": "4.9.5",
    "vite": "^7.3.1",
    "vite-tsconfig-paths": "^6.1.1",
    "vitepress": "^1.6.4",
    "vitest": "^4.1.0"
  },
  "peerDependencies": {
    "@lomray/consistent-suspense": ">=2.0.1",
    "@lomray/event-manager": ">=2.0.2",
    "hoist-non-react-statics": ">=3.3.2",
    "lodash": ">=4.18.1",
    "mobx": ">=6.9.0",
    "mobx-react-lite": "^3 || ^4 || ^5",
    "react": "^19 || ^18 || ^17"
  },
  "overrides": {
    "rollup-plugin-ts": {
      "browserslist-generator": "^3.0.0"
    }
  },
  "packageManager": "npm@11.5.2",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    },
    "./plugins/vite": {
      "types": "./plugins/vite/index.d.ts",
      "default": "./plugins/vite/index.js"
    },
    "./plugins/dev-extension": {
      "types": "./plugins/dev-extension/index.d.ts",
      "default": "./plugins/dev-extension/index.js"
    },
    "./plugins/dev-extension/hmr": {
      "types": "./plugins/dev-extension/hmr/index.d.ts",
      "default": "./plugins/dev-extension/hmr/index.js"
    },
    "./package.json": "./package.json",
    "./*.js": {
      "types": "./*.d.ts",
      "default": "./*.js"
    },
    "./*": {
      "types": "./*.d.ts",
      "default": "./*.js"
    }
  }
}
