Latest updates from IceHrmPro
This commit is contained in:
102
web/node_modules/rc-tabs/package.json
generated
vendored
Normal file
102
web/node_modules/rc-tabs/package.json
generated
vendored
Normal file
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"_from": "rc-tabs@~10.1.1",
|
||||
"_id": "rc-tabs@10.1.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-dOFeaYil3d6zV3ZtGZWfRf7zwyqUQ48cl67/Y/03SsBWEdYgfZzlgjfHqmUT+V7L7CvhQ5lIQyYpj4EthkgKCg==",
|
||||
"_location": "/rc-tabs",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "rc-tabs@~10.1.1",
|
||||
"name": "rc-tabs",
|
||||
"escapedName": "rc-tabs",
|
||||
"rawSpec": "~10.1.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "~10.1.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/antd"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/rc-tabs/-/rc-tabs-10.1.1.tgz",
|
||||
"_shasum": "847d8c2038842a3cb5f2e74935d0e38b85fce61e",
|
||||
"_spec": "rc-tabs@~10.1.1",
|
||||
"_where": "/Users/thilina/TestProjects/icehrm-pro/web/node_modules/antd",
|
||||
"author": {
|
||||
"name": "yiminghe@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "http://github.com/react-component/tabs/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"classnames": "2.x",
|
||||
"lodash": "^4.17.5",
|
||||
"rc-hammerjs": "~0.6.0",
|
||||
"resize-observer-polyfill": "^1.5.1",
|
||||
"warning": "^4.0.3"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "tabs ui component for react",
|
||||
"devDependencies": {
|
||||
"@umijs/fabric": "^2.0.4",
|
||||
"coveralls": "^3.0.6",
|
||||
"cross-env": "^7.0.2",
|
||||
"enzyme": "^3.7.0",
|
||||
"enzyme-adapter-react-16": "^1.7.0",
|
||||
"enzyme-to-json": "^3.3.4",
|
||||
"eslint": "^6.8.0",
|
||||
"fastclick": "~1.0.6",
|
||||
"father": "^2.29.2",
|
||||
"history": "^1.17.0",
|
||||
"immutability-helper": "^3.0.1",
|
||||
"less": "^3.11.1",
|
||||
"less-loader": "^5.0.0",
|
||||
"np": "^6.2.0",
|
||||
"preact": "^8.2.1",
|
||||
"preact-compat": "^3.16.0",
|
||||
"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"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.x"
|
||||
},
|
||||
"files": [
|
||||
"lib",
|
||||
"es",
|
||||
"dist",
|
||||
"assets/index.css"
|
||||
],
|
||||
"homepage": "http://github.com/react-component/tabs",
|
||||
"keywords": [
|
||||
"react",
|
||||
"react-component",
|
||||
"react-tabs"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./lib/index",
|
||||
"module": "./es/index",
|
||||
"name": "rc-tabs",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/react-component/tabs.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "father doc build --storybook",
|
||||
"chrome-test": "rc-test run chrome-test",
|
||||
"compile": "father build && npm run compile:style",
|
||||
"compile:style": "lessc --js assets/index.less assets/index.css",
|
||||
"coverage": "father test --coverage",
|
||||
"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
|
||||
"now-build": "npm run build",
|
||||
"prepublishOnly": "npm run lint && npm run test && npm run compile && np --no-cleanup --yolo --no-publish",
|
||||
"start": "father doc dev --storybook",
|
||||
"test": "father test"
|
||||
},
|
||||
"version": "10.1.1"
|
||||
}
|
||||
Reference in New Issue
Block a user