Latest updates from IceHrmPro
This commit is contained in:
121
web/node_modules/rc-table/package.json
generated
vendored
Normal file
121
web/node_modules/rc-table/package.json
generated
vendored
Normal file
@@ -0,0 +1,121 @@
|
||||
{
|
||||
"_from": "rc-table@~7.4.2",
|
||||
"_id": "rc-table@7.4.5",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-lQS9izhGmgyCVK05imUrl32lBS9g2f3hB8LOKOof19JWCULKuYL5D3lLpaZSpCTecRYfONYNpgR7mZs7FOnYSQ==",
|
||||
"_location": "/rc-table",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "rc-table@~7.4.2",
|
||||
"name": "rc-table",
|
||||
"escapedName": "rc-table",
|
||||
"rawSpec": "~7.4.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "~7.4.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/antd"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/rc-table/-/rc-table-7.4.5.tgz",
|
||||
"_shasum": "4bff2eaba3aed8a2c7242dcb62a49bf51e0114dc",
|
||||
"_spec": "rc-table@~7.4.2",
|
||||
"_where": "/Users/thilina/TestProjects/icehrm-pro/web/node_modules/antd",
|
||||
"bugs": {
|
||||
"url": "http://github.com/react-component/table/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"classnames": "^2.2.5",
|
||||
"component-classes": "^1.2.6",
|
||||
"lodash": "^4.17.5",
|
||||
"prop-types": "^15.5.8",
|
||||
"raf": "^3.4.1",
|
||||
"rc-resize-observer": "^0.2.0",
|
||||
"rc-util": "^4.20.1",
|
||||
"react-lifecycles-compat": "^3.0.2",
|
||||
"shallowequal": "^1.1.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "table ui component for react",
|
||||
"devDependencies": {
|
||||
"@types/classnames": "^2.2.9",
|
||||
"@types/jest": "^25.1.0",
|
||||
"@types/react": "^16.9.2",
|
||||
"@types/react-dom": "^16.9.0",
|
||||
"@umijs/fabric": "^2.0.0",
|
||||
"cross-env": "^7.0.0",
|
||||
"enzyme": "^3.1.0",
|
||||
"enzyme-adapter-react-16": "^1.0.1",
|
||||
"enzyme-to-json": "^3.1.2",
|
||||
"father": "^2.22.0",
|
||||
"immutability-helper": "^3.0.0",
|
||||
"less": "^3.10.3",
|
||||
"np": "^6.0.0",
|
||||
"prettier": "^2.0.1",
|
||||
"rc-animate": "^2.10.1",
|
||||
"rc-dropdown": "~3.0.1",
|
||||
"rc-menu": "^8.0.2",
|
||||
"react": "^16.0.0",
|
||||
"react-dnd": "^2.5.4",
|
||||
"react-dnd-html5-backend": "^2.5.4",
|
||||
"react-dom": "^16.0.0",
|
||||
"react-resizable": "^1.7.5",
|
||||
"react-test-renderer": "^16.0.0",
|
||||
"react-virtualized": "^9.12.0",
|
||||
"react-window": "^1.8.5",
|
||||
"styled-components": "^5.0.1",
|
||||
"typescript": "^3.7.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.x"
|
||||
},
|
||||
"files": [
|
||||
"assets/*.css",
|
||||
"dist",
|
||||
"es",
|
||||
"lib"
|
||||
],
|
||||
"homepage": "http://github.com/react-component/table",
|
||||
"keywords": [
|
||||
"react",
|
||||
"react-table",
|
||||
"table",
|
||||
"component",
|
||||
"ui"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./lib/index",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "yiminghe@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "afc163@gmail.com"
|
||||
}
|
||||
],
|
||||
"module": "./es/index",
|
||||
"name": "rc-table",
|
||||
"peerDependencies": {
|
||||
"react": "^16.0.0",
|
||||
"react-dom": "^16.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/react-component/table.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "father doc build --storybook",
|
||||
"compile": "father build && lessc assets/index.less assets/index.css",
|
||||
"coverage": "father test --coverage",
|
||||
"gh-pages": "npm run build && father doc deploy",
|
||||
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
|
||||
"postpublish": "npm run gh-pages",
|
||||
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
|
||||
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
|
||||
"start": "cross-env NODE_ENV=development father doc dev --storybook",
|
||||
"test": "father test"
|
||||
},
|
||||
"version": "7.4.5"
|
||||
}
|
||||
Reference in New Issue
Block a user