{
  "name": "react-hoc-modal",
  "version": "0.2.7",
  "description": "React component for easy create modals",
  "main": "dist/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "jest",
    "build": "webpack",
    "prepublishOnly": "npm run build"
  },
  "files": [
    "dist",
    "lib"
  ],
  "jest": {
    "transform": {
      "^.+\\.[t|j]sx?$": "babel-jest"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SergoMorello/react.hoc.modal.git"
  },
  "keywords": [
    "react",
    "modal",
    "hoc",
    "easy",
    "typescript",
    "component",
    "utility",
    "customizable",
    "hook",
    "bottomsheet",
    "sheet",
    "drawer"
  ],
  "author": "Sergey Serov",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SergoMorello/react.hoc.modal/issues"
  },
  "homepage": "https://github.com/SergoMorello/react.hoc.modal#readme",
  "devDependencies": {
    "@babel/preset-env": "^7.22.20",
    "@types/jest": "^29.5.0",
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.0",
    "autoprefixer": "^10.4.16",
    "babel-jest": "^29.5.0",
    "css-loader": "^6.8.1",
    "jest": "^29.5.0",
    "postcss-loader": "^7.3.3",
    "sass": "^1.89.1",
    "sass-loader": "^16.0.5",
    "style-loader": "^3.3.3",
    "ts-loader": "^9.5.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.2.2",
    "typescript-plugin-css-modules": "^5.0.1",
    "webpack-cli": "^5.1.4"
  },
  "peerDependencies": {
    "html-viewport": ">=0.0.1",
    "react": ">=18.2.0",
    "react-dom": ">=18.2.0"
  }
}
