-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.49 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.49 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
{
"version": "0.1.0",
"scripts": {
"start": "expo start",
"build-android": "expo build:android",
"android": "expo run:android",
"ios": "expo run:ios"
},
"rnpm": {
"assets": [
"./src/assets/fonts"
]
},
"dependencies": {
"@expo/vector-icons": "^12.0.0",
"@react-native-picker/picker": "1.16.1",
"@react-navigation/bottom-tabs": "^6.0.5",
"@react-navigation/native": "^6.0.2",
"@react-navigation/native-stack": "^6.1.0",
"@types/qs": "^6.9.7",
"@types/redux-actions": "^2.6.2",
"@types/redux-logger": "^3.0.9",
"axios": "^0.21.4",
"expo": "43.0.1",
"expo-application": "~4.0.0",
"expo-constants": "~12.1.3",
"expo-dev-client": "~0.6.3",
"expo-device": "~4.0.3",
"expo-file-system": "~13.0.3",
"expo-font": "~10.0.3",
"expo-image-manipulator": "~10.1.2",
"expo-image-picker": "~11.0.3",
"expo-linear-gradient": "~10.0.3",
"expo-linking": "~2.4.2",
"expo-location": "~13.0.4",
"expo-notifications": "~0.13.3",
"expo-secure-store": "~11.0.3",
"expo-sharing": "~10.0.3",
"expo-speech": "~10.0.3",
"expo-splash-screen": "~0.13.5",
"expo-status-bar": "~1.1.0",
"expo-task-manager": "~10.0.3",
"expo-updates": "~0.10.13",
"install": "^0.13.0",
"native-base": "^3.2.1",
"qs": "^6.10.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-gesture-handler": "~1.10.2",
"react-native-linear-gradient": "^2.5.6",
"react-native-location": "^2.5.0",
"react-native-maps": "0.28.0",
"react-native-modal": "^13.0.0",
"react-native-number-please": "^1.0.5",
"react-native-reanimated": "~2.2.0",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.8.0",
"react-native-status-bar-height": "^2.6.0",
"react-native-svg": "12.1.1",
"react-native-view-shot": "3.1.2",
"react-native-web": "0.17.1",
"react-native-webview": "^11.13.1",
"react-redux": "^7.2.5",
"redux": "^4.1.1",
"redux-actions": "^2.6.5",
"redux-devtools-extension": "^2.13.9",
"redux-logger": "^3.0.6",
"redux-pender": "^2.0.12",
"sentry-expo": "^4.0.0",
"socket.io-client": "^4.4.0",
"styled-components": "^5.3.1",
"styled-system": "^5.1.5",
"ts-stopwatch": "^0.0.4"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@types/react": "^17.0.34",
"@types/react-native": "^0.66.4",
"typescript": "^4.4.4"
},
"private": true,
"name": "MoyeoRun_Font"
}