{
    "name": "@rh-support/react-context",
    "version": "2.6.27",
    "publishConfig": {
        "access": "public",
        "registry": "https://registry.npmjs.org"
    },
    "main": "lib/esm/index.js",
    "module": "lib/esm/index.js",
    "jsnext:main": "lib/esm/index.js",
    "types": "lib/esm/index.d.ts",
    "repository": {
        "type": "git",
        "url": "git@gitlab.cee.redhat.com:gss-engineering/rh-support.git",
        "directory": "packages/react-context"
    },
    "directories": {
        "lib": "lib"
    },
    "files": [
        "lib/*",
        "lib/**/*"
    ],
    "peerDependencies": {
        "@apollo/client": "^4.1.6",
        "@cee-eng/hydrajs": "^4.18.116",
        "@patternfly/react-core": "6.2.1",
        "@patternfly/react-icons": "6.2.1",
        "i18next": "^23.15.0",
        "lodash": "^4.17.21",
        "react": "18.2.0",
        "react-dom": "18.2.0",
        "react-i18next": "15.6.0",
        "react-test-renderer": "18.2.0"
    },
    "dependencies": {
        "@cee-eng/hydrajs": "^4.18.116",
        "@patternfly/react-core": "6.2.1",
        "@patternfly/react-icons": "6.2.1",
        "@rh-support/components": "2.6.25",
        "@rh-support/types": "2.0.31",
        "@rh-support/user-permissions": "2.6.23",
        "@rh-support/utils": "2.6.22",
        "i18next": "^23.15.0",
        "localforage": "^1.10.0",
        "lodash": "^4.17.21",
        "react": "18.2.0",
        "react-dom": "18.2.0",
        "react-i18next": "15.6.0",
        "react-router-dom": "^5.1.2",
        "react-test-renderer": "18.2.0"
    },
    "devDependencies": {
        "@patternfly/react-styles": "6.2.1",
        "@patternfly/react-tokens": "6.2.1",
        "@testing-library/jest-dom": "^6.2.0",
        "@testing-library/react": "^14.1.2",
        "@testing-library/react-hooks": "^5.1.2",
        "@testing-library/user-event": "^14.5.1",
        "@types/i18next": "^12.1.0",
        "@types/jest": "^29.5.11",
        "@types/lodash": "^4.14.136",
        "@types/node": "^20.11.5",
        "@types/react": "^18.2.20",
        "@types/react-dom": "^18.2.18",
        "@types/react-router-dom": "^5.1.2",
        "history": "4.10.1",
        "jest": "^29.7.0",
        "jest-environment-jsdom": "^29.7.0"
    },
    "overrides": {
        "@types/react": "^18.2.20",
        "@types/react-dom": "^18.2.18"
    },
    "scripts": {
        "build:watch": "../../node_modules/.bin/tsc -w -p config/tsconfig.json & npm run watch:css",
        "build:esm": "../../node_modules/.bin/tsc -p config/tsconfig.json && npm run copy:css",
        "build": "npm run clean && npm run build:esm",
        "copy:css": "../../node_modules/.bin/copyfiles -V -u 1 -a src/**/**/*.css src/**/**/*.scss lib/esm",
        "clean": "../../node_modules/.bin/rimraf lib config/tsconfig.tsbuildinfo",
        "test:watch": "./../../node_modules/.bin/jest --watchAll -c ./../../configs/tests/jest.config.unit.js",
        "test:unit": "./../../node_modules/.bin/jest -c ./../../configs/tests/jest.config.unit.js",
        "test:snap": "./../../node_modules/.bin/jest -c ./../../configs/tests/jest.config.snapshot.js",
        "test:coverage": "./../../node_modules/.bin/jest --passWithNoTests --all -c ./../../configs/tests/jest.config.coverage.js",
        "test:changes": "./../../node_modules/.bin/jest --passWithNoTests -c ./../../configs/tests/jest-only-changed-from-upstream.js",
        "test": "npm run test:changes",
        "watch:css": "./../../node_modules/.bin/chokidar 'src/**/*.(css|scss)' -c '../../node_modules/.bin/copyfiles -V -u 1 -a {path} lib/esm'",
        "prepublish": "npm run clean && npm run build:esm",
        "prepublishOnly": "npm run build"
    },
    "browserslist": [
        "defaults and supports es6-module",
        "maintained node versions"
    ],
    "gitHead": "261e4abdf99d53426e11de96fc157763484410c5"
}
