-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
118 lines (118 loc) · 3.96 KB
/
package.json
File metadata and controls
118 lines (118 loc) · 3.96 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
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
111
112
113
114
115
116
117
118
{
"name": "Fluidform",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"build-react": "webpack --mode production",
"start-react": "webpack serve --config ./webpack.config.js --mode development",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@native-base/icons": "^0.0.11",
"@react-native-async-storage/async-storage": "^1.17.5",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-firebase/analytics": "16.4.4",
"@react-native-firebase/app": "^16.4.4",
"@react-native-firebase/crashlytics": "16.4.4",
"@react-native-firebase/messaging": "^16.4.4",
"@react-navigation/bottom-tabs": "^6.3.1",
"@react-navigation/drawer": "^6.4.1",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.6.2",
"@react-navigation/stack": "^6.2.1",
"@types/react": "^17.0.2",
"@types/react-native": "^0.67.7",
"axios": "^0.27.2",
"color": "^4.2.3",
"compare-versions": "^5.0.3",
"expo-constants": "^13.1.1",
"expo-font": "^10.1.0",
"expo-linear-gradient": "^11.3.0",
"formik": "^2.2.9",
"lodash": "^4.17.21",
"moment": "^2.29.3",
"moment-timezone": "^0.5.34",
"native-base": "^3.4.19",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-devtools": "^4.14.0",
"react-native": "0.68.2",
"react-native-app-intro-slider": "^4.0.4",
"react-native-appboy-sdk": "^1.40.0",
"react-native-collapsible": "^1.6.0",
"react-native-device-info": "^8.7.1",
"react-native-easy-grid": "^0.2.2",
"react-native-elements": "^3.4.2",
"react-native-error-boundary": "^1.1.16",
"react-native-fast-image": "^8.5.11",
"react-native-flexi-radio-button": "^0.2.2",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.4.2",
"react-native-google-cast": "^4.6.0",
"react-native-htmlview": "^0.16.0",
"react-native-keyboard-manager": "^6.5.4-4",
"react-native-linear-gradient": "^2.5.6",
"react-native-material-ripple": "^0.9.1",
"react-native-orientation-locker": "^1.3.1",
"react-native-pager-view": "^5.4.24",
"react-native-reanimated": "^2.12.0",
"react-native-responsive-image-view": "^2.1.0",
"react-native-responsive-screen": "^1.4.2",
"react-native-safe-area-context": "^4.2.5",
"react-native-screens": "^3.18.2",
"react-native-simple-animations": "^0.3.0",
"react-native-sliders": "^1.1.1",
"react-native-snackbar": "^2.4.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-splash-screen": "^3.3.0",
"react-native-svg": "^12.3.0",
"react-native-swipe-gestures": "^1.0.5",
"react-native-tab-view": "^3.1.1",
"react-native-toast-message": "^2.1.5",
"react-native-vector-icons": "^9.1.0",
"react-native-video": "^5.2.0",
"react-native-video-controls": "^2.8.1",
"react-navigation": "^4.4.4",
"react-redux": "^8.0.2",
"redux": "^4.2.0",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"rn-fetch-blob": "^0.12.0",
"scheduler": "^0.22.0",
"styled-components": "^5.3.5",
"styled-system": "^5.1.5",
"validator": "^13.7.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.18.0",
"@babel/preset-react": "^7.17.12",
"@babel/runtime": "^7.18.0",
"@react-native-community/cli-debugger-ui": "^8.0.0",
"@react-native-community/eslint-config": "^3.0.2",
"babel-jest": "^28.1.0",
"babel-loader": "^8.2.5",
"eslint": "^8.16.0",
"gulp": "^4.0.2",
"gulp-zip": "^5.1.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^28.1.0",
"metro-react-native-babel-preset": "^0.71.0",
"react-test-renderer": "^17.0.2",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0"
},
"overrides": {
"react-native": {
"react-devtools-core": "4.14.0"
}
},
"jest": {
"preset": "react-native"
}
}