custom-app
Version:
ITIMS��Ʒ�鿪��ר��React���,�Dz��ý��ּ�dhcc-app���������
143 lines (142 loc) • 3.48 kB
JSON
{
"_args": [
[
"rc-tabs@9.6.4",
"G:\\dhcc-app-dll"
]
],
"_from": "rc-tabs@9.6.4",
"_id": "rc-tabs@9.6.4",
"_inBundle": false,
"_integrity": "sha512-l4PoDSShNJ6pWGuR1UcUgvee48b3Qu1jgMEaD1hH3Rc+mqysoO7hA9AQ1YywkIy34afGTTejAWDSIFZ0lmg08g==",
"_location": "/rc-tabs",
"_phantomChildren": {
"loose-envify": "1.4.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "rc-tabs@9.6.4",
"name": "rc-tabs",
"escapedName": "rc-tabs",
"rawSpec": "9.6.4",
"saveSpec": null,
"fetchSpec": "9.6.4"
},
"_requiredBy": [
"/antd"
],
"_resolved": "https://registry.npmjs.org/rc-tabs/-/rc-tabs-9.6.4.tgz",
"_spec": "9.6.4",
"_where": "G:\\dhcc-app-dll",
"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": {
"babel-runtime": "6.x",
"classnames": "2.x",
"create-react-context": "0.2.2",
"lodash": "^4.17.5",
"prop-types": "15.x",
"raf": "^3.4.1",
"rc-hammerjs": "~0.6.0",
"rc-util": "^4.0.4",
"resize-observer-polyfill": "^1.5.1",
"warning": "^3.0.0"
},
"description": "tabs ui component for react",
"devDependencies": {
"coveralls": "^2.11.16",
"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": "^2.9.0",
"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",
"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.6.4"
}