-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.37 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.37 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
{
"name": "app",
"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 .",
"postinstall": "patch-package"
},
"dependencies": {
"@ant-design/react-native": "^4.2.0",
"@react-native-async-storage/async-storage": "^1.15.8",
"@react-native-community/cameraroll": "^4.0.4",
"@react-native-community/segmented-control": "^2.2.2",
"@react-native-community/slider": "^4.1.7",
"@react-navigation/bottom-tabs": "^5.x",
"@react-navigation/native": "^5.x",
"@react-navigation/stack": "^5.x",
"add": "^2.0.6",
"antd-mobile": "^5.0.0-beta.13",
"axios": "^0.21.4",
"babel-plugin-inline-import": "^3.0.0",
"lottie-ios": "3.2.3",
"lottie-react-native": "^4.1.3",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"prop-types": "^15.7.2",
"react": "17.0.2",
"react-native": "^0.65.1",
"react-native-config": "^1.4.4",
"react-native-easy-toast": "^2.0.0",
"react-native-geolocation-service": "^5.3.0-beta.3",
"react-native-gesture-handler": "^1.10.3",
"react-native-gifted-chat": "^0.16.3",
"react-native-keyboard-aware-scroll-view": "^0.9.4",
"react-native-linear-gradient": "^2.5.6",
"react-native-modal": "^13.0.0",
"react-native-nmap": "^0.0.66",
"react-native-onboarding-swiper": "^1.1.4",
"react-native-pager-view": "^5.4.4",
"react-native-reanimated": "^2.2.2",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.7.2",
"react-native-select-dropdown": "^1.1.0",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "^12.1.1",
"react-native-toast-message": "^2.0.1",
"react-native-vector-icons": "^8.1.0",
"socket.io-client": "^4.3.2",
"styled-components": "^5.3.1",
"yarn": "^1.22.17"
},
"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-config-prettier": "^8.3.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.0",
"react-native-codegen": "^0.0.7",
"react-native-dotenv": "^3.2.0",
"react-native-make": "^1.0.1",
"react-test-renderer": "17.0.2"
},
"jest": {
"preset": "react-native"
}
}