Latest updates from IceHrmPro
This commit is contained in:
115
web/node_modules/rc-picker/package.json
generated
vendored
Normal file
115
web/node_modules/rc-picker/package.json
generated
vendored
Normal file
@@ -0,0 +1,115 @@
|
||||
{
|
||||
"_from": "rc-picker@~1.4.0",
|
||||
"_id": "rc-picker@1.4.9",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-Lg/+06ozXEsivYit+fNET6IKSY8xnWEDsuQiRjJttsELg1kE3JyCZflaX98nCxkg+2IQqMPVXLuKIiaYGr43Uw==",
|
||||
"_location": "/rc-picker",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "rc-picker@~1.4.0",
|
||||
"name": "rc-picker",
|
||||
"escapedName": "rc-picker",
|
||||
"rawSpec": "~1.4.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "~1.4.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/antd"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/rc-picker/-/rc-picker-1.4.9.tgz",
|
||||
"_shasum": "bef936bf04e7015eba5e13db77d446f26c9ca394",
|
||||
"_spec": "rc-picker@~1.4.0",
|
||||
"_where": "/Users/thilina/TestProjects/icehrm-pro/web/node_modules/antd",
|
||||
"bugs": {
|
||||
"url": "http://github.com/react-component/picker/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"cnpm": {
|
||||
"mode": "npm"
|
||||
},
|
||||
"dependencies": {
|
||||
"classnames": "^2.2.1",
|
||||
"moment": "^2.24.0",
|
||||
"rc-trigger": "^4.0.0",
|
||||
"rc-util": "^4.17.0",
|
||||
"shallowequal": "^1.1.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "React date & time picker",
|
||||
"devDependencies": {
|
||||
"@types/classnames": "^2.2.9",
|
||||
"@types/enzyme": "^3.10.3",
|
||||
"@types/jest": "^24.0.23",
|
||||
"@types/react": "^16.9.2",
|
||||
"@types/react-dom": "^16.9.0",
|
||||
"@types/shallowequal": "^1.1.1",
|
||||
"@umijs/fabric": "^1.1.10",
|
||||
"coveralls": "^3.0.6",
|
||||
"cross-env": "^6.0.0",
|
||||
"dayjs": "^1.8.18",
|
||||
"enzyme": "^3.0.0",
|
||||
"enzyme-adapter-react-16": "^1.0.1",
|
||||
"enzyme-to-json": "^3.4.0",
|
||||
"eslint": "^6.6.0",
|
||||
"eslint-plugin-eslint-comments": "^3.1.2",
|
||||
"eslint-plugin-jest": "^23.0.5",
|
||||
"eslint-plugin-react-hooks": "^2.3.0",
|
||||
"eslint-plugin-unicorn": "^14.0.1",
|
||||
"father": "^2.13.4",
|
||||
"less": "^3.10.3",
|
||||
"mockdate": "^2.0.5",
|
||||
"np": "^5.1.0",
|
||||
"prettier": "^1.18.2",
|
||||
"react": "^16.0.0",
|
||||
"react-dom": "^16.0.0",
|
||||
"react-test-renderer": "^16.0.0",
|
||||
"typescript": "^3.7.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.x"
|
||||
},
|
||||
"files": [
|
||||
"assets/*.css",
|
||||
"assets/*.less",
|
||||
"es",
|
||||
"lib",
|
||||
"dist"
|
||||
],
|
||||
"homepage": "https://react-component.github.io/picker",
|
||||
"keywords": [
|
||||
"react",
|
||||
"react-component",
|
||||
"react-picker"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./lib/index",
|
||||
"module": "./es/index",
|
||||
"name": "rc-picker",
|
||||
"peerDependencies": {
|
||||
"dayjs": "^1.8.18",
|
||||
"react": "^16.0.0",
|
||||
"react-dom": "^16.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/react-component/picker.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",
|
||||
"now-build": "npm run build",
|
||||
"prepublishOnly": "npm run compile && np --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"
|
||||
},
|
||||
"tnpm": {
|
||||
"mode": "npm"
|
||||
},
|
||||
"version": "1.4.9"
|
||||
}
|
||||
Reference in New Issue
Block a user