1
+ {
2
+ "name" : " logmein" ,
3
+ "version" : " 0.0.1" ,
4
+ "private" : true ,
5
+ "scripts" : {
6
+ "android" : " react-native run-android" ,
7
+ "ios" : " react-native run-ios" ,
8
+ "start" : " react-native start" ,
9
+ "test" : " jest __tests__" ,
10
+ "lint" : " eslint . --ext .js,.jsx,.ts,.tsx"
11
+ },
12
+ "dependencies" : {
13
+ "@react-native-community/masked-view" : " ^0.1.10" ,
14
+ "@react-navigation/native" : " ^5.5.0" ,
15
+ "@react-navigation/stack" : " ^5.4.1" ,
16
+ "detox" : " ^16.7.1" ,
17
+ "react" : " 16.11.0" ,
18
+ "react-native" : " 0.62.2" ,
19
+ "react-native-elements" : " ^2.0.1" ,
20
+ "react-native-gesture-handler" : " ^1.6.1" ,
21
+ "react-native-reanimated" : " ^1.9.0" ,
22
+ "react-native-safe-area-context" : " ^3.0.2" ,
23
+ "react-native-screens" : " ^2.8.0" ,
24
+ "react-native-vector-icons" : " ^6.6.0" ,
25
+ "react-native-xml2js" : " ^1.0.3"
26
+ },
27
+ "devDependencies" : {
28
+ "@babel/core" : " ^7.10.2" ,
29
+ "@babel/runtime" : " ^7.10.2" ,
30
+ "@react-native-community/eslint-config" : " ^1.0.0" ,
31
+ "@types/jest" : " ^24.0.24" ,
32
+ "@types/react-native" : " ^0.62.0" ,
33
+ "@types/react-test-renderer" : " 16.9.2" ,
34
+ "@typescript-eslint/eslint-plugin" : " ^2.27.0" ,
35
+ "@typescript-eslint/parser" : " ^2.27.0" ,
36
+ "babel-jest" : " ^24.9.0" ,
37
+ "babel-plugin-module-resolver" : " ^4.0.0" ,
38
+ "eslint" : " ^6.5.1" ,
39
+ "identity-obj-proxy" : " ^3.0.0" ,
40
+ "jest" : " ^24.9.0" ,
41
+ "jest-transform-stub" : " ^2.0.0" ,
42
+ "metro-react-native-babel-preset" : " ^0.58.0" ,
43
+ "prettier" : " ^2.0.4" ,
44
+ "react-test-renderer" : " 16.11.0" ,
45
+ "typescript" : " ^3.8.3"
46
+ }
47
+ }
48
+
0 commit comments