-
Notifications
You must be signed in to change notification settings - Fork 372
/
package.json
61 lines (61 loc) · 1.39 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
{
"name": "react-native-calendar-picker",
"version": "8.0.5",
"description": "Calendar Picker Component for React Native",
"engines": {
"node": ">=4.0.0"
},
"peerDependencies": {
"date-fns": ">=3.0.0",
"react": "*",
"react-native": "*"
},
"main": "./CalendarPicker",
"scripts": {
"start": "echo \"example folder contains sample app (see README)\" && exit 1",
"test": "echo \"example folder contains the tests (see README)\" && exit 1",
"lint": "eslint CalendarPicker --fix",
"postinstall": "node-git-hooks"
},
"repository": {
"type": "git",
"url": "https://github.com/stephy/CalendarPicker"
},
"keywords": [
"calendar",
"picker",
"calendar",
"picker",
"date",
"picker",
"day",
"picker"
],
"author": {
"name": "Stephani Alves",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/stephy/CalendarPicker/issues"
},
"homepage": "https://github.com/stephy/CalendarPicker",
"maintainers": [
{
"name": "stephy",
"email": "[email protected]"
}
],
"directories": {},
"dependencies": {
"node-git-hooks": "^1.0.1",
"prop-types": "^15.6.0",
"recyclerlistview": "^4.2.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"date-fns": "^3.0.0",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.19.0"
}
}