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

100 lines
2.6 KiB
JSON

{
"_from": "rc-notification@~4.0.0",
"_id": "rc-notification@4.0.0",
"_inBundle": false,
"_integrity": "sha512-In9FimkJY+JSIq3/eopPfBpQQr2Zugq5i9Aw9vdiNCGCsAsSO9bGq2dPsn8bamOydNrhc3djljGfmxUUMbcZnA==",
"_location": "/rc-notification",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rc-notification@~4.0.0",
"name": "rc-notification",
"escapedName": "rc-notification",
"rawSpec": "~4.0.0",
"saveSpec": null,
"fetchSpec": "~4.0.0"
},
"_requiredBy": [
"/antd"
],
"_resolved": "https://registry.npmjs.org/rc-notification/-/rc-notification-4.0.0.tgz",
"_shasum": "ffe59783d6738003972dde8b9658f1acd469cd2c",
"_spec": "rc-notification@~4.0.0",
"_where": "/Users/thilina/TestProjects/icehrm-pro/web/node_modules/antd",
"bugs": {
"url": "http://github.com/react-component/notification/issues"
},
"bundleDependencies": false,
"dependencies": {
"classnames": "2.x",
"rc-animate": "2.x",
"rc-util": "^4.0.4"
},
"deprecated": false,
"description": "notification ui component for react",
"devDependencies": {
"@types/jest": "^25.1.0",
"@types/react": "^16.8.19",
"@types/react-dom": "^16.8.4",
"cross-env": "^7.0.0",
"enzyme": "^3.3.0",
"enzyme-to-json": "^3.4.0",
"father": "^2.13.2",
"less": "^3.10.3",
"np": "^6.0.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"typescript": "^3.7.5"
},
"engines": {
"node": ">=8.x"
},
"files": [
"assets/*.css",
"assets/*.less",
"es",
"lib"
],
"homepage": "http://github.com/react-component/notification",
"keywords": [
"react",
"react-component",
"react-notification",
"notification"
],
"license": "MIT",
"main": "lib/index",
"maintainers": [
{
"name": "yiminghe@gmail.com"
},
{
"name": "skyking_H@hotmail.com"
},
{
"name": "hust2012jiangkai@gmail.com"
}
],
"module": "es/index",
"name": "rc-notification",
"peerDependencies": {
"react": "*",
"react-dom": "*"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/react-component/notification.git"
},
"scripts": {
"build": "father doc build --storybook",
"compile": "father build && lessc assets/index.less assets/index.css",
"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
"now-build": "npm run build",
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
"start": "cross-env NODE_ENV=development father doc dev --storybook",
"test": "father test"
},
"version": "4.0.0"
}