-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.31 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-simple-forms",
"version": "1.0.9",
"description": "Wrapper components for creating forms in React Native.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zharmon2/react-native-simple-forms.git"
},
"keywords": [
"Forms",
"React",
"Native"
],
"author": "Zach Harmon",
"license": "MIT",
"bugs": {
"url": "https://github.com/zharmon2/react-native-simple-forms/issues"
},
"homepage": "https://github.com/zharmon2/react-native-simple-forms#readme",
"peerDependencies": {
"react-native": ">=0.69.9",
"react-native-audio-recorder-player": "^3.6.6",
"react-native-date-picker": "^4.3.6",
"react-native-document-picker": "^9.1.1",
"react-native-dropdown-select-list": "^2.0.5",
"react-native-fs": "^2.20.0",
"react-native-image-picker": "^7.1.0",
"react-native-permissions": "^4.1.2",
"react-native-phone-input": "^1.3.7",
"react-native-signature-canvas": "^4.7.2",
"react-native-vector-icons": "^10.0.3",
"@react-native-picker/picker": "^2.6.1",
"react-native-webview": "^13.8.4",
"react-native-actions-sheet": "^0.9.7",
"react-native-gesture-handler": "^2.20.2"
},
"files": ["index.js", "src/"]
}