{
  "name": "eehitus-3d-twin",
  "version": "1.11.11",
  "description": "A react component library for displaying multidimensional data.",
  "private": false,
  "type": "module",
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.esm.js",
  "umd:main": "./dist/index.umd.js",
  "exports": {
    ".": {
      "import": "./dist/index.esm.js",
      "require": "./dist/index.cjs.js"
    },
    "./dist/main.css": "./dist/main.css",
    "./dist/l10n/*": "./dist/l10n/*"
  },
  "types": "./dist/types/indexExport.d.ts",
  "files": [
    "./dist"
  ],
  "scripts": {
    "start": "cross-env DISABLE_ESLINT_PLUGIN=true PORT=3000 NODE_ENV=development GENERATE_SOURCEMAP=true FAST_REFRESH=true webpackEnv=development node scripts/start.cjs",
    "build-webpack": "cross-env DISABLE_ESLINT_PLUGIN=true NODE_OPTIONS='--max_old_space_size=8192' GENERATE_SOURCEMAP=true node scripts/build.cjs",
    "cibuild": "rimraf dist && npm run build:ci && npm run build:types",
    "cibuild:debug": "cross-env DEBUG=true npm run cibuild",
    "build:ci": "cross-env DISABLE_ESLINT_PLUGIN=true NODE_ENV=production webpack --config config/webpackLib.config.cjs --mode production",
    "build:types": "tsc --project tsconfig.lib.json",
    "prepare": "husky install",
    "test": "jest --config config/jest/jest.config.cjs --watchAll",
    "test:coverage": "jest --config config/jest/jest.config.cjs --coverage --watchAll",
    "eslint": "eslint",
    "lint": "npx prettier 'src/**/*.{js,ts,tsx,json}' --write",
    "test:no-watch": "jest --config config/jest/jest.config.cjs --watchAll=false "
  },
  "peerDependencies": {
    "@tedi-design-system/react": "14.1.0",
    "@types/react": "18.2.0",
    "axios": "1.7.8",
    "ehr-auth-react": "^1.0.0",
    "ehr-components": "0.3.62",
    "keycloak-js": "23.0.2",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-error-overlay": "6.0.9",
    "react-intl": "5.4.5",
    "react-redux": "8.0.1",
    "react-router-dom": "5.3.4",
    "redux": "^4.1.2",
    "caniuse-lite": "1.0.30001632",
    "cesium": "1.95.0",
    "earcut": "2.2.2",
    "resium": "1.13.1"
  },
  "resolutions": {
    "@tedi-design-system/react": "14.1.0",
    "keycloak-js": "23.0.2",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-intl": "5.4.5",
    "react-router-dom": "5.3.4",
    "@types/react": "18.2.0",
    "react-error-overlay": "6.0.9",
    "react-redux": "8.0.1",
    "redux": "^4.1.2"
  },
  "devDependencies": {
    "@babel/cli": "^7.26.4",
    "@babel/core": "^7.26.9",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-logical-assignment-operators": "^7.20.7",
    "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
    "@babel/plugin-transform-flow-strip-types": "^7.22.5",
    "@babel/plugin-transform-reserved-words": "^7.22.5",
    "@babel/preset-react": "^7.22.15",
    "@babel/preset-typescript": "^7.23.2",
    "@babel/traverse": "^7.26.9",
    "@eslint/eslintrc": "^3.2.0",
    "@eslint/js": "^9.15.0",
    "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
    "@svgr/webpack": "^5.5.0",
    "@tedi-design-system/react": "14.1.0",
    "@types/jest": "^27.4.1",
    "@types/lodash": "^4.14.181",
    "@types/react-redux": "7.1.23",
    "@types/redux": "3.6.0",
    "@types/when": "2.4.33",
    "axios": "1.7.8",
    "babel-jest": "^29.7.0",
    "babel-loader": "^10.0.0",
    "babel-plugin-named-asset-import": "^0.3.8",
    "babel-preset-react-app": "^10.1.0",
    "bfj": "^7.0.2",
    "browserslist": "^4.18.1",
    "buffer": "^6.0.3",
    "camelcase": "^6.2.1",
    "case-sensitive-paths-webpack-plugin": "^2.4.0",
    "cesium": "1.95.0",
    "circular-dependency-plugin": "^5.2.2",
    "copy-webpack-plugin": "^13.0.0",
    "cross-env": "7.0.3",
    "css-loader": "^6.5.1",
    "css-minimizer-webpack-plugin": "^3.2.0",
    "dotenv": "^10.0.0",
    "dotenv-expand": "^5.1.0",
    "earcut": "2.2.2",
    "ehr-auth-react": "^1.0.0",
    "ehr-components": "0.3.62",
    "eslint": "^9.15.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-prettier": "^9.1.0",
    "eslint-config-react-app": "^7.0.1",
    "eslint-import-resolver-typescript": "^3.8.3",
    "eslint-plugin-diff": "^2.0.3",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-jest": "^28.11.0",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "eslint-plugin-prettier": "^5.2.1",
    "eslint-plugin-react": "^7.37.2",
    "eslint-webpack-plugin": "^4.2.0",
    "file-loader": "^6.2.0",
    "fs-extra": "^10.0.0",
    "globals": "^15.12.0",
    "html-webpack-plugin": "^5.5.0",
    "http-proxy-middleware": "1.0.6",
    "husky": "^8.0.3",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jest-mock-axios": "^4.8.0",
    "jest-resolve": "^29.7.0",
    "jest-watch-typeahead": "^2.2.2",
    "keycloak-js": "23.0.2",
    "lint-staged": "^13.2.3",
    "lodash": "4.17.21",
    "merge-jsons-webpack-plugin": "^2.0.1",
    "mini-css-extract-plugin": "^2.4.5",
    "postcss": "^8.4.4",
    "postcss-flexbugs-fixes": "^5.0.2",
    "postcss-loader": "^6.2.1",
    "postcss-normalize": "^10.0.1",
    "postcss-preset-env": "^7.0.1",
    "prettier": "^2.5.1",
    "prompts": "^2.4.2",
    "querystring-es3": "^0.2.1",
    "react": "18.2.0",
    "react-app-polyfill": "^3.0.0",
    "react-dev-utils": "^12.0.1",
    "react-dom": "18.2.0",
    "react-intl": "5.4.5",
    "react-number-format": "^5.3.1",
    "react-redux": "^8.0.1",
    "react-refresh": "^0.11.0",
    "react-router": "5.2.0",
    "react-select": "3.1.0",
    "redux": "4.0.5",
    "redux-logger": "3.0.6",
    "redux-mock-store": "^1.5.4",
    "redux-thunk": "2.3.0",
    "resium": "1.13.1",
    "resolve": "^1.20.0",
    "resolve-url-loader": "^4.0.0",
    "rimraf": "3.0.2",
    "sass": "1.32.4",
    "sass-loader": "^12.3.0",
    "semver": "^7.3.5",
    "source-map-loader": "^3.0.0",
    "style-loader": "^3.3.1",
    "tailwindcss": "^3.0.2",
    "terser-webpack-plugin": "^5.2.5",
    "timers-browserify": "^2.0.12",
    "ts-jest": "^29.2.5",
    "tsconfig-paths-webpack-plugin": "^4.2.0",
    "typescript": "5.0.4",
    "typescript-eslint": "^8.16.0",
    "webpack": "^5.64.4",
    "webpack-bundle-analyzer": "^4.10.2",
    "webpack-cli": "^5.1.4",
    "webpack-dev-server": "^4.6.0",
    "webpack-manifest-plugin": "^4.0.2",
    "workbox-webpack-plugin": "^6.4.1"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "**/*.{js,ts,tsx,json}": [
      "prettier --write"
    ],
    "**/*.{js,ts,tsx}": [
      "eslint"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "babel": {
    "presets": [
      "react-app"
    ]
  },
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
