-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.27 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.27 KB
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
{
"name": "patang",
"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-community/async-storage": "^1.7.1",
"@react-native-community/datetimepicker": "^2.2.2",
"@react-native-firebase/app": "^8.0.0",
"@react-native-firebase/dynamic-links": "^7.4.1",
"@react-native-firebase/messaging": "^7.2.1",
"@twotalltotems/react-native-otp-input": "^1.2.0",
"axios": "^0.19.1",
"flatted": "^3.0.5",
"native-base": "^2.13.14",
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-animatable": "^1.3.3",
"react-native-aws3": "0.0.9",
"react-native-camera": "^3.17.0",
"react-native-country-picker-modal": "^1.10.0",
"react-native-elements": "^1.2.7",
"react-native-file-type": "0.0.8",
"react-native-flash-message": "^0.1.15",
"react-native-fs": "^2.16.4",
"react-native-gesture-handler": "^1.6.0",
"react-native-image-picker": "^2.3.0",
"react-native-image-resizer": "^1.2.0",
"react-native-linear-gradient": "^2.5.6",
"react-native-material-dropdown": "^0.11.1",
"react-native-progress": "^4.0.3",
"react-native-reanimated": "^1.7.0",
"react-native-router-flux": "^4.0.6",
"react-native-share": "^3.0.0",
"react-native-slider": "^0.11.0",
"react-native-snap-carousel": "^3.8.4",
"react-native-swiper": "^1.6.0",
"react-native-tab-view": "^2.12.0",
"react-native-vector-icons": "^6.6.0",
"react-native-video": "git+https://git@github.com/paddy57/react-native-video-android-cache.git",
"react-native-video-processing": "^1.20.0",
"react-redux": "^7.1.3",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@babel/core": "7.7.7",
"@babel/runtime": "7.7.7",
"@react-native-community/eslint-config": "0.0.5",
"babel-jest": "24.9.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "6.8.0",
"eslint-config-rallycoding": "^3.2.0",
"jest": "24.9.0",
"metro-react-native-babel-preset": "0.56.4",
"react-test-renderer": "16.9.0"
},
"jest": {
"preset": "react-native"
}
}