{
  "name": "@ayarayarovich/react-modals",
  "version": "1.0.10",
  "description": "Modals manager for React",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ayarayarovich/react-modals.git"
  },
  "keywords": [
    "react",
    "modal",
    "modals",
    "manager",
    "typescript"
  ],
  "scripts": {
    "build": "vite build",
    "prepublish": "npm run build"
  },
  "author": "Ayyar Khalilov",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ayarayarovich/react-modals/issues"
  },
  "homepage": "https://github.com/ayarayarovich/react-modals#readme",
  "peerDependencies": {
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "dependencies": {
    "immer": "^10.1.1"
  },
  "devDependencies": {
    "@types/node": "^22.13.10",
    "@types/react": "^18.3.18",
    "@types/rollup-plugin-peer-deps-external": "^2.2.5",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "vite": "^6.2.1",
    "vite-plugin-dts": "^4.5.3"
  }
}
