forked from opsrampjoe/react-date-range
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
81dec6e
commit 0abcdb3
Showing
15 changed files
with
1,022 additions
and
2,559 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "react-date-range", | ||
"version": "1.0.0-beta", | ||
"description": "A React component for choosing dates and date ranges.", | ||
"name": "react-date-time-range-picker", | ||
"version": "1.0.18", | ||
"description": "A React component for choosing date and time ranges.", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"dev": "NODE_ENV=development & webpack-dev-server --hot --inline", | ||
|
@@ -23,24 +23,26 @@ | |
"contributors": [ | ||
"Burak Can <[email protected]> (https://github.com/burakcan)", | ||
"Mehmet Kamil Morcay <[email protected]> (https://github.com/mkg0)", | ||
"Engin Semih Basmacı <semih.basmaci@gmail.com> (https://github.com/mortargrind)" | ||
"Joseph R B Taylor <joseph.taylor@opsramp.com> (https://github.com/opsrampjoe)" | ||
], | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "http://github.com/Adphorus/react-date-range" | ||
"url": "https://github.com/opsramp/react-date-range" | ||
}, | ||
"bugs": { | ||
"url": "http://github.com/Adphorus/react-date-range/issues" | ||
"url": "http://github.com/opsramp/react-date-range/issues" | ||
}, | ||
"dependencies": { | ||
"classnames": "^2.2.1", | ||
"date-fns": "2.0.0-alpha.7", | ||
"postcss": "^7.0.27", | ||
"postcss-cli": "^7.1.0", | ||
"prop-types": "^15.5.10", | ||
"react-list": "^0.8.8" | ||
}, | ||
"peerDependencies": { | ||
"react": "^0.14 || ^15.0.0-rc || >=15.0" | ||
"react": "16.13.0" | ||
}, | ||
"devDependencies": { | ||
"autoprefixer": "^7.2.4", | ||
|
@@ -65,14 +67,12 @@ | |
"html-webpack-plugin": "^2.30.1", | ||
"jest": "^22.1.4", | ||
"normalize.css": "^7.0.0", | ||
"postcss": "^7.0.1", | ||
"postcss-cli": "^6.0.0", | ||
"postcss-import": "^11.0.0", | ||
"postcss-loader": "^2.0.10", | ||
"postcss-import": "^12.0.1", | ||
"postcss-loader": "^3.0.0", | ||
"precss": "^2.0.0", | ||
"prettier": "^1.9.2", | ||
"react": "^16.2.0", | ||
"react-dom": "^16.2.0", | ||
"react": "^16.13.0", | ||
"react-dom": "^16.13.0", | ||
"react-hot-loader": "^3.1.3", | ||
"style-loader": "^0.19.1", | ||
"webpack": "^3.10.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.