-
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.69 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.69 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": "homesphere",
"license": "0BSD",
"version": "1.0.0",
"main": "./src/index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/metro-runtime": "~4.0.0",
"@firebase/auth": "^1.8.1",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-community/datetimepicker": "^8.2.0",
"@react-native-firebase/app": "^19.0.0",
"@react-native-firebase/auth": "^19.0.0",
"@react-native-firebase/firestore": "^19.0.0",
"@react-native-google-signin/google-signin": "^13.1.0",
"@react-native-picker/picker": "^2.9.0",
"@react-navigation/native": "^7.0.2",
"@react-navigation/native-stack": "^7.0.0",
"@react-navigation/stack": "^7.0.2",
"axios": "^1.7.7",
"expo": "^52.0.7",
"expo-auth-session": "~6.0.0",
"expo-splash-screen": "~0.29.11",
"expo-status-bar": "~2.0.0",
"firebase": "^11.0.2",
"moment": "^2.30.1",
"react": "18.3.1",
"react-datepicker": "^7.5.0",
"react-dom": "18.3.1",
"react-native": "^0.76.2",
"react-native-date-picker": "^5.0.7",
"react-native-dotenv": "^3.4.11",
"react-native-gesture-handler": "~2.20.2",
"react-native-modal-datetime-picker": "^18.0.0",
"react-native-reanimated": "^3.16.1",
"react-native-safe-area-context": "^4.12.0",
"react-native-screens": "~4.1.0",
"react-native-toast-message": "^2.2.1",
"react-native-web": "~0.19.13",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-react": "^7.25.9",
"@react-native-community/cli": "latest"
},
"private": true
}