-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
76 lines (76 loc) · 2.56 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@actbase/react-daum-postcode": "^1.0.1",
"@ant-design/react-native": "^4.2.0",
"@firebase/storage": "^0.9.0",
"@react-native-async-storage/async-storage": "^1.15.11",
"@react-native-community/async-storage": "^1.12.1",
"@react-native-community/datetimepicker": "3.5.2",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/netinfo": "6.0.2",
"@react-native-community/slider": "^4.1.12",
"@react-native-firebase/app": "^13.0.1",
"@react-native-firebase/storage": "^13.0.1",
"@react-native-picker/picker": "2.1.0",
"@react-navigation/native": "^6.0.6",
"@react-navigation/native-stack": "^5.2.5",
"@react-navigation/stack": "^5.14.5",
"antd": "^4.16.13",
"axios": "^0.24.0",
"babel-plugin-import": "^1.13.3",
"expo": "~43.0.0",
"expo-blur": "~10.0.3",
"expo-constants": "~12.1.3",
"expo-document-picker": "~10.0.3",
"expo-file-system": "~13.0.3",
"expo-haptics": "~11.0.3",
"expo-image-manipulator": "~10.1.2",
"expo-image-picker": "~11.0.3",
"expo-image-picker-multiple": "^1.4.1",
"expo-images-picker": "^2.2.3",
"expo-location": "^13.0.4",
"expo-media-library": "~13.0.3",
"expo-sharing": "~10.0.3",
"expo-status-bar": "~1.1.0",
"firebase": "^9.5.0",
"iamport-react-native": "^2.0.0-rc.1",
"install": "^0.13.0",
"native-base": "^3.0.6",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-elements": "^3.4.2",
"react-native-gesture-handler": "~1.10.2",
"react-native-modal": "^13.0.0",
"react-native-modal-datetime-picker": "^13.0.0",
"react-native-pager-view": "^5.4.9",
"react-native-reanimated": "~2.2.0",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.8.0",
"react-native-svg": "12.1.1",
"react-native-unimodules": "^0.14.10",
"react-native-web": "0.17.1",
"react-native-webview": "^11.14.2",
"recoil-react-native": "^0.0.8-patch1",
"stream-chat-expo": "^3.10.1",
"styled-components": "^5.3.0",
"styled-system": "^5.1.5",
"unimodules-permissions-interface": "^6.1.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.14.6",
"@types/react": "~17.0.21",
"@types/react-native": "~0.64.12",
"typescript": "~4.3.5"
},
"private": true
}