-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.29 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.29 KB
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
{
"name": "react-native-hook-form-builder",
"version": "0.11.4",
"description": "Form builder with react native components build with react hook form",
"homepage": "https://github.com/davideddr/react-native-hook-form-builder",
"bugs": {
"url": "https://github.com/davideddr/react-native-hook-form-builder/issues",
"email": "davide.darech@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/davideddr/react-native-hook-form-builder"
},
"main": "index.js",
"directories": {
"lib": "lib"
},
"author": "Da Rech Davide <davide.darech@gmail.com> (https://github.com/davideddr)",
"contributors": [
"Da Rech Davide <davide.darech@gmail.com> (https://github.com/davideddr)",
"Scagno Mattia <mattiascagno@gmail.com> (https://github.com/mattska)",
"Davide Luchetta <luchettad@gmail.com> (https://github.com/ketz86)"
],
"license": "MIT",
"keywords": [
"react",
"react-native",
"react-hook-form"
],
"peerDependencies": {
"@react-native-community/datetimepicker": "^2.3.2",
"prop-types": "*",
"react-hook-form": "^5.6.0",
"react-native-htmlview": "^0.15.0",
"react-native-vector-icons": "^6.6.0",
"yup": "^0.28.4"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-plugin-react-hooks": "^3.0.0"
}
}