This repository has been archived by the owner on Aug 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
79 lines (79 loc) · 2.69 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
{
"name": "XinChao",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "node node_modules/react-native/local-cli/cli.js start --reset-cache",
"test": "jest",
"lint": "eslint .",
"debug": "open 'rndebugger://set-debugger-loc?host=localhost&port=8081'"
},
"dependencies": {
"@eva-design/eva": "^2.0.0",
"@gorhom/bottom-sheet": "^2",
"@hookform/resolvers": "^2.4.0",
"@react-native-async-storage/async-storage": "^1.15.4",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/netinfo": "^6.0.0",
"@react-native-google-signin/google-signin": "^6.0.0",
"@react-navigation/bottom-tabs": "^5.11.8",
"@react-navigation/drawer": "^5.12.4",
"@react-navigation/material-bottom-tabs": "^5.3.14",
"@react-navigation/material-top-tabs": "^5.3.14",
"@react-navigation/native": "^5.9.3",
"@react-navigation/stack": "^5.14.3",
"@ui-kitten/components": "^5.0.0",
"@ui-kitten/eva-icons": "^5.0.0",
"axios": "^0.21.1",
"formik": "^2.2.6",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"prop-types": "^15.7.2",
"react": "17.0.1",
"react-hook-form": "^7.4.2",
"react-native": "0.64.1",
"react-native-device-info": "^8.0.2",
"react-native-dotenv": "^2.5.5",
"react-native-flash-message": "^0.1.23",
"react-native-gesture-handler": "^1.10.3",
"react-native-gifted-chat": "^0.16.3",
"react-native-image-picker": "^3.2.1",
"react-native-material-ripple": "^0.9.1",
"react-native-offline": "^5.8.0",
"react-native-paper": "^4.7.2",
"react-native-push-notification": "^7.3.0",
"react-native-raw-bottom-sheet": "^2.2.0",
"react-native-reanimated": "^2.1.0",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^2.18.1",
"react-native-skeleton-placeholder": "^3.0.4",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "^12.1.0",
"react-native-tab-view": "^2.16.0",
"react-native-vector-icons": "^8.1.0",
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"redux-persist": "5.6.12",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"eslint": "7.14.0",
"jest": "^26.6.3",
"react-native-svg-transformer": "^0.14.3",
"react-test-renderer": "17.0.1",
"reactotron-react-native": "^5.0.0",
"redux-devtools-extension": "^2.13.9",
"remote-redux-devtools": "^0.5.16"
},
"jest": {
"preset": "react-native"
}
}