{
  "name": "perimeter81",
  "version": "3.5.1",
  "license": "MIT",
  "scripts": {
    "build": "nx build",
    "lint": "nx lint",
    "test": "nx test --codeCoverage",
    "storybook": "npx nx run storybook:storybook",
    "cz": "cz",
    "gen-ui-comp": "node ./scripts/genUIComponent.mjs",
    "prepare": "husky install",
    "start": "nx serve",
    "format": "nx format"
  },
  "engines": {
    "node": "16.x"
  },
  "devDependencies": {
    "@babel/core": "7.13.0",
    "@babel/preset-typescript": "7.12.13",
    "@commitlint/cli": "17.0.2",
    "@commitlint/config-conventional": "17.0.2",
    "@jscutlery/semver": "2.8.1",
    "@nrwl/cli": "12.9.0",
    "@nrwl/eslint-plugin-nx": "12.9.0",
    "@nrwl/jest": "12.9.0",
    "@nrwl/linter": "12.9.0",
    "@nrwl/next": "12.9.0",
    "@nrwl/nx-cloud": "12.5.4",
    "@nrwl/react": "12.9.0",
    "@nrwl/storybook": "12.9.0",
    "@nrwl/tao": "12.9.0",
    "@nrwl/web": "12.9.0",
    "@nrwl/workspace": "12.9.0",
    "@storybook/addon-docs": "6.5.9",
    "@storybook/addon-essentials": "6.5.9",
    "@storybook/react": "6.5.9",
    "@svgr/webpack": "5.4.0",
    "@testing-library/react": "11.2.6",
    "@testing-library/react-hooks": "7.0.1",
    "@testing-library/user-event": "13.2.1",
    "@types/jest": "26.0.24",
    "@types/lodash": "4.14.172",
    "@types/node": "14.14.33",
    "@types/react": "17.0.3",
    "@types/react-datepicker": "4.1.7",
    "@types/react-dom": "17.0.3",
    "@types/react-highlight-words": "0.16.3",
    "@types/react-input-mask": "3.0.1",
    "@types/react-router-dom": "5.1.7",
    "@types/react-window": "1.8.5",
    "@types/react-window-infinite-loader": "1.0.6",
    "@typescript-eslint/eslint-plugin": "~4.28.3",
    "@typescript-eslint/parser": "~4.28.3",
    "babel-jest": "27.0.6",
    "babel-loader": "8.1.0",
    "commitizen": "^4.2.4",
    "cypress": "8.3.0",
    "cz-conventional-changelog": "3.3.0",
    "eslint": "7.23.0",
    "eslint-config-next": "11.1.0",
    "eslint-config-prettier": "8.1.0",
    "eslint-plugin-cypress": "2.10.3",
    "eslint-plugin-import": "2.22.1",
    "eslint-plugin-jsx-a11y": "6.4.1",
    "eslint-plugin-react": "7.23.1",
    "eslint-plugin-react-hooks": "4.2.0",
    "husky": "^8.0.0",
    "intersection-observer": "0.12.0",
    "jest": "27.0.3",
    "lint-staged": "^13.0.0",
    "prettier": "^2.6.2",
    "react-window-infinite-loader": "1.0.8",
    "resize-observer-polyfill": "1.5.1",
    "ts-jest": "27.0.3",
    "tsconfig-paths-webpack-plugin": "3.5.2",
    "typescript": "^4.7.4"
  },
  "dependencies": {
    "@emotion/react": "11.7.1",
    "@mui/icons-material": "5.5.1",
    "@mui/material": "5.5.2",
    "@mui/styles": "5.5.1",
    "@mui/system": "5.5.2",
    "@mui/x-data-grid-pro": "5.17.25",
    "@ngneat/falso": "5.3.0",
    "@nrwl/next": "12.9.0",
    "dayjs": "1.10.7",
    "dotenv": "^16.0.1",
    "formik": "2.2.9",
    "lodash": "4.17.21",
    "next": "11.1.0",
    "react": "17.0.2",
    "react-datepicker": "4.6.0",
    "react-dom": "17.0.2",
    "react-highlight-words": "0.17.0",
    "react-infinite-scroll-component": "6.1.0",
    "react-input-mask": "2.0.4",
    "react-material-ui-carousel": "3.4.2",
    "react-router-dom": "5.2.0",
    "react-sortable-hoc": "2.0.0",
    "react-svg": "14.1.1",
    "react-use": "17.3.1",
    "react-window": "1.8.7",
    "react-youtube": "9.0.3",
    "recharts": "2.1.8",
    "regenerator-runtime": "0.13.7",
    "tslib": "2.3.1"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "lint-staged": {
    "*.{ts,tsx,js,jsx}": [
      "eslint --fix",
      "prettier --write"
    ],
    "*.{md,mdx}": [
      "prettier --write"
    ]
  },
  "overrides": {
    "@mui/x-data-grid-pro": "5.17.25",
    "type-fest": "^0.20.2"
  }
}
