-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 2.01 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
{
"name": "myapp",
"version": "1.0.0",
"scripts": {
"start": "npx expo start --dev-client",
"web": "npx expo start --web",
"android": "npx expo run:android --device",
"ios": "npx expo run:ios --device",
"expo-prebuild": "npx expo prebuild --clean",
"expo-env": "npx expo-env-info",
"expo-fix": "npx expo doctor --fix-dependencies"
},
"dependencies": {
"@expo/config-plugins": "~6.0.0",
"@expo/webpack-config": "^18.0.1",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-firebase/app": "^17.0.0",
"@react-native-firebase/auth": "^17.0.0",
"@react-native-firebase/firestore": "^17.0.0",
"@react-native-google-signin/google-signin": "^9.0.2",
"@react-navigation/bottom-tabs": "^6.3.3",
"@react-navigation/native": "^6.0.12",
"@react-navigation/stack": "^6.3.1",
"camelize": "^1.0.0",
"deepmerge": "^4.2.2",
"expo": "~48.0.6",
"expo-barcode-scanner": "~12.3.2",
"expo-camera": "~13.2.1",
"expo-dev-client": "~2.1.5",
"expo-localization": "~14.1.1",
"expo-navigation-bar": "~2.1.1",
"expo-splash-screen": "~0.18.1",
"expo-status-bar": "~1.4.2",
"expo-system-ui": "~2.2.1",
"firebase": "^9.16.0",
"i18n-js": "^4.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.3",
"react-native-gesture-handler": "~2.9.0",
"react-native-paper": "^5.3.1",
"react-native-qrcode-svg": "^6.1.2",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-web": "^0.18.12",
"socket.io-client": "^4.5.4",
"typescript": "^4.9.4"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@types/react": "~18.0.24",
"babel-plugin-module-resolver": "^5.0.0",
"babel-preset-expo": "^9.2.2",
"eslint-plugin-react-hooks": "^4.6.0"
},
"private": true,
"peerDependencies": {
"@babel/preset-env": "^7.1.6",
"eslint": "^8.0.0",
"expo-modules-autolinking": "~1.1.0",
"react-native-vector-icons": "^9.2.0"
}
}