-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
68 lines (68 loc) · 1.47 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
{
"name": "react-native-persian-calendar-picker",
"version": "3.1.1",
"description": "Persian (Jalaali) Calendar Picker Component for React Native",
"main": "src/index.js",
"scripts": {
"pretest": "npm run lint",
"lint": "eslint .",
"test": "eslint ."
},
"files": [
"src/"
],
"keyword": [
"persian",
"jalaali",
"calendar",
"picker",
"date",
"react",
"react-native",
"ios",
"android"
],
"author": {
"name": "Reza Ghorbani",
"email": "[email protected]"
},
"license": "MIT",
"lint-staged": {
"*.{js,json,css,md}": [
"eslint --fix",
"git add"
]
},
"dependencies": {
"moment-jalaali": "^0.7.4",
"prop-types": "^15.7.2",
"react-native-common": "^3.1.0",
"uuid": "3.2.1"
},
"devDependencies": {
"babel-preset-react": "^6.24.1",
"babel-preset-react-native": "^4.0.0",
"eslint": "^5.6.0",
"eslint-config-kajoo": "^1.2.0",
"husky": "^1.3.1",
"lint-staged": "^8.1.5"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"homepage": "https://github.com/rghorbani/react-native-persian-calendar-picker",
"bugs": {
"url": "https://github.com/rghorbani/react-native-persian-calendar-picker/issues"
},
"contributors": [
{
"name": "rghorbani",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/rghorbani/react-native-persian-calendar-picker"
}
}