{
  "name": "@hiiretail/react-foundation-ui",
  "version": "1.1.1",
  "description": "React Foundation UI",
  "keywords": [
    "react",
    "react-component",
    "mui",
    "a11y"
  ],
  "repository": "https://github.com/extenda/react-foundation-ui.git",
  "files": [
    "/dist/**"
  ],
  "main": "dist/cjs",
  "module": "dist/esm",
  "source": "dist/index.ts",
  "types": "dist/index.d.ts",
  "scripts": {
    "commit": "cz",
    "pre-commit": "lint-staged",
    "test": "jest --env=jsdom  --coverage --silent",
    "tsc": "tsc",
    "lint:ts": "eslint --ext .ts --ext .tsx ./src",
    "format": "prettier --write ./src",
    "types": "yarn run npm-dts generate -o dist/index.d.ts",
    "babel:esm": "cross-env NODE_ENV=production BABEL_ENV=esm babel -d dist/esm src/ --extensions=.ts,.tsx --copy-files",
    "babel:cjs": "cross-env NODE_ENV=production babel -d dist/cjs src/ --extensions=.ts,.tsx --copy-files",
    "build": "rimraf dist && yarn run babel:esm && yarn run babel:cjs && yarn run types"
  },
  "author": "Extenda Retail",
  "license": "MIT",
  "private": false,
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "peerDependencies": {
    "@hookform/resolvers": "^2.0.0",
    "@mui/icons-material": "^5.0.0",
    "@types/react": "^17.0.0 || ^18.0.0",
    "react": "^17.0.0 || ^18.0.0",
    "react-dom": "^17.0.0 || ^18.0.0",
    "react-hook-form": "7.0.0",
    "yup": "^0.32.0"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    }
  },
  "husky": {
    "hooks": {
      "pre-commit": "yarn run pre-commit",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "lint-staged": {
    "*.{md,json}": "prettier --write",
    "*.{js,ts,tsx}": [
      "prettier --write",
      "eslint"
    ]
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog",
      "disableSubjectLowerCase": true
    }
  },
  "devDependencies": {
    "@babel/cli": "^7.12.10",
    "@babel/core": "^7.12.10",
    "@babel/plugin-transform-runtime": "^7.25.9",
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-react": "^7.16.7",
    "@babel/preset-typescript": "^7.16.7",
    "@babel/runtime": "^7.26.0",
    "@commitlint/cli": "^16.2.4",
    "@commitlint/config-conventional": "^16.2.4",
    "@hookform/resolvers": "^3.9.1",
    "@mui/icons-material": "^5.0.0",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^13.3.0",
    "@testing-library/user-event": "^14.5.2",
    "@types/jest": "^29.5.14",
    "@types/react": "^18.0.8",
    "@typescript-eslint/eslint-plugin": "^5.21.0",
    "@typescript-eslint/parser": "^5.21.0",
    "babel-jest": "29.7.0",
    "babel-plugin-styled-components": "^2.0.7",
    "commitizen": "^4.2.4",
    "cross-env": "^7.0.3",
    "eslint": "^8.14.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-config-react-app": "^7.0.1",
    "eslint-plugin-prettier": "^4.0.0",
    "husky": "^7.0.4",
    "identity-obj-proxy": "^3.0.0",
    "jest": "29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "lint-staged": "^12.4.1",
    "npm-dts": "^1.3.11",
    "prettier": "^2.6.2",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-hook-form": "^7.54.0",
    "rimraf": "^3.0.2",
    "typescript": "^4.6.3",
    "yup": "^1.5.0"
  },
  "dependencies": {
    "@emotion/react": "^11.9.0",
    "@emotion/styled": "^11.8.1",
    "@mui/material": "^5.6.4",
    "@mui/x-data-grid": "^5.17.2",
    "notistack": "^2.0.8"
  }
}
