{
  "name": "@moda/om",
  "version": "21.12.0",
  "description": "Moda Operandi design system",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "types": "dist/src/index.d.ts",
  "sass": "src/index.scss",
  "style": "dist/styles.css",
  "repository": "git@github.com:ModaOperandi/om.git",
  "author": "ModaOperandi",
  "license": "MIT",
  "files": [
    "dist",
    "src",
    "index.scss"
  ],
  "sideEffects": [
    "*.css",
    "*.scss"
  ],
  "scripts": {
    "build": "NODE_ENV=production npm run compile && npm run types",
    "build:storybook": "NODE_ENV=storybook storybook build",
    "clean": "rm -rf ./dist",
    "commit": "git-cz",
    "commitlint": "commitlint",
    "compile": "rollup -c --bundleConfigAsCjs",
    "format": "prettier --write '**/*'",
    "lint": "eslint src",
    "lint-staged": "lint-staged",
    "postpublish": "pinst --enable",
    "prepare": "husky && echo ''",
    "prepublishOnly": "npm run clean && npm run build && pinst --disable",
    "scaffold:component": "node scripts/scaffold/react Components",
    "scaffold:function": "node scripts/scaffold/sass Functions",
    "scaffold:mixin": "node scripts/scaffold/sass Mixins",
    "semantic-release": "semantic-release",
    "storybook": "storybook dev -p 6006",
    "test": "jest -w 1",
    "tsc": "tsc",
    "types": "tsc -p tsconfig.json --emitDeclarationOnly",
    "unlink-all": "yalc remove --all && npm install"
  },
  "peerDependencies": {
    "react": ">=19.1.0",
    "react-dom": ">=19.1.0",
    "react-router-dom": "^5.1.2 || ^7.0.0"
  },
  "peerDependenciesMeta": {
    "react-router-dom": {
      "optional": false
    }
  },
  "dependencies": {
    "@moda/icons": "^6.2.34",
    "@moda/tokens": "^6.6.46",
    "@mona-health/react-input-mask": "^3.0.3",
    "@storybook/addon-styling": "^2.0.0",
    "classnames": "^2.5.1",
    "credit-card-type": "^10.1.0",
    "focus-visible": "^5.2.1",
    "proportional-scale": "^4.0.0",
    "react-focus-on": "^3.10.2",
    "react-otp-input": "^3.1.1",
    "scroll-into-view-if-needed": "^3.1.0",
    "storybook": "^10.1.11",
    "use-cursor": "^1.2.3"
  },
  "devDependencies": {
    "@babel/core": "^7.28.5",
    "@babel/preset-env": "^7.28.5",
    "@babel/preset-react": "^7.28.5",
    "@babel/preset-typescript": "^7.28.5",
    "@commitlint/cli": "^20.3.0",
    "@commitlint/config-conventional": "^20.3.0",
    "@eslint/js": "^9.39.2",
    "@moda/rollup-plugin-postcss": "^4.0.1",
    "@rollup/plugin-babel": "^7.0.0",
    "@rollup/plugin-commonjs": "^29.0.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@storybook/addon-links": "^10.1.11",
    "@storybook/addon-postcss": "^2.0.0",
    "@storybook/addon-webpack5-compiler-babel": "^4.0.0",
    "@storybook/addons": "^7.6.17",
    "@storybook/react": "^10.1.11",
    "@storybook/react-webpack5": "^10.1.11",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.1",
    "@testing-library/user-event": "^14.6.1",
    "@types/chai": "^5.2.3",
    "@types/cheerio": "^1.0.0",
    "@types/classnames": "^2.3.4",
    "@types/credit-card-type": "^9.0.3",
    "@types/jest": "^30.0.0",
    "@types/ramda": "^0.31.1",
    "@types/react": "^19.2.7",
    "@types/react-dom": "^19.2.3",
    "@types/react-input-mask": "^3.0.6",
    "@types/react-router-dom": "^5.3.3",
    "@typescript-eslint/eslint-plugin": "^8.52.0",
    "@typescript-eslint/parser": "^8.52.0",
    "autoprefixer": "^10.4.23",
    "babel-loader": "^10.0.0",
    "commitizen": "^4.3.1",
    "css-loader": "^7.1.2",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^9.39.2",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-jest-dom": "^5.5.0",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "eslint-plugin-no-loops": "^0.4.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^5.5.4",
    "eslint-plugin-promise": "^7.2.1",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^7.0.1",
    "eslint-plugin-standard": "^5.0.0",
    "eslint-plugin-testing-library": "^7.15.4",
    "globals": "^17.0.0",
    "husky": "^9.1.7",
    "identity-obj-proxy": "^3.0.0",
    "ignore-not-found-export-webpack-plugin": "^1.0.2",
    "jest": "^30.2.0",
    "jest-environment-jsdom": "^30.2.0",
    "jest-matchmedia-mock": "^1.1.0",
    "lint-staged": "^16.2.7",
    "node-sass-package-importer": "^5.3.3",
    "pinst": "^3.0.0",
    "postcss": "^8.5.6",
    "postcss-loader": "^8.2.0",
    "prettier": "^3.7.4",
    "ramda": "^0.32.0",
    "react": "^19.2.3",
    "react-dom": "^19.2.3",
    "react-router-dom": "^5.1.2",
    "rollup": "^4.55.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-scss": "^4.0.1",
    "sass": "^1.97.2",
    "sass-loader": "^16.0.6",
    "semantic-release": "^25.0.2",
    "semantic-release-npm-github": "^6.0.0",
    "style-loader": "^4.0.0",
    "ts-jest": "^29.4.6",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.52.0",
    "waait": "^1.0.5",
    "webpack": "^5.104.1",
    "webpack-cli": "^7.0.0"
  },
  "overrides": {
    "@types/react": "^19.2.7",
    "react": "^19.2.3",
    "react-dom": "^19.2.3"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "publishConfig": {
    "access": "public"
  }
}
