-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.95 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
{
"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": {
"@expo-google-fonts/inter": "^0.2.0",
"@expo-google-fonts/kosugi-maru": "^0.2.0",
"@expo-google-fonts/noto-sans-jp": "^0.2.0",
"@expo/vector-icons": "^12.0.0",
"@react-native-async-storage/async-storage": "^1.15.5",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/netinfo": "^6.0.0",
"@react-native-picker/picker": "1.16.1",
"@react-navigation/bottom-tabs": "^5.11.11",
"@react-navigation/drawer": "^5.12.5",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.5",
"@stripe/stripe-react-native": "0.1.4",
"aws-amplify": "^4.1.2",
"aws-amplify-react-native": "^5.0.2",
"aws-sdk": "^2.943.0",
"babel-plugin-dotenv-import": "^2.2.0",
"base64-arraybuffer": "^0.2.0",
"expo": "~42.0.0",
"expo-ads-admob": "~10.1.2",
"expo-app-loading": "^1.1.2",
"expo-file-system": "~11.1.3",
"expo-font": "~9.2.1",
"expo-image-manipulator": "~9.2.2",
"expo-image-picker": "~10.2.2",
"expo-linking": "~2.3.1",
"expo-status-bar": "~1.0.4",
"install": "^0.13.0",
"moment": "^2.29.1",
"npm": "^7.19.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
"react-native-gesture-handler": "~1.10.2",
"react-native-image-picker": "^4.0.5",
"react-native-invertible-scroll-view": "^2.0.0",
"react-native-modal-selector": "^2.0.7",
"react-native-onboarding-swiper": "^1.1.4",
"react-native-reanimated": "~2.2.0",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "~3.4.0",
"react-native-web": "~0.13.12"
},
"devDependencies": {
"@babel/core": "^7.9.0"
},
"private": true
}