{
  "name": "react-dynamic-stepper",
  "version": "2.0.1",
  "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.26.0",
    "@babel/preset-env": "7.26.0",
    "@babel/preset-react": "7.26.3",
    "@babel/preset-typescript": "7.26.0",
    "@chromatic-com/storybook": "^3.2.3",
    "@rollup-extras/plugin-clean": "1.3.9",
    "@rollup/plugin-babel": "6.0.4",
    "@rollup/plugin-commonjs": "28.0.2",
    "@rollup/plugin-node-resolve": "16.0.0",
    "@rollup/plugin-terser": "0.4.4",
    "@rollup/plugin-typescript": "12.1.2",
    "@storybook/addon-actions": "^8.4.7",
    "@storybook/addon-essentials": "^8.4.7",
    "@storybook/addon-interactions": "^8.4.7",
    "@storybook/addon-links": "^8.4.7",
    "@storybook/blocks": "^8.4.7",
    "@storybook/preset-scss": "1.0.3",
    "@storybook/react": "^8.4.7",
    "@storybook/react-vite": "^8.4.7",
    "@storybook/test": "^8.4.7",
    "@testing-library/dom": "10.4.0",
    "@testing-library/jest-dom": "6.6.3",
    "@testing-library/react": "16.1.0",
    "@testing-library/react-hooks": "8.0.1",
    "@testing-library/user-event": "14.5.2",
    "@types/jest": "29.5.14",
    "@types/node": "22.10.5",
    "@types/react": "19.0.3",
    "@types/react-dom": "19.0.2",
    "@types/react-test-renderer": "19.0.0",
    "@typescript-eslint/eslint-plugin": "8.19.1",
    "@typescript-eslint/parser": "8.19.1",
    "autoprefixer": "10.4.20",
    "babel-jest": "29.7.0",
    "babel-loader": "9.2.1",
    "commitizen": "4.3.1",
    "css-loader": "7.1.2",
    "cz-conventional-changelog": "3.3.0",
    "eslint": "8.57.0",
    "eslint-config-prettier": "9.1.0",
    "eslint-plugin-jest": "28.10.0",
    "eslint-plugin-jest-dom": "5.5.0",
    "eslint-plugin-prettier": "5.2.1",
    "eslint-plugin-react": "7.37.3",
    "eslint-plugin-react-hooks": "5.1.0",
    "eslint-plugin-storybook": "^0.11.2",
    "eslint-plugin-testing-library": "7.1.1",
    "identity-obj-proxy": "3.0.0",
    "jest": "29.7.0",
    "jest-environment-jsdom": "29.7.0",
    "jest-resolve": "29.7.0",
    "jest-watch-typeahead": "2.2.2",
    "postcss": "8.4.49",
    "prettier": "3.4.2",
    "react": "19.0.0",
    "react-dom": "19.0.0",
    "react-test-renderer": "19.0.0",
    "rollup": "4.30.1",
    "rollup-plugin-dts": "6.1.1",
    "rollup-plugin-peer-deps-external": "2.2.4",
    "rollup-plugin-postcss": "4.0.2",
    "sass": "1.83.1",
    "sass-loader": "16.0.4",
    "standard-version": "9.5.0",
    "storybook": "^8.4.7",
    "style-loader": "4.0.0",
    "to-camel-case": "1.0.0",
    "tslib": "2.8.1",
    "typescript": "5.7.2"
  },
  "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"
    }
  }
}
