-
Notifications
You must be signed in to change notification settings - Fork 89
/
package.json
41 lines (41 loc) · 1.12 KB
/
package.json
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
37
38
39
40
41
{
"name": "react-native-daterange-picker",
"version": "1.5.1",
"description": "Date range and single date picker for React Native (Supports iOS and Android)",
"main": "src/index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/naxulanth/react-native-daterange-picker.git"
},
"keywords": [
"react-native",
"datepicker",
"daterange",
"daterange-picker"
],
"author": "Naxulanth",
"license": "MIT",
"bugs": {
"url": "https://github.com/naxulanth/react-native-daterange-picker/issues"
},
"homepage": "https://github.com/naxulanth/react-native-daterange-picker/",
"dependencies": {
"lodash": "^4.17.19",
"moment": "^2.27.0"
},
"peerDependencies": {
"react": "^16.13.1",
"react-native": "^0.63.2"
},
"devDependencies": {
"@react-native-community/eslint-config": "^2.0.0",
"eslint": "^7.6.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react-hooks": "^4.0.8",
"eslint-plugin-react-native": "^3.8.1",
"prettier": "^2.0.5"
}
}