You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
InternshipProject/node_modules/rc-steps/package.json

85 lines
2.1 KiB

{
"name": "rc-steps",
"version": "4.1.4",
"description": "steps ui component for react",
"engines": {
"node": ">=8.x"
},
"keywords": [
"react",
"react-component",
"react-steps"
],
"files": [
"assets/*.css",
"dist",
"es",
"lib"
],
"main": "./lib/index",
"module": "./es/index",
"types": "./lib/index.d.ts",
"homepage": "http://github.com/react-component/steps",
"maintainers": [
{
"name": "afc163",
"email": "afc163@gmail.com"
}
],
"repository": {
"type": "git",
"url": " git+ssh://git@github.com/react-component/steps.git"
},
"bugs": {
"url": "http://github.com/react-component/steps/issues"
},
"license": "MIT",
"config": {
"port": 8002
},
"scripts": {
"start": "cross-env NODE_ENV=development father doc dev --storybook",
"build": "father doc build --storybook",
"compile": "father build && lessc assets/index.less assets/index.css",
"gh-pages": "npm run build && father doc deploy",
"prepublishOnly": "npm run compile && np --yolo --no-publish",
"postpublish": "npm run gh-pages",
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
"test": "father test",
"coverage": "father test --coverage"
},
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"devDependencies": {
"@types/classnames": "^2.2.9",
"@types/enzyme": "^3.10.5",
"@types/jest": "^26.0.5",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@umijs/fabric": "^2.0.9",
"cross-env": "^7.0.0",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.1",
"enzyme-to-json": "^3.1.2",
"eslint": "^7.1.0",
"father": "^2.22.0",
"less": "^3.11.2",
"np": "^7.0.0",
"prettier": "^2.0.5",
"querystring": "^0.2.0",
"rc-dialog": "8.x",
"rc-tools": "^9.6.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"typescript": "^4.0.3"
},
"dependencies": {
"@babel/runtime": "^7.10.2",
"classnames": "^2.2.3",
"rc-util": "^5.0.1"
}
}