{
  "name": "react-imgix",
  "version": "9.11.0",
  "description": "React Component for displaying an image from Imgix",
  "author": "Frederick Fogerty <frederick.fogerty@gmail.com> (https://github.com/frederickfogerty)",
  "contributors": [
    "Frederick Fogerty <frederick.fogerty@gmail.com> (https://github.com/frederickfogerty)",
    "Max Kolyanov (https://github.com/maxkolyanov)",
    "Sherwin Heydarbeygi <sherwin@imgix.com> (https://github.com/sherwinski)",
    "Baldur Helgason <baldur.helgason@gmail.com> (https://github.com/baldurh)",
    "Tanner Stirrat <tstirrat@gmail.com> (https://github.com/tstirrat15)",
    "Stephen Cook <stephen@stephencookdev.com> (https://github.com/stephencookdev)",
    "Cecchi MacNaughton <cecchi@curated.com> (https://github.com/cecchi)"
  ],
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/imgix/react-imgix/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/imgix/react-imgix.git"
  },
  "homepage": "https://github.com/imgix/react-imgix#readme",
  "keywords": [
    "react"
  ],
  "main": "lib/index.js",
  "module": "es/index.js",
  "jsnext:main": "es/index.js",
  "files": [
    "lib/*",
    "es/*"
  ],
  "scripts": {
    "build": "npm run clean && npm run build:commonjs && npm run build:es",
    "build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib --source-maps",
    "build:es": "cross-env BABEL_ENV=es babel src --out-dir es --source-maps",
    "build:watch": "cross-env BABEL_ENV=es babel src --out-dir es --watch",
    "clean": "rimraf lib es",
    "prepare": "npm run build",
    "prepublishOnly": "npm run build",
    "pretty": "prettier --write '{src,test}/**/*.{js,jsx}'",
    "release": "standard-version",
    "test:headless": "karma start config/karma/karmaConfigHeadless.js --singleRun",
    "test:headless:watch": "karma start config/karma/karmaConfigHeadless.js",
    "test:browser": "karma start config/karma/karmaConfigLocal.js --singleRun",
    "test:browser:watch": "karma start config/karma/karmaConfigLocal.js",
    "test:browser:ci": "karma start config/karma/karmaConfigHeadlessCI.js --singleRun",
    "test:browser:browserstack": "karma start config/karma/karmaConfigBrowserStack.js --singleRun",
    "test:browser:all": "npm run test:browser:ci && npm run test:browser:browserstack",
    "test:watch": "jest --watch",
    "test": "jest && npm run test:browser:all"
  },
  "peerDependencies": {
    "react": "15.x || 16.x || 17.x || 18.x || 19.x",
    "react-dom": "15.x || 16.x || 17.x || 18.x || 19.x"
  },
  "dependencies": {
    "@imgix/js-core": "^3.1.3",
    "prop-types": "^15.8.1",
    "react-measure": "^2.3.0",
    "shallowequal": "^1.1.0",
    "warning": "^4.0.1"
  },
  "devDependencies": {
    "@babel/cli": "7.25.9",
    "@babel/core": "7.26.0",
    "@babel/plugin-proposal-class-properties": "7.18.6",
    "@babel/plugin-proposal-decorators": "7.25.9",
    "@babel/plugin-proposal-do-expressions": "7.25.9",
    "@babel/plugin-proposal-export-default-from": "7.25.9",
    "@babel/plugin-proposal-export-namespace-from": "7.18.9",
    "@babel/plugin-proposal-function-bind": "7.25.9",
    "@babel/plugin-proposal-function-sent": "7.25.9",
    "@babel/plugin-proposal-json-strings": "7.18.6",
    "@babel/plugin-proposal-logical-assignment-operators": "7.20.7",
    "@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
    "@babel/plugin-proposal-numeric-separator": "7.18.6",
    "@babel/plugin-proposal-optional-chaining": "7.21.0",
    "@babel/plugin-proposal-pipeline-operator": "7.25.9",
    "@babel/plugin-proposal-throw-expressions": "7.25.9",
    "@babel/plugin-syntax-dynamic-import": "7.8.3",
    "@babel/plugin-syntax-import-meta": "7.10.4",
    "@babel/plugin-transform-object-assign": "7.25.9",
    "@babel/polyfill": "7.12.1",
    "@babel/preset-env": "7.26.0",
    "@babel/preset-react": "7.25.9",
    "@google/semantic-release-replace-plugin": "1.2.7",
    "@imgix/browserslist-config": "1.0.0",
    "@semantic-release/changelog": "6.0.3",
    "@semantic-release/git": "10.0.1",
    "babel-core": "7.0.0-bridge.0",
    "@babel/eslint-parser": "7.25.9",
    "babel-jest": "25.5.1",
    "babel-loader": "8.4.1",
    "babel-plugin-inline-package-json": "2.0.0",
    "babel-plugin-transform-es2017-object-entries": "0.0.5",
    "browserslist": "4.24.2",
    "chokidar": "^3.6.0",
    "common-tags": "1.8.2",
    "conventional-changelog-conventionalcommits": "7.0.2",
    "cross-env": "7.0.3",
    "enzyme": "3.11.0",
    "enzyme-adapter-react-16": "1.15.8",
    "expect": "25.5.0",
    "jest": "25.5.4",
    "jest-extended": "0.11.5",
    "jsuri": "1.3.1",
    "karma": "6.4.4",
    "karma-browserstack-launcher": "1.6.0",
    "karma-chrome-launcher": "3.2.0",
    "karma-firefox-launcher": "2.1.3",
    "karma-mocha": "2.0.1",
    "karma-mocha-reporter": "2.2.5",
    "karma-safari-launcher": "1.0.0",
    "karma-webpack": "4.0.2",
    "mocha": "10.8.2",
    "prettier": "3.2.5",
    "puppeteer": "22.6.5",
    "react": "16.14.0",
    "react-addons-test-utils": "15.6.2",
    "react-dom": "16.14.0",
    "react-test-renderer": "16.14.0",
    "read-pkg-up": "5.0.0",
    "rimraf": "5.0.10",
    "sinon": "17.0.1",
    "skin-deep": "1.2.0",
    "standard-version": "9.5.0",
    "webpack": "4.47.0",
    "webpack-cli": "4.10.0",
    "webpack-dev-server": "4.15.2"
  },
  "jest": {
    "roots": [
      "<rootDir>/src/",
      "<rootDir>/test/unit/"
    ],
    "moduleDirectories": [
      "node_modules",
      "src"
    ],
    "setupFilesAfterEnv": [
      "<rootDir>/test/setupUnit.js"
    ]
  },
  "browserslist": [
    "extends @imgix/browserslist-config"
  ],
  "release": {
    "branches": [
      "main",
      {
        "name": "next",
        "prerelease": "rc"
      },
      {
        "name": "beta",
        "prerelease": true
      },
      {
        "name": "alpha",
        "prerelease": true
      }
    ],
    "plugins": [
      [
        "@semantic-release/commit-analyzer",
        {
          "releaseRules": [
            {
              "type": "docs",
              "release": "patch"
            },
            {
              "type": "deps",
              "scope": "deps",
              "release": "patch"
            }
          ]
        }
      ],
      [
        "@semantic-release/release-notes-generator",
        {
          "preset": "conventionalcommits",
          "writerOpts": {
            "types": [
              {
                "type": "feat",
                "section": "Features"
              },
              {
                "type": "fix",
                "section": "Bug Fixes"
              },
              {
                "type": "docs",
                "section": "Documentation",
                "hidden": false
              },
              {
                "type": "deps",
                "section": "Dependency Updates",
                "hidden": false
              },
              {
                "type": "chore",
                "hidden": true
              },
              {
                "type": "style",
                "hidden": true
              },
              {
                "type": "refactor",
                "hidden": true
              },
              {
                "type": "perf",
                "hidden": true
              },
              {
                "type": "test",
                "hidden": true
              }
            ]
          }
        }
      ],
      [
        "@google/semantic-release-replace-plugin",
        {
          "replacements": [
            {
              "files": [
                "src/constants.js"
              ],
              "from": "const PACKAGE_VERSION = \".*\"",
              "to": "const PACKAGE_VERSION = \"${nextRelease.version}\"",
              "results": [
                {
                  "file": "src/constants.js",
                  "hasChanged": true,
                  "numMatches": 1,
                  "numReplacements": 1
                }
              ],
              "countMatches": true
            }
          ]
        }
      ],
      "@semantic-release/changelog",
      "@semantic-release/npm",
      [
        "@semantic-release/git",
        {
          "assets": [
            "src/**",
            "package.json",
            "CHANGELOG.md"
          ],
          "message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes} [skip ci]"
        }
      ],
      "@semantic-release/github"
    ]
  }
}
