{
  "name": "react-dynamic-stepper",
  "version": "4.0.0",
  "description": "Advanced and multi-feature react stepper component designed to be incredibly versatile for a variety of workflows and use cases.",
  "main": "dist/react-dynamic-stepper.cjs.js",
  "module": "dist/react-dynamic-stepper.esm.js",
  "files": [
    "dist"
  ],
  "types": "dist/react-dynamic-stepper.d.ts",
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "scripts": {
    "storybook": "storybook dev -p 6006",
    "commit": "git add . && cz",
    "semantic-release": "standard-version",
    "release": "pnpm run commit && pnpm run semantic-release",
    "build-storybook": "storybook build",
    "build-lib": "rm -rf lib && mkdir lib && rollup -c --bundleConfigAsCjs && cp -r ./dist ./lib && cp package.json LICENSE README.md ./lib",
    "test": "jest -c jest/jest.config.js --verbose",
    "test:watch": "pnpm run test --watch",
    "test:clear": "pnpm run test --clearCache"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DonAdam2/react-dynamic-stepper.git"
  },
  "keywords": [
    "react",
    "stepper",
    "component",
    "sequence-stepper",
    "vertical-stepper",
    "horizontal-stepper",
    "inline-stepper",
    "stepper-navigation",
    "rtl-support",
    "color-customizable-stepper"
  ],
  "author": "Adam Morsi <adam.morsi@yahoo.com> (https://github.com/DonAdam2)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/DonAdam2/react-dynamic-stepper/issues"
  },
  "homepage": "https://github.com/DonAdam2/react-dynamic-stepper#readme",
  "devDependencies": {
    "@babel/core": "7.29.0",
    "@babel/preset-env": "7.29.2",
    "@babel/preset-react": "7.28.5",
    "@babel/preset-typescript": "7.28.5",
    "@chromatic-com/storybook": "^5.0.2",
    "@eslint/js": "9.31.0",
    "@rollup-extras/plugin-clean": "1.3.9",
    "@rollup/plugin-babel": "7.0.0",
    "@rollup/plugin-commonjs": "29.0.2",
    "@rollup/plugin-node-resolve": "16.0.3",
    "@rollup/plugin-terser": "1.0.0",
    "@rollup/plugin-typescript": "12.3.0",
    "@storybook/addon-docs": "10.3.1",
    "@storybook/addon-links": "^10.3.1",
    "@storybook/react-vite": "^10.3.1",
    "@testing-library/dom": "10.4.1",
    "@testing-library/jest-dom": "6.9.1",
    "@testing-library/react": "16.3.2",
    "@testing-library/user-event": "14.6.1",
    "@types/jest": "30.0.0",
    "@types/node": "25.5.0",
    "@types/react": "19.2.14",
    "@types/react-dom": "19.2.3",
    "@typescript-eslint/eslint-plugin": "8.57.1",
    "@typescript-eslint/parser": "8.57.1",
    "autoprefixer": "10.4.27",
    "babel-jest": "30.3.0",
    "commitizen": "4.3.1",
    "cz-conventional-changelog": "3.3.0",
    "eslint": "9.31.0",
    "eslint-config-prettier": "10.1.8",
    "eslint-plugin-jest": "29.15.0",
    "eslint-plugin-jest-dom": "5.5.0",
    "eslint-plugin-prettier": "5.5.5",
    "eslint-plugin-react": "7.37.5",
    "eslint-plugin-react-hooks": "7.0.1",
    "eslint-plugin-storybook": "^10.3.1",
    "eslint-plugin-testing-library": "7.16.1",
    "globals": "17.4.0",
    "identity-obj-proxy": "3.0.0",
    "jest": "30.3.0",
    "jest-environment-jsdom": "30.3.0",
    "jest-watch-typeahead": "3.0.1",
    "postcss": "8.5.8",
    "prettier": "3.8.1",
    "react": "19.2.4",
    "react-dom": "19.2.4",
    "rollup": "4.59.0",
    "rollup-plugin-dts": "6.4.0",
    "rollup-plugin-peer-deps-external": "2.2.4",
    "rollup-plugin-postcss": "4.0.2",
    "sass": "1.98.0",
    "standard-version": "9.5.0",
    "storybook": "^10.3.1",
    "to-camel-case": "1.0.0",
    "tslib": "^2.8.1",
    "typescript": "5.9.3"
  },
  "peerDependencies": {
    "react": "^16.12.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
    "react-dom": "^16.12.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
