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

100 lines
2.5 KiB
JSON

{
"_from": "rc-animate@~2.10.2",
"_id": "rc-animate@2.10.3",
"_inBundle": false,
"_integrity": "sha512-A9qQ5Y8BLlM7EhuCO3fWb/dChndlbWtY/P5QvPqBU7h4r5Q2QsvsbpTGgdYZATRDZbTRnJXXfVk9UtlyS7MBLg==",
"_location": "/rc-animate",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rc-animate@~2.10.2",
"name": "rc-animate",
"escapedName": "rc-animate",
"rawSpec": "~2.10.2",
"saveSpec": null,
"fetchSpec": "~2.10.2"
},
"_requiredBy": [
"/antd",
"/rc-collapse",
"/rc-dialog",
"/rc-menu",
"/rc-notification",
"/rc-select",
"/rc-tree",
"/rc-trigger"
],
"_resolved": "https://registry.npmjs.org/rc-animate/-/rc-animate-2.10.3.tgz",
"_shasum": "163d5e29281a4ff82d53ee7918eeeac856b756f9",
"_spec": "rc-animate@~2.10.2",
"_where": "/Users/thilina/TestProjects/icehrm-pro/web/node_modules/antd",
"author": "",
"bugs": {
"url": "http://github.com/react-component/animate/issues"
},
"bundleDependencies": false,
"config": {
"port": 8201
},
"dependencies": {
"babel-runtime": "6.x",
"classnames": "^2.2.6",
"css-animation": "^1.3.2",
"prop-types": "15.x",
"raf": "^3.4.0",
"rc-util": "^4.15.3",
"react-lifecycles-compat": "^3.0.4"
},
"deprecated": false,
"description": "css-transition ui component for react",
"devDependencies": {
"core-js": "^2.5.1",
"expect.js": "0.3.x",
"jquery": "^3.3.1",
"pre-commit": "1.x",
"rc-test": "6.x",
"rc-tools": "8.x",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"velocity-animate": "~1.2.2"
},
"files": [
"es",
"lib"
],
"homepage": "https://github.com/react-component/animate",
"keywords": [
"react",
"react-component",
"react-animate",
"animate"
],
"license": "MIT",
"main": "./lib/Animate",
"module": "./es/Animate",
"name": "rc-animate",
"pre-commit": [
"lint"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/react-component/animate.git"
},
"scripts": {
"build": "rc-tools run build",
"chrome-test": "rc-test run chrome-test",
"coverage": "rc-test run coverage",
"gh-pages": "rc-tools run gh-pages",
"karma": "rc-test run karma",
"lint": "rc-tools run lint",
"now-build": "npm run build",
"prepublish": "rc-tools run guard",
"pub": "rc-tools run pub --babel-runtime",
"saucelabs": "rc-test run saucelabs",
"start": "rc-tools run server",
"test": "rc-test run test"
},
"version": "2.10.3"
}