Skip to content

Commit

Permalink
Merge b27806b into c96095a
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeywithacupcake committed Apr 25, 2018
2 parents c96095a + b27806b commit b4f7575
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 11 deletions.
34 changes: 33 additions & 1 deletion README.md
@@ -1,8 +1,10 @@
# RSUITE

[![npm](https://badge.fury.io/js/rsuite.svg)](https://www.npmjs.com/package/rsuite)
[![npm](https://badge.fury.io/js/rsuite.svg)](https://www.npmjs.com/package/rsuite)
[![Travis](https://travis-ci.org/rsuite/rsuite.svg?branch=master)](https://travis-ci.org/rsuite/rsuite)
[![Coverage Status](https://coveralls.io/repos/github/rsuite/rsuite/badge.svg?branch=next)](https://coveralls.io/github/rsuite/rsuite?branch=next)
[![Backers on Open Collective](https://opencollective.com/rsuite/backers/badge.svg)](#backers)
[![Sponsors on Open Collective](https://opencollective.com/rsuite/sponsors/badge.svg)](#sponsors)

[![Discord](https://img.shields.io/badge/Discord-Join%20chat%20%E2%86%92-738bd7.svg)](https://discord.gg/GmPXTH3)

Expand Down Expand Up @@ -72,6 +74,36 @@ Please read through our [contributing guidelines](https://github.com/rsuite/rsui

Editor preferences are available in the [.prettierrc](https://github.com/rsuite/rsuite/wiki/.prettierrc) for easy use in common text editors. Read more and download plugins at https://prettier.io/.

### Contributors

This project exists thanks to all the people who contribute. [[Contribute](https://github.com/rsuite/rsuite/blob/master/CONTRIBUTING.md)].
<a href="graphs/contributors"><img src="https://opencollective.com/rsuite/contributors.svg?width=890&button=false" /></a>


### Backers

Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/rsuite#backer)]

<a href="https://opencollective.com/rsuite#backers" target="_blank"><img src="https://opencollective.com/rsuite/backers.svg?width=890"></a>


### Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/rsuite#sponsor)]

<a href="https://opencollective.com/rsuite/sponsor/0/website" target="_blank"><img src="https://opencollective.com/rsuite/sponsor/0/avatar.svg"></a>
<a href="https://opencollective.com/rsuite/sponsor/1/website" target="_blank"><img src="https://opencollective.com/rsuite/sponsor/1/avatar.svg"></a>
<a href="https://opencollective.com/rsuite/sponsor/2/website" target="_blank"><img src="https://opencollective.com/rsuite/sponsor/2/avatar.svg"></a>
<a href="https://opencollective.com/rsuite/sponsor/3/website" target="_blank"><img src="https://opencollective.com/rsuite/sponsor/3/avatar.svg"></a>
<a href="https://opencollective.com/rsuite/sponsor/4/website" target="_blank"><img src="https://opencollective.com/rsuite/sponsor/4/avatar.svg"></a>
<a href="https://opencollective.com/rsuite/sponsor/5/website" target="_blank"><img src="https://opencollective.com/rsuite/sponsor/5/avatar.svg"></a>
<a href="https://opencollective.com/rsuite/sponsor/6/website" target="_blank"><img src="https://opencollective.com/rsuite/sponsor/6/avatar.svg"></a>
<a href="https://opencollective.com/rsuite/sponsor/7/website" target="_blank"><img src="https://opencollective.com/rsuite/sponsor/7/avatar.svg"></a>
<a href="https://opencollective.com/rsuite/sponsor/8/website" target="_blank"><img src="https://opencollective.com/rsuite/sponsor/8/avatar.svg"></a>
<a href="https://opencollective.com/rsuite/sponsor/9/website" target="_blank"><img src="https://opencollective.com/rsuite/sponsor/9/avatar.svg"></a>



## License

[MIT license](https://github.com/rsuite/rsuite/blob/master/LICENSE)
42 changes: 32 additions & 10 deletions package.json
Expand Up @@ -18,35 +18,49 @@
"tdd": "karma start",
"test": "npm run lint && NODE_ENV=coverage karma start --single-run",
"coveralls": "cat ./coverage/lcov/lcov.info | ./node_modules/.bin/coveralls",
"flow": "flow"
"flow": "flow",
"postinstall": "opencollective postinstall"
},
"keywords": ["react", "rsuite", "component", "react-component"],
"keywords": [
"react",
"rsuite",
"component",
"react-component"
],
"author": "HYPERS Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:rsuite/rsuite.git"
},
"files": ["CHANGELOG.md", "README.md", "dist", "lib", "src", "styles"],
"files": [
"CHANGELOG.md",
"README.md",
"dist",
"lib",
"src",
"styles"
],
"dependencies": {
"classnames": ">=2.0.0",
"dom-lib": "^1.0.0",
"lodash": "^4.11.1",
"opencollective": "^1.0.3",
"prop-types": "^15.6.0",
"react-flow-types": "^0.2.0-beta.6",
"recompose": "^0.26.0",
"rsuite-utils": "^1.0.0",
"rsuite-cascader": "^3.0.0",
"rsuite-checkpicker": "^3.0.0",
"rsuite-selectpicker": "^3.0.0",
"rsuite-checktreepicker": "^3.0.3",
"rsuite-datepicker": "^3.0.0",
"rsuite-daterangepicker": "^3.0.0",
"rsuite-checktreepicker": "^3.0.3",
"rsuite-treepicker": "^3.0.1",
"rsuite-intl": "^1.0.4",
"rsuite-notification": "^3.0.2",
"rsuite-schema": "0.0.11",
"rsuite-selectpicker": "^3.0.0",
"rsuite-table": "^3.0.0",
"rsuite-schema": "0.0.11"
"rsuite-treepicker": "^3.0.1",
"rsuite-utils": "^1.0.0"
},
"peerDependencies": {
"react": "^0.14.9 || >=15.3.0",
Expand Down Expand Up @@ -113,5 +127,13 @@
"webpack-cli": "^2.0.14",
"webpack-dev-server": "^2.3.0"
},
"browserslist": ["> 1%", "last 2 versions", "ie >= 9"]
}
"browserslist": [
"> 1%",
"last 2 versions",
"ie >= 9"
],
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/rsuite"
}
}

0 comments on commit b4f7575

Please sign in to comment.