-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
52 lines (52 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
{
"name": "react-native-awesome-component",
"version": "0.2.10",
"description": "React Native Awesome Component",
"main": "index.js",
"typings": "./index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/RZulfikri/react-native-awesome-component.git"
},
"keywords": [
"react-native",
"placehoder image",
"placeholder text",
"custom button",
"custom header",
"custom alert",
"custom text input",
"custom date picker",
"custom select",
"connection handler",
"useful method"
],
"scripts": {},
"author": "Rahmat Zulfikri",
"dependencies": {
"formik": "^2.2.6",
"lodash": "^4.17.11",
"prop-types": "^15.7.2",
"rn-placeholder": "3.0.3",
"moment-timezone": "^0.5.27",
"react-native-date-picker": "^3.2.3",
"styled-components": "^4.3.2",
"react-native-iphone-x-helper": "^1.2.1",
"react-native-vector-icons": "^7.0.0",
"@react-native-community/netinfo": "^5.6.2",
"react-native-dropdownalert": "^4.2.0",
"react-native-modal": "^11.4.0",
"world-countries": "^2.1.0",
"url": "0.11.0",
"yup": "^0.32.8"
},
"devDependencies": {},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/RZulfikri/react-native-awesome-component/issues"
},
"homepage": "https://github.com/RZulfikri/react-native-awesome-component#readme",
"directories": {
"doc": "doc"
}
}