-
Notifications
You must be signed in to change notification settings - Fork 68
/
package.json
53 lines (53 loc) · 1.33 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
{
"name": "react-native-form-builder",
"version": "1.0.16",
"description": "Generate Awesome Forms In an easy way",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bietkul/react-native-form-builder.git"
},
"_npmUser": {
"name": "anjuma",
"email": "kuldepsaxena@155@gmail.com"
},
"author": "Kuldeep Saxena",
"license": "MIT",
"bugs": {
"url": "https://github.com/bietkul/react-native-form-builder/issues"
},
"homepage": "https://github.com/bietkul/react-native-form-builder#readme",
"keywords": [
"android",
"ios",
"react",
"native",
"react-native",
"native-modules",
"form",
"form generator",
"generator",
"builder"
],
"dependencies": {
"fs-extra": "^3.0.1",
"lodash": "^4.17.4",
"print-message": "^2.1.0",
"prop-types": "^15.6.0",
"react-native-i18n": "^2.0.0",
"react-native-keyboard-aware-scroll-view": "^0.8.0"
},
"devDependencies": {
"native-base": "^2.12.0",
"react": "^16.8.0",
"react-native": "0.60.0"
},
"peerDependencies": {
"react-native": ">=0.60.0",
"react": ">=15.5.0",
"native-base": "^2.12.0"
}
}