-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.46 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.46 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
{
"name": "onething",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@google-cloud/local-auth": "^2.1.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-google-signin/google-signin": "^10.0.1",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"@react-oauth/google": "^0.11.1",
"dotenv": "^16.3.1",
"expo": "~49.0.8",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"google-auth-library": "^9.0.0",
"googleapis": "^105.0.0",
"moment": "^2.29.4",
"path": "^0.12.7",
"process": "^0.11.10",
"react": "18.2.0",
"react-countup": "^6.4.2",
"react-icons": "^4.10.1",
"react-native": "0.72.4",
"react-native-date-picker": "^4.2.14",
"react-native-emoji-selector": "^0.2.0",
"react-native-gesture-handler": "^2.12.1",
"react-native-reanimated": "^3.4.2",
"react-native-safe-area-context": "^4.7.1",
"react-native-screens": "^3.24.0"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"expo": {
"android": {
"googleServicesFile": "./google-services.json"
},
"ios": {
"googleServicesFile": "./GoogleService-Info.plist"
},
"plugins": [
"@react-native-google-signin/google-signin"
]
},
"private": true
}