{
  "name": "@nimbus-ds/stepper",
  "version": "1.1.1",
  "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.4.0",
    "@nimbus-ds/card": "^3.2.1",
    "@nimbus-ds/icon": "^3.5.1",
    "@nimbus-ds/icons": "^1.21.0",
    "@nimbus-ds/styles": "^9.62.0",
    "@nimbus-ds/text": "^6.8.0"
  },
  "peerDependencies": {
    "react": "^16.8 || ^17.0 || ^18.0 || ^19.0",
    "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0"
  },
  "devDependencies": {
    "@nimbus-ds/button": "^2.11.1",
    "@nimbus-ds/webpack": "^1.7.2"
  }
}