-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
93 lines (93 loc) · 3.07 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
{
"name": "ReactNativeDemo",
"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": {
"@expo/vector-icons": "^10.0.6",
"@react-native-community/masked-view": "latest",
"@react-native-community/toolbar-android": "latest",
"@softmedialab/react-native-material-textfield": "latest",
"axios": "^0.26.1",
"date-fns": "^2.12.0",
"fbjs": "^3.0.4",
"hoist-non-react-statics": "^3.3.0",
"jetifier": "^1.6.5",
"lodash": "^4.17.21",
"prop-types": "^15.6.2",
"qs": "^6.9.4",
"react": "18.0.0",
"react-native": "^0.64.3",
"react-native-action-button": "^2.8.5",
"react-native-cardview": "^2.0.5",
"react-native-easy-toast": "^1.1.0",
"react-native-elements": "^1.2.7",
"react-native-extended-stylesheet": "^0.12.0",
"react-native-gesture-handler": "1.6.0",
"react-native-grid-list": "latest",
"react-native-hyperlink": "^0.0.19",
"react-native-keyboard-aware-scroll-view": "^0.9.1",
"react-native-linear-gradient": "^2.5.6",
"react-native-loading-spinner-overlay": "^1.1.0",
"react-native-material-ui": "^1.30.1",
"react-native-netinfo": "latest",
"react-native-offline": "^4.1.1",
"react-native-paper": "^4.2.0",
"react-native-permissions": "^2.2.2",
"react-native-reanimated": "2.1.0",
"react-native-safe-area-context": "^0.7.3",
"react-native-screens": "^2.2.0",
"react-native-simple-toast": "^1.0.0",
"react-native-status-bar-height": "^2.2.0",
"react-native-ziggeo-library": "1.6.20",
"react-navigation": "^4.2.2",
"react-navigation-drawer": "^2.7.2",
"react-navigation-props-mapper": "^0.3.0",
"react-navigation-stack": "latest",
"react-navigation-tabs": "^2.8.2",
"react-redux": "^5.1.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"rn-fetch-blob": "^0.12.0",
"validator": "^13.7.0"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@babel/runtime": "^7.8.4",
"@react-native-community/async-storage": "^1.10.0",
"@react-native-community/eslint-config": "^0.0.7",
"axios": "latest",
"babel-jest": "^25.1.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^6.8.0",
"eslint-config-rallycoding": "^3.2.0",
"hoist-non-react-statics": "latest",
"jest": "^25.1.0",
"cavy": "^4.0.1",
"lodash": "latest",
"metro-react-native-babel-preset": "^0.58.0",
"prop-types": "latest",
"react-native-easy-toast": "latest",
"react-native-gesture-handler": "^1.6.0",
"react-native-offline": "latest",
"react-native-render-html": "latest",
"react-native-status-bar-height": "latest",
"react-native-vector-icons": "^6.7.0",
"react-native-webview": "latest",
"react-navigation-props-mapper": "latest",
"react-redux": "latest",
"react-test-renderer": "18.0.0",
"redux": "latest",
"redux-thunk": "latest",
"validator": "latest"
},
"jest": {
"preset": "react-native"
}
}