-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 3 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "k1000",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.15.6",
"@react-native-clipboard/clipboard": "^1.9.0",
"@react-native-community/datetimepicker": "^3.5.2",
"@react-native-community/geolocation": "^2.0.2",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-masked-view/masked-view": "^0.2.6",
"@react-native-picker/picker": "^1.16.4",
"@react-navigation/bottom-tabs": "^5.11.11",
"@react-navigation/drawer": "^5.9.3",
"@react-navigation/native": "^5.9.3",
"@react-navigation/stack": "^5.14.3",
"axios": "^0.21.4",
"firebase": "^8.9.1",
"hermes-engine": "^0.10.0",
"lodash": "^4.17.21",
"react": "17.0.1",
"react-hook-form": "^7.27.1",
"react-native": "^0.64.4",
"react-native-barcode-mask": "^1.2.4",
"react-native-camera": "^4.2.1",
"react-native-chart-kit": "^6.12.0",
"react-native-collapsible": "^1.6.0",
"react-native-config": "^1.4.6",
"react-native-currency-input": "^1.0.1",
"react-native-flash-message": "^0.1.23",
"react-native-geocoding": "^0.5.0",
"react-native-gesture-handler": "1.10.3",
"react-native-google-places-autocomplete": "^2.3.0",
"react-native-image-crop-picker": "^0.36.2",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-linear-gradient": "^2.5.6",
"react-native-maps": "0.28.0",
"react-native-modal": "^11.7.0",
"react-native-navigation-bar-color": "^2.0.1",
"react-native-page-scrollview": "^1.0.2",
"react-native-pager-view": "^5.4.7",
"react-native-reanimated": "2.0.1",
"react-native-responsive-fontsize": "^0.5.1",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "3.4.0",
"react-native-size-matters": "^0.4.0",
"react-native-skeleton-placeholder": "^5.0.0",
"react-native-snackbar": "^2.4.0",
"react-native-svg": "^12.1.1",
"react-native-svg-transformer": "^0.14.3",
"react-native-tab-view": "^3.1.1",
"react-native-text-input-mask": "^3.1.4",
"react-native-translucent-modal": "^1.1.2",
"react-native-webview": "^11.14.0",
"react-number-format": "^4.9.1",
"react-redux": "^7.2.4",
"redux": "^4.1.1",
"redux-thunk": "^2.3.0",
"shell-quote": "^1.7.3",
"styled-system": "^5.1.5",
"toggle-switch-react-native": "^3.3.0",
"util": "^0.12.4",
"victory-native": "^36.3.2"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "7.14.0",
"jest": "^26.6.3",
"jetifier": "^2.0.0",
"metro-react-native-babel-preset": "^0.64.0",
"react-test-renderer": "17.0.1"
},
"jest": {
"preset": "react-native"
}
}