-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
61 lines (61 loc) · 1.97 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
{
"name": "react-native-form0",
"version": "0.0.196",
"description": "Build model based simple forms for React Native",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sharathchandramg/react-native-formo.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/sharathchandramg/react-native-formo/issues"
},
"homepage": "https://github.com/sharathchandramg/react-native-formo#readme",
"dependencies": {
"react-native-image-zoom-viewer": "3.0.1"
},
"devDependencies": {
"prop-types": "15.7.2",
"@babel/core": "7.11.0",
"@babel/runtime": "7.11.0",
"@react-native-community/eslint-config": "2.0.0",
"babel-jest": "26.2.2",
"jest": "26.2.2",
"metro-react-native-babel-preset": "0.61.0",
"react": "16.9.0",
"react-native": "0.61.0",
"react-test-renderer": "16.9.0"
},
"peerDependencies": {
"react": ">=17.0.2",
"react-native": ">=0.66.0",
"lodash": ">=4.17.21",
"mathjs": ">=11.11.1",
"moment": ">=2.29.4",
"native-base": ">=3.3.1",
"react-native-android-location-enabler": ">=1.2.2",
"react-native-fast-image": ">=8.6.3",
"react-native-geolocation-service": ">=5.3.1",
"react-native-image-crop-picker": ">=0.40.0",
"react-native-js-bottom-sheet": ">=1.1.0",
"react-native-vector-icons": ">=7.0.0",
"react-timer-mixin": ">=0.13.4",
"recyclerlistview": ">=4.2.0",
"shortid": ">=2.2.16",
"filtrex": ">=2.0.0",
"react-native-document-picker": ">=9.0.1",
"react-native-signature-capture": ">=0.4.12",
"react-native-camera": ">=4.2.1",
"@react-native-picker/picker": ">=2.5.1",
"react-native-linear-gradient": ">=2.8.3",
"react-native-action-button": ">=2.8.5",
"@react-native-community/datetimepicker": ">=7.4.2",
"react-native-modal-datetime-picker": ">=17.1.0",
"json-templater": ">=1.2.0"
}
}