-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.76 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.76 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
54
55
56
57
{
"name": "lumora",
"version": "1.0.0",
"main": "index.js",
"author": {
"name": "Ankur Halder",
"email": "ankur.halder12345@gmail.com"
},
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@babel/plugin-transform-class-properties": "^7.25.9",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.26.6",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/netinfo": "^11.4.1",
"@react-navigation/drawer": "^7.1.1",
"@react-navigation/material-top-tabs": "^7.1.0",
"@react-navigation/native": "^7.0.14",
"@react-navigation/stack": "^7.1.1",
"@xmldom/xmldom": "^0.8.10",
"axios": "^1.8.2",
"expo": "^52.0.28",
"expo-build-properties": "~0.13.2",
"expo-haptics": "^14.0.1",
"expo-image-picker": "~16.0.5",
"expo-notifications": "~0.29.13",
"expo-status-bar": "~2.0.1",
"glob": "^9.3.5",
"lodash": "^4.17.21",
"lottie-react-native": "7.1.0",
"lru-cache": "^11.0.2",
"moment": "^2.30.1",
"react": "18.3.1",
"react-native": "0.76.6",
"react-native-background-fetch": "^4.2.7",
"react-native-fast-image": "^8.6.3",
"react-native-gesture-handler": "~2.20.2",
"react-native-pager-view": "^6.7.0",
"react-native-paper": "^5.13.1",
"react-native-push-notification": "^8.1.1",
"react-native-reanimated": "^3.16.7",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-tab-view": "^4.0.5",
"react-native-vector-icons": "^10.2.0",
"rimraf": "^4.4.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@react-native-community/cli": "^15.1.3"
},
"private": true
}