forked from HosseinShabani/react-native-modern-datepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.51 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
{
"name": "react-native-modern-datepicker",
"version": "1.0.0-beta.91",
"description": "A customizable calendar, time & month picker for React Native (including Persian Jalaali calendar & locale)",
"main": "src/index.js",
"scripts": {
"playground": "cd playground && react-native start"
},
"files": [
"src"
],
"author": "Hossein Shabani",
"homepage": "https://hosseinshabani.github.io/react-native-modern-datepicker/",
"repository": {
"type": "git",
"url": "https://github.com/HosseinShabani/react-native-modern-datepicker.git"
},
"bugs": {
"url": "https://github.com/HosseinShabani/react-native-modern-datepicker/issues"
},
"license": "MIT",
"keywords": [
"react",
"react-native",
"react-native-datepicker",
"datepicker",
"calendar",
"react-native-calendar",
"react-native-calendars",
"react-native-persian-calendar",
"react-native-jalaali-calendar",
"time-picker",
"react-native-time-picker",
"month-picker",
"react-native-month-picker",
"persian",
"jalaali",
"react-native-jalaali",
"persian-calendar",
"customizable-datepicker"
],
"dependencies": {
"moment-jalaali": "^0.9.2",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react-native": ">=0.59"
},
"devDependencies": {
"prettier": "^1.18.2",
"@babel/core": "^7.5.5",
"@babel/runtime": "^7.5.5",
"@react-native-community/eslint-config": "^0.0.5",
"eslint": "^6.3.0",
"metro-react-native-babel-preset": "^0.56.0"
}
}