forked from santosfamilyfoundation/RuinaMain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.82 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": "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": {
"@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",
"@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": "^3.1.2",
"appcenter-analytics": "^3.1.2",
"appcenter-crashes": "^3.1.2",
"async-wait-until": "^1.2.6",
"axios": "^0.21.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"firebase": "^7.22.0",
"flat": "^5.0.2",
"json2csv": "^5.0.6",
"netinfo": "^0.1.3",
"react": "16.13.1",
"react-dom": "^17.0.1",
"react-native": "0.63.3",
"react-native-camera": "^3.40.0",
"react-native-config": "^0.12.0",
"react-native-firebase": "^5.6.0",
"react-native-fs": "^2.16.6",
"react-native-gesture-handler": "^1.8.0",
"react-native-html-to-pdf": "^0.9.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-pdf": "^6.3.0",
"react-native-reanimated": "^1.13.1",
"react-native-safe-area-context": "^0.6.4",
"react-native-safe-area-view": "^1.1.1",
"react-native-screens": "^2.11.0",
"react-native-svg": "^9.13.3",
"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",
"vin-validator": "^1.0.0",
"xlsx": "^0.16.8"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/runtime": "^7.11.2",
"@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "^25.5.1",
"jest": "^26.6.1",
"metro-react-native-babel-preset": "^0.56.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"
]
}
}