-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (35 loc) · 731 Bytes
/
package.json
File metadata and controls
36 lines (35 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "react-native-date-ranges",
"version": "2.5.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"dates",
"date ranges",
"single datepicker",
"range datepicker",
"react-native-dates",
"calendar",
"datepickers",
"rn-dates"
],
"author": "louis",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pohsiu/react-native-date-ranges"
},
"dependencies": {
"react": ">=16.0.0-alpha.12",
"moment": "^2.22.1",
"moment-range": "2.2.0",
"prop-types": "^15.6.1"
},
"peerDependencies": {
"react-native": ">=0.41.2"
}
}