@nimbus-ds/stepper
Version:
Stepper component for guiding users through multi-step processes
48 lines • 1.23 kB
JSON
{
"name": "@nimbus-ds/stepper",
"version": "1.0.0",
"description": "Stepper component for guiding users through multi-step processes",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"license": "MIT",
"keywords": [
"nimbus",
"design-system",
"react",
"stepper",
"progress",
"steps",
"wizard"
],
"scripts": {
"build": "yarn g:webpack",
"clean": "rm -rf dist",
"version": "yarn version"
},
"homepage": "https://nimbus.nuvemshop.com.br",
"repository": {
"type": "git",
"url": "git+https://github.com/TiendaNube/nimbus-design-system.git",
"directory": "packages/react/src/composite/Stepper"
},
"bugs": {
"url": "https://github.com/TiendaNube/nimbus-design-system/issues"
},
"dependencies": {
"@nimbus-ds/box": "^4.2.0",
"@nimbus-ds/card": "^3.1.2",
"@nimbus-ds/icon": "^3.0.1",
"@nimbus-ds/icons": "^1.9.0",
"@nimbus-ds/styles": "^9.16.0",
"@nimbus-ds/text": "^6.4.0"
},
"peerDependencies": {
"react": "^16.8 || ^17.0 || ^18.0",
"react-dom": "^16.8 || ^17.0 || ^18.0"
},
"devDependencies": {
"@nimbus-ds/button": "^2.6.0",
"@nimbus-ds/webpack": "^1.5.1"
}
}