-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.66 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
{
"name": "react-native-dynamic-forms",
"main": "index.js",
"version": "1.0.39",
"private": false,
"scripts": {},
"homepage": "https://github.com/chris24elias/react-native-dynamic-forms#readme",
"author": "Chris Elias <chris24elias@gmail.com> (https://github.com/chris24elias)",
"bugs": {
"url": "https://github.com/chris24elias/react-native-dynamic-forms/issues"
},
"dependencies": {
"@eva-design/eva": "^1.3.1",
"@react-native-community/async-storage": "^1.7.1",
"@react-native-community/cameraroll": "^1.3.0",
"@types/yup": "^0.26.27",
"@ui-kitten/components": "^4.3.2",
"@ui-kitten/eva-icons": "^4.3.2",
"formik": "2.0.6",
"native-base": "^2.13.8",
"react-native-elements": "^1.2.7",
"react-native-google-places-autocomplete": "1.3.9",
"react-native-image-picker": "^1.1.0",
"react-native-keyboard-aware-scroll-view": "^0.9.1",
"react-native-safe-area-context": "^0.6.1",
"react-native-safe-area-view": "^1.0.0",
"react-native-sectioned-multi-select": "^0.7.6",
"react-native-svg": "^9.13.6",
"react-native-vector-icons": "^6.6.0",
"yup": "^0.28.0"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@react-native-community/eslint-config": "^0.0.5",
"@types/jest": "^24.0.24",
"@types/react-test-renderer": "16.9.1",
"@typescript-eslint/eslint-plugin": "^2.12.0",
"@typescript-eslint/parser": "^2.12.0",
"babel-jest": "^24.9.0",
"eslint": "^6.5.1",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.56.0",
"react-test-renderer": "16.9.0",
"typescript": "^3.7.3"
},
"prettier": {
"printWidth": 110
}
}