rc-notification
Version:
notification ui component for react
73 lines (72 loc) • 1.83 kB
JSON
{
"name": "rc-notification",
"version": "4.5.5",
"description": "notification ui component for react",
"engines": {
"node": ">=8.x"
},
"keywords": [
"react",
"react-component",
"react-notification",
"notification"
],
"homepage": "http://github.com/react-component/notification",
"maintainers": [
"yiminghe@gmail.com",
"skyking_H@hotmail.com",
"hust2012jiangkai@gmail.com"
],
"files": [
"assets/*.css",
"assets/*.less",
"es",
"lib"
],
"repository": {
"type": "git",
"url": "git@github.com:react-component/notification.git"
},
"bugs": {
"url": "http://github.com/react-component/notification/issues"
},
"license": "MIT",
"main": "lib/index",
"module": "es/index",
"scripts": {
"start": "cross-env NODE_ENV=development father doc dev --storybook",
"build": "father doc build --storybook",
"compile": "father build && lessc assets/index.less assets/index.css",
"prepublishOnly": "npm run compile && np --yolo --no-publish",
"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
"test": "father test",
"now-build": "npm run build"
},
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"devDependencies": {
"@types/classnames": "^2.2.10",
"@types/enzyme": "^3.10.7",
"@types/jest": "^26.0.4",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"cross-env": "^7.0.0",
"enzyme": "^3.3.0",
"enzyme-to-json": "^3.4.0",
"eslint": "^7.8.1",
"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"
},
"dependencies": {
"@babel/runtime": "^7.10.1",
"classnames": "2.x",
"rc-motion": "^2.2.0",
"rc-util": "^5.0.1"
}
}