121 lines
3.0 KiB
JSON
121 lines
3.0 KiB
JSON
{
|
|
"_from": "rc-steps@~3.5.0",
|
|
"_id": "rc-steps@3.5.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-2Vkkrpa7PZbg7qPsqTNzVDov4u78cmxofjjnIHiGB9+9rqKS8oTLPzbW2uiWDr3Lk+yGwh8rbpGO1E6VAgBCOg==",
|
|
"_location": "/rc-steps",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "rc-steps@~3.5.0",
|
|
"name": "rc-steps",
|
|
"escapedName": "rc-steps",
|
|
"rawSpec": "~3.5.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~3.5.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/antd"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/rc-steps/-/rc-steps-3.5.0.tgz",
|
|
"_shasum": "36b2a7f1f49907b0d90363884b18623caf9fb600",
|
|
"_spec": "rc-steps@~3.5.0",
|
|
"_where": "/Users/thilina/TestProjects/icehrm-pro/web/node_modules/antd",
|
|
"bugs": {
|
|
"url": "http://github.com/react-component/steps/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"config": {
|
|
"port": 8002
|
|
},
|
|
"dependencies": {
|
|
"babel-runtime": "^6.23.0",
|
|
"classnames": "^2.2.3",
|
|
"lodash": "^4.17.5",
|
|
"prop-types": "^15.5.7"
|
|
},
|
|
"deprecated": false,
|
|
"description": "steps ui component for react",
|
|
"devDependencies": {
|
|
"coveralls": "^3.0.4",
|
|
"enzyme": "^3.0.0",
|
|
"enzyme-adapter-react-16": "^1.0.1",
|
|
"enzyme-to-json": "^3.0.0",
|
|
"jest": "^20.0.4",
|
|
"lint-staged": "^9.0.0",
|
|
"pre-commit": "1.x",
|
|
"querystring": "^0.2.0",
|
|
"rc-dialog": "6.x",
|
|
"rc-tools": "9.x",
|
|
"react": "^16.0.0",
|
|
"react-dom": "^16.0.0",
|
|
"react-test-renderer": "^16.0.0"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"es",
|
|
"assets/iconfont.css",
|
|
"assets/index.css"
|
|
],
|
|
"homepage": "http://github.com/react-component/steps",
|
|
"jest": {
|
|
"setupFiles": [
|
|
"./tests/setup.js"
|
|
],
|
|
"collectCoverageFrom": [
|
|
"src/**/*"
|
|
],
|
|
"snapshotSerializers": [
|
|
"enzyme-to-json/serializer"
|
|
],
|
|
"transform": {
|
|
"\\.jsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js"
|
|
}
|
|
},
|
|
"keywords": [
|
|
"react",
|
|
"react-component",
|
|
"react-steps"
|
|
],
|
|
"licenses": "MIT",
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx}": [
|
|
"npm run pre-commit",
|
|
"git add"
|
|
]
|
|
},
|
|
"main": "./lib/index",
|
|
"maintainers": [
|
|
{
|
|
"name": "afc163",
|
|
"email": "afc163@gmail.com"
|
|
}
|
|
],
|
|
"module": "./es/index",
|
|
"name": "rc-steps",
|
|
"pre-commit": [
|
|
"lint-staged"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/react-component/steps.git"
|
|
},
|
|
"scripts": {
|
|
"build": "rc-tools run build",
|
|
"compile": "rc-tools run compile --babel-runtime",
|
|
"coverage": "jest --coverage && cat ./coverage/lcov.info | coveralls",
|
|
"gh-pages": "rc-tools run gh-pages",
|
|
"lint": "rc-tools run lint",
|
|
"lint-staged": "lint-staged",
|
|
"lint:fix": "rc-tools run lint --fix",
|
|
"now-build": "npm run build",
|
|
"pre-commit": "rc-tools run pre-commit",
|
|
"prepublish": "rc-tools run guard",
|
|
"pub": "rc-tools run pub --babel-runtime",
|
|
"start": "rc-tools run server",
|
|
"test": "jest"
|
|
},
|
|
"version": "3.5.0"
|
|
}
|