forked from werein/react-native-dates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.02 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"_from": "git+https://github.com/hdvinhhoang/react-native-dates.git",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "",
"_location": "/react-native-dates",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "https://github.com/hdvinhhoang/react-native-dates.git",
"rawSpec": "https://github.com/hdvinhhoang/react-native-dates.git",
"saveSpec": "git+https://github.com/hdvinhhoang/react-native-dates.git",
"fetchSpec": "https://github.com/hdvinhhoang/react-native-dates.git",
"gitCommittish": null
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "git+https://github.com/hdvinhhoang/react-native-dates.git#aa9bc071002cf4e8590a68d0c01f534e1025503f",
"_spec": "https://github.com/hdvinhhoang/react-native-dates.git",
"_where": "/Users/vinhhoang/Documents/works/react-native/myestatemobile",
"author": {
"name": "We're in"
},
"bugs": {
"url": "https://github.com/werein/react-native-dates/issues"
},
"bundleDependencies": false,
"dependencies": {
"moment": "^2.24.0",
"moment-range": "4.0.2"
},
"deprecated": false,
"description": "Date and daterange picker for React Native (iOS and Android)",
"devDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^3.17.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"flow-bin": "^0.41.0"
},
"homepage": "https://github.com/werein/react-native-dates#readme",
"keywords": [
"react",
"react",
"native",
"datepicker",
"calendar",
"daterange",
"picker"
],
"license": "MIT",
"main": "src/index.js",
"name": "react-native-dates",
"peerDependencies": {
"react": "^16.8.6",
"react-native": "^0.60.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/werein/react-native-dates.git"
},
"scripts": {
"eslint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "2.1.0"
}