-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
110 lines (110 loc) · 3.57 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "Ruina",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"postinstall": "react-native link",
"iPad": "react-native run-ios --simulator='iPad (7th generation)'"
},
"dependencies": {
"@benjeau/react-native-draw": "^0.7.0",
"@benjeau/react-native-draw-extras": "^0.1.0",
"@eva-design/eva": "^1.3.2",
"@react-native-community/async-storage": "^1.12.0",
"@react-native-community/geolocation": "^2.0.2",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/netinfo": "^5.9.7",
"@react-native-community/progress-bar-android": "^1.0.4",
"@react-native-community/progress-view": "^1.2.4",
"@react-native-community/slider": "^4.2.0",
"@ui-kitten/components": "4.4.0-beta.3",
"@ui-kitten/eva-icons": "4.4.0-beta.3",
"anyline-ocr-react-native-module": "^19.0.0",
"appcenter": "^4.3.0",
"appcenter-analytics": "^4.3.0",
"appcenter-crashes": "^4.3.0",
"async-wait-until": "^1.2.6",
"axios": "^0.21.2",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"expo": ">=44.0.0-0 <45.0.0",
"expo-file-system": "~13.1.4",
"flat": "^5.0.2",
"html-table-to-json": "^1.0.0",
"json2csv": "^5.0.6",
"native-base": "^3.2.1",
"netinfo": "^0.1.3",
"react": "16.13.1",
"react-dom": "^17.0.1",
"react-native": "^0.66.1",
"react-native-autocomplete-dropdown": "^1.1.4",
"react-native-blob-util": "^0.13.16",
"react-native-camera": "^3.40.0",
"react-native-config": "^0.12.0",
"react-native-fs": "^2.16.6",
"react-native-gesture-handler": "^1.8.0",
"react-native-html-to-pdf": "^0.9.1",
"react-native-image-picker": "^4.7.1",
"react-native-mail": "^6.0.0",
"react-native-maps": "0.27.1",
"react-native-masked-view": "^0.2.0",
"react-native-material-dialog": "^0.7.7",
"react-native-multi-selectbox": "^1.5.0",
"react-native-multiple-select": "^0.5.7",
"react-native-openalpr": "^2.2.0",
"react-native-pdf": "^6.3.0",
"react-native-safe-area-context": "^3.3.2",
"react-native-safe-area-view": "^1.1.1",
"react-native-screens": "^2.11.0",
"react-native-sectioned-multi-select": "^0.8.1",
"react-native-svg": "^12.1.1",
"react-native-uuid": "^1.4.9",
"react-native-uuid-generator": "^6.1.1",
"react-native-vector-icons": "^7.1.0",
"react-navigation": "^4.4.2",
"react-navigation-stack": "^2.8.4",
"react-redux": "^7.2.1",
"redux": "^4.0.5",
"rn-fetch-blob": "github:joltup/rn-fetch-blob#pull/701/head",
"sinon": "^9.2.1",
"styled-components": "^5.3.1",
"styled-system": "^5.1.5",
"uuid-random": "^1.3.2",
"vin-validator": "^1.0.0",
"xlsx": "^0.17.0"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/preset-flow": "^7.16.5",
"@babel/runtime": "^7.16.5",
"@babel/traverse": "^7.16.5",
"@react-native-community/eslint-config": "^3.0.1",
"babel-jest": "^27.3.1",
"jest": "^27.3.1",
"metro-react-native-babel-preset": "^0.59.0",
"react-test-renderer": "16.9.0",
"redux-devtools-extension": "^2.13.8"
},
"jest": {
"preset": "react-native",
"transformIgnorePatterns": [],
"setupFiles": [
"./node_modules/react-native-gesture-handler/jestSetup.js"
],
"setupFilesAfterEnv": [
"<rootDir>/setupTest.js",
"./__mocks__/mockFirebase.js"
]
},
"expo": {
"autolinking": {
"exclude": [
"react-native-reanimated"
]
}
}
}