-
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.62 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.62 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": "chatapp",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@babel/runtime": "^7.26.0",
"@expo/metro-runtime": "~3.2.3",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/stack": "^6.4.1",
"expo": "~51.0.31",
"expo-build-properties": "~0.12.5",
"expo-constants": "~16.0.2",
"expo-dev-client": "~4.0.28",
"expo-device": "~6.0.2",
"expo-font": "~12.0.9",
"expo-image-manipulator": "~12.0.5",
"expo-image-picker": "~15.0.7",
"expo-intent-launcher": "^11.0.1",
"expo-linear-gradient": "^13.0.2",
"expo-local-authentication": "~14.0.1",
"expo-notifications": "~0.28.19",
"expo-status-bar": "~1.12.1",
"firebase": "^10.13.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "^0.74.5",
"react-native-dotenv": "^3.4.11",
"react-native-email-link": "^1.16.1",
"react-native-gesture-handler": "~2.16.1",
"react-native-safe-area-context": "^4.10.5",
"react-native-screens": "^3.31.1",
"react-native-vector-icons": "^10.1.0",
"react-native-web": "~0.19.10"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@expo/metro-config": "^0.18.11",
"babel-plugin-module-resolver": "^5.0.2",
"babel-plugin-transform-remove-console": "^6.9.4",
"install": "^0.13.0",
"npm": "^10.8.2",
"react-native-svg": "^15.2.0",
"react-native-svg-transformer": "^1.5.0"
},
"private": true
}