react-dynamic-stepper
Version:
Advanced and multi-feature react stepper component designed to be incredibly versatile for a variety of workflows and use cases.
134 lines (133 loc) • 4.38 kB
JSON
{
"name": "react-dynamic-stepper",
"version": "3.0.4",
"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.28.0",
"@babel/preset-env": "7.28.0",
"@babel/preset-react": "7.27.1",
"@babel/preset-typescript": "7.27.1",
"@chromatic-com/storybook": "^4.0.1",
"@eslint/js": "9.31.0",
"@rollup-extras/plugin-clean": "1.3.9",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "28.0.6",
"@rollup/plugin-node-resolve": "16.0.1",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "12.1.4",
"@storybook/addon-docs": "9.0.17",
"@storybook/addon-links": "^9.0.17",
"@storybook/preset-scss": "1.0.3",
"@storybook/react-vite": "^9.0.17",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.3.0",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.6.1",
"@types/jest": "30.0.0",
"@types/node": "24.0.14",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@types/react-test-renderer": "19.1.0",
"@typescript-eslint/eslint-plugin": "8.37.0",
"@typescript-eslint/parser": "8.37.0",
"autoprefixer": "10.4.21",
"babel-jest": "30.0.4",
"babel-loader": "10.0.0",
"commitizen": "4.3.1",
"css-loader": "7.1.2",
"cz-conventional-changelog": "3.3.0",
"eslint": "9.31.0",
"eslint-config-prettier": "10.1.5",
"eslint-plugin-jest": "29.0.1",
"eslint-plugin-jest-dom": "5.5.0",
"eslint-plugin-prettier": "5.5.1",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-storybook": "^9.0.17",
"eslint-plugin-testing-library": "7.6.0",
"globals": "16.3.0",
"identity-obj-proxy": "3.0.0",
"jest": "30.0.4",
"jest-environment-jsdom": "30.0.4",
"jest-resolve": "30.0.2",
"jest-watch-typeahead": "3.0.1",
"postcss": "8.5.6",
"prettier": "3.6.2",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-test-renderer": "19.1.0",
"rollup": "4.45.1",
"rollup-plugin-dts": "6.2.1",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-postcss": "4.0.2",
"sass": "1.89.2",
"sass-loader": "16.0.5",
"standard-version": "9.5.0",
"storybook": "^9.0.17",
"style-loader": "4.0.0",
"to-camel-case": "1.0.0",
"tslib": "2.8.1",
"typescript": "5.8.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"
}
}
}