{
  "name": "@one-profile/hardware-utility-profile",
  "version": "0.21.1",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "main": "dist/one-profile-hardware-utility-profile.js",
  "keywords": [
    "thoughtworks",
    "one-profile",
    "tech-ops",
    "internal"
  ],
  "scripts": {
    "start": "webpack serve --https",
    "start:standalone": "webpack serve --env standalone --port 8080",
    "build": "concurrently yarn:build:webpack",
    "build:webpack": "webpack --mode=production",
    "analyze": "webpack --mode=production --env analyze",
    "lint": "eslint src --ext js,ts,tsx",
    "format": "prettier --write .",
    "check-format": "prettier --check .",
    "test": "cross-env BABEL_ENV=test jest",
    "watch-tests": "cross-env BABEL_ENV=test jest --watch",
    "postinstall": "husky install",
    "coverage": "cross-env BABEL_ENV=test jest --coverage --verbose --silent",
    "build:types": "tsc",
    "prepublishOnly": "yarn build",
    "version:patch": "npm version patch",
    "version:minor": "npm version minor",
    "version:major": "npm version major"
  },
  "devDependencies": {
    "@babel/core": "^7.15.0",
    "@babel/eslint-parser": "^7.15.0",
    "@babel/plugin-transform-runtime": "^7.15.0",
    "@babel/preset-env": "^7.15.0",
    "@babel/preset-react": "^7.14.5",
    "@babel/preset-typescript": "^7.15.0",
    "@babel/runtime": "^7.15.3",
    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/react": "^12.0.0",
    "@testing-library/react-hooks": "^8.0.1",
    "@testing-library/user-event": "^14.4.3",
    "@types/jest": "^27.0.1",
    "@types/lodash": "^4.17.10",
    "@types/react": "^17.0.19",
    "@types/react-dom": "^17.0.9",
    "@types/systemjs": "^6.1.1",
    "@types/testing-library__jest-dom": "^5.14.1",
    "@types/webpack-env": "^1.16.2",
    "babel-jest": "^27.0.6",
    "client-oauth2": "^4.3.3",
    "concurrently": "^6.2.1",
    "cross-env": "^7.0.3",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-config-ts-react-important-stuff": "^3.0.0",
    "eslint-plugin-prettier": "^3.4.1",
    "fetch": "^1.1.0",
    "husky": "^7.0.2",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^27.0.6",
    "jest-cli": "^27.0.6",
    "lodash": "^4.17.21",
    "prettier": "^2.3.2",
    "pretty-quick": "^3.1.1",
    "react-hook-form": "^7.52.2",
    "ts-config-single-spa": "^3.0.0",
    "typescript": "^4.3.5",
    "webpack": "^5.76.0",
    "webpack-cli": "^4.8.0",
    "webpack-config-single-spa-react": "^4.0.0",
    "webpack-config-single-spa-react-ts": "^4.0.0",
    "webpack-config-single-spa-ts": "^4.0.0",
    "webpack-dev-server": "^4.0.0",
    "webpack-merge": "^5.8.0"
  },
  "dependencies": {
    "@emotion/react": "^11.9.0",
    "@emotion/styled": "^11.8.1",
    "@mui/material": "^5.6.3",
    "@mui/styles": "^6.1.4",
    "@one-profile/core": "^0.0.8",
    "@tanstack/react-query": "^4.16.1",
    "axios": "^1.7.4",
    "moment": "^2.29.3",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "single-spa": "^5.9.3",
    "single-spa-react": "^4.3.1"
  },
  "types": "dist/one-profile-hardware-utility-profile.d.ts",
  "resolutions": {
    "@types/react": "^17.0.19",
    "semver": "^7.5.2"
  },
  "publishConfig": {
    "access": "public"
  }
}
