{ "name": "@rc-component/steps", "version": "1.2.2", "description": "steps ui component for react", "keywords": [ "react", "react-component", "react-steps" ], "homepage": "http://github.com/react-component/steps", "bugs": { "url": "http://github.com/react-component/steps/issues" }, "repository": { "type": "git", "url": " git+ssh://git@github.com/react-component/steps.git" }, "license": "MIT", "maintainers": [ { "name": "afc163", "email": "afc163@gmail.com" } ], "main": "./lib/index", "module": "./es/index", "types": "./lib/index.d.ts", "files": [ "assets/*.css", "es", "lib" ], "scripts": { "compile": "father build && lessc assets/index.less assets/index.css", "coverage": "rc-test --coverage", "docs:build": "dumi build", "docs:deploy": "gh-pages -d .doc", "gh-pages": "npm run docs:build && npm run docs:deploy", "lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md", "prepare": "husky install && dumi setup", "prepublishOnly": "npm run compile && rc-np", "prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"", "postpublish": "npm run gh-pages", "start": "dumi dev", "test": "rc-test", "now-build": "npm run docs:build" }, "lint-staged": { "**/*.{js,jsx,tsx,ts,md,json}": [ "prettier --write" ] }, "dependencies": { "@rc-component/util": "^1.2.1", "clsx": "^2.1.1" }, "devDependencies": { "@rc-component/father-plugin": "^2.0.2", "@rc-component/np": "^1.0.0", "@testing-library/jest-dom": "^6.4.5", "@testing-library/react": "^15.0.6", "@types/jest": "^29.4.0", "@types/node": "^24.5.2", "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "@umijs/fabric": "^4.0.1", "dumi": "^2.0.0", "eslint": "^8.55.0", "eslint-plugin-jest": "^27.6.0", "eslint-plugin-unicorn": "^50.0.1", "father": "^4", "gh-pages": "^6.1.0", "glob": "^10.0.0", "husky": "^8.0.1", "less": "^4.1.3", "lint-staged": "^15.2.0", "prettier": "^3.1.0", "rc-test": "^7.0.9", "react": "^18.0.0", "react-dom": "^18.0.0", "typescript": "^5.0.0" }, "peerDependencies": { "react": ">=16.9.0", "react-dom": ">=16.9.0" }, "engines": { "node": ">=8.x" } }