forgeplus-react/node_modules/rc-tabs/package.json

145 lines
3.6 KiB
JSON

{
"_args": [
[
"rc-tabs@9.7.0",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "rc-tabs@9.7.0",
"_id": "rc-tabs@9.7.0",
"_inBundle": false,
"_integrity": "sha512-kvmgp8/MfLzFZ06hWHignqomFQ5nF7BqKr5O1FfhE4VKsGrep52YSF/1MvS5oe0NPcI9XGNS2p751C5v6cYDpQ==",
"_location": "/rc-tabs",
"_phantomChildren": {
"performance-now": "2.1.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "rc-tabs@9.7.0",
"name": "rc-tabs",
"escapedName": "rc-tabs",
"rawSpec": "9.7.0",
"saveSpec": null,
"fetchSpec": "9.7.0"
},
"_requiredBy": [
"/antd"
],
"_resolved": "http://173.15.15.82:8081/repository/npm-all/rc-tabs/-/rc-tabs-9.7.0.tgz",
"_spec": "9.7.0",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "yiminghe@gmail.com"
},
"bugs": {
"url": "http://github.com/react-component/tabs/issues"
},
"config": {
"port": 8002,
"entry": {
"rc-tabs": [
"./src/index.js",
"./assets/index.less"
]
}
},
"dependencies": {
"@ant-design/create-react-context": "^0.2.4",
"babel-runtime": "6.x",
"classnames": "2.x",
"lodash": "^4.17.5",
"prop-types": "15.x",
"raf": "^3.4.1",
"rc-hammerjs": "~0.6.0",
"rc-util": "^4.0.4",
"react-lifecycles-compat": "^3.0.4",
"resize-observer-polyfill": "^1.5.1",
"warning": "^4.0.3"
},
"description": "tabs ui component for react",
"devDependencies": {
"coveralls": "^3.0.6",
"cross-env": "^5.0.1",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.7.0",
"enzyme-to-json": "^3.3.4",
"fastclick": "~1.0.6",
"history": "^1.17.0",
"immutability-helper": "^3.0.1",
"jest": "^23.6.0",
"pre-commit": "1.x",
"preact": "^8.2.1",
"preact-compat": "^3.16.0",
"rc-test": "^6.0.1",
"rc-tools": "8.x",
"react": "^16.0.0",
"react-dnd": "^7.0.2",
"react-dnd-html5-backend": "^7.0.2",
"react-dom": "^16.0.0",
"react-router": "^3.0.0",
"react-test-renderer": "^16.0.0",
"sortablejs": "^1.7.0"
},
"files": [
"lib",
"es",
"dist",
"assets/index.css"
],
"homepage": "http://github.com/react-component/tabs",
"jest": {
"setupFiles": [
"./tests/setup.js"
],
"collectCoverageFrom": [
"src/*"
],
"transform": {
"\\.tsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js",
"\\.jsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js"
},
"globals": {
"__JEST__DEV__": true
}
},
"keywords": [
"react",
"react-component",
"react-tabs"
],
"license": "MIT",
"main": "./lib/index",
"module": "./es/index",
"name": "rc-tabs",
"peerDependencies": {
"react": ">=15.0.0"
},
"pre-commit": [
"lint"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/react-component/tabs.git"
},
"scripts": {
"build": "rc-tools run build",
"chrome-test": "rc-test run chrome-test",
"compile": "rc-tools run compile --babel-runtime",
"coverage": "jest --coverage && cat ./coverage/lcov.info | coveralls",
"dist": "rc-tools run dist",
"gh-pages": "rc-tools run gh-pages",
"karma": "rc-test run karma",
"lint": "rc-tools run lint",
"now-build": "npm run build",
"prepublish": "rc-tools run guard",
"pub": "rc-tools run pub --babel-runtime",
"saucelabs": "rc-test run saucelabs",
"start": "rc-tools run server",
"test": "jest",
"updateSn": "jest --updateSnapshot",
"watch": "rc-tools run watch"
},
"version": "9.7.0"
}