Files
icehrm/web/node_modules/rc-drawer/package.json
2020-05-20 18:47:29 +02:00

105 lines
2.8 KiB
JSON

{
"_from": "rc-drawer@~3.1.1",
"_id": "rc-drawer@3.1.3",
"_inBundle": false,
"_integrity": "sha512-2z+RdxmzXyZde/1OhVMfDR1e/GBswFeWSZ7FS3Fdd0qhgVdpV1wSzILzzxRaT481ItB5hOV+e8pZT07vdJE8kg==",
"_location": "/rc-drawer",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rc-drawer@~3.1.1",
"name": "rc-drawer",
"escapedName": "rc-drawer",
"rawSpec": "~3.1.1",
"saveSpec": null,
"fetchSpec": "~3.1.1"
},
"_requiredBy": [
"/antd"
],
"_resolved": "https://registry.npmjs.org/rc-drawer/-/rc-drawer-3.1.3.tgz",
"_shasum": "cbcb04d4c07f0b66f2ece11d847f4a1bd80ea0b7",
"_spec": "rc-drawer@~3.1.1",
"_where": "/Users/thilina/TestProjects/icehrm-pro/web/node_modules/antd",
"author": {
"name": "155259966@qq.com"
},
"bugs": {
"url": "https://github.com/ant-motion/drawer/issues"
},
"bundleDependencies": false,
"dependencies": {
"classnames": "^2.2.6",
"rc-util": "^4.16.1",
"react-lifecycles-compat": "^3.0.4"
},
"deprecated": false,
"description": "drawer component for react",
"devDependencies": {
"@types/classnames": "^2.2.9",
"@types/enzyme": "^3.1.15",
"@types/jest": "^24.0.15",
"@types/raf": "^3.4.0",
"@types/react": "^16.9.5",
"@types/react-dom": "^16.9.1",
"@types/react-lifecycles-compat": "^3.0.1",
"@types/warning": "^3.0.0",
"@umijs/fabric": "^2.0.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"enzyme-to-json": "^3.4.2",
"eslint": "^6.5.1",
"father": "^2.13.2",
"jsonp": "^0.2.0",
"less": "^3.10.3",
"np": "^5.0.3",
"pre-commit": "^1.2.2",
"querystring": "^0.2.0",
"rc-test": "^6.0.1",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-test-renderer": "^16.10.2",
"typescript": "^3.6.3"
},
"files": [
"lib",
"assets/*.css",
"es"
],
"homepage": "https://github.com/ant-motion/drawer",
"keywords": [
"react",
"react-component",
"react-drawer",
"drawer",
"drawer-menu",
"rc-drawer-menu",
"react-drawer-menu",
"animation",
"drawer-motion",
"drawer-animation"
],
"licenses": "MIT",
"main": "./lib/index",
"module": "./es/index",
"name": "rc-drawer",
"peerDependencies": {
"react": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ant-motion/drawer.git"
},
"scripts": {
"build": "father doc build --storybook",
"compile": "father build && lessc assets/index.less assets/index.css",
"lint": "eslint src/ --ext .tsx,.ts",
"now-build": "npm run build",
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
"start": "rm -rf .storybook lib es && father doc dev --storybook",
"test": "father test"
},
"version": "3.1.3"
}