Latest updates from IceHrmPro
This commit is contained in:
97
web/node_modules/rc-dropdown/package.json
generated
vendored
Normal file
97
web/node_modules/rc-dropdown/package.json
generated
vendored
Normal file
@@ -0,0 +1,97 @@
|
||||
{
|
||||
"_from": "rc-dropdown@~3.0.0",
|
||||
"_id": "rc-dropdown@3.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-T3XP4qL6xmkxn8z52YF2SEPoMHPpBiLf0Kty3mjNdRSyKnlu+0F+3bhDHf6gO1msmqrjURaz8sMNAFDcoFHHnw==",
|
||||
"_location": "/rc-dropdown",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "rc-dropdown@~3.0.0",
|
||||
"name": "rc-dropdown",
|
||||
"escapedName": "rc-dropdown",
|
||||
"rawSpec": "~3.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "~3.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/antd"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/rc-dropdown/-/rc-dropdown-3.0.2.tgz",
|
||||
"_shasum": "e486b67f5e8e8b9e326426d5a80254621453d66a",
|
||||
"_spec": "rc-dropdown@~3.0.0",
|
||||
"_where": "/Users/thilina/TestProjects/icehrm-pro/web/node_modules/antd",
|
||||
"bugs": {
|
||||
"url": "http://github.com/react-component/dropdown/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.26.0",
|
||||
"classnames": "^2.2.6",
|
||||
"rc-trigger": "^4.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "dropdown ui component for react",
|
||||
"devDependencies": {
|
||||
"@types/classnames": "^2.2.6",
|
||||
"@types/enzyme": "^3.1.15",
|
||||
"@types/jest": "^25.1.0",
|
||||
"@types/react": "^16.8.19",
|
||||
"@types/react-dom": "^16.8.4",
|
||||
"@types/warning": "^3.0.0",
|
||||
"cross-env": "^7.0.0",
|
||||
"enzyme": "^3.3.0",
|
||||
"enzyme-adapter-react-16": "^1.0.2",
|
||||
"father": "^2.13.2",
|
||||
"jquery": "^3.3.1",
|
||||
"less": "^3.11.1",
|
||||
"np": "^6.0.0",
|
||||
"rc-menu": "^8.0.0-alpha.2",
|
||||
"rc-util": "^4.14.2",
|
||||
"react": "^16.11.0",
|
||||
"react-dom": "^16.0.0",
|
||||
"typescript": "^3.5.2"
|
||||
},
|
||||
"files": [
|
||||
"lib",
|
||||
"es",
|
||||
"assets/*.css"
|
||||
],
|
||||
"homepage": "http://github.com/react-component/dropdown",
|
||||
"keywords": [
|
||||
"react",
|
||||
"react-dropdown"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lib/index",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "yiminghe@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "hualei5280@gmail.com"
|
||||
}
|
||||
],
|
||||
"module": "./es/index",
|
||||
"name": "rc-dropdown",
|
||||
"peerDependencies": {
|
||||
"react": "*",
|
||||
"react-dom": "*"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/react-component/dropdown.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "father doc build --storybook",
|
||||
"compile": "father build && lessc 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 compile && np --no-cleanup --yolo --no-publish --any-branch",
|
||||
"start": "cross-env NODE_ENV=development father doc dev --storybook",
|
||||
"test": "father test"
|
||||
},
|
||||
"version": "3.0.2"
|
||||
}
|
||||
Reference in New Issue
Block a user