-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 3.07 KB
/
package.json
File metadata and controls
100 lines (100 loc) · 3.07 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "aashray",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"android": "expo run:android",
"ios": "expo run:ios",
"start": "expo start",
"prebuild": "expo prebuild",
"lint": "eslint \"**/*.{js,jsx,ts,tsx}\" && prettier -c \"**/*.{js,jsx,ts,tsx,json}\"",
"format": "eslint \"**/*.{js,jsx,ts,tsx}\" --fix && prettier \"**/*.{js,jsx,ts,tsx,json}\" --write",
"web": "expo start --web"
},
"dependencies": {
"@expo/metro-runtime": "^6.1.2",
"@expo/vector-icons": "^15.0.2",
"@gorhom/bottom-sheet": "^5.0.6",
"@react-native-community/datetimepicker": "8.4.4",
"@react-native-firebase/app": "^22.1.0",
"@react-native-firebase/messaging": "^22.1.0",
"@react-navigation/bottom-tabs": "^7.3.10",
"@react-navigation/elements": "^2.3.8",
"@react-navigation/native": "^7.1.6",
"@sentry/react-native": "~7.2.0",
"@shopify/flash-list": "2.0.2",
"@tanstack/react-query": "^5.54.1",
"axios": "^1.6.8",
"expo": "^54.0.9",
"expo-application": "~7.0.7",
"expo-blur": "~15.0.7",
"expo-build-properties": "~1.0.9",
"expo-clipboard": "~8.0.7",
"expo-constants": "~18.0.9",
"expo-dev-client": "~6.0.12",
"expo-device": "~8.0.8",
"expo-file-system": "~19.0.14",
"expo-font": "~14.0.8",
"expo-haptics": "~15.0.7",
"expo-image-picker": "~17.0.8",
"expo-linking": "~8.0.8",
"expo-notifications": "~0.32.11",
"expo-router": "~6.0.7",
"expo-splash-screen": "~31.0.10",
"expo-updates": "~29.0.13",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"nativewind": "latest",
"react": "19.1.0",
"react-native": "0.81.4",
"react-native-calendars": "^1.1305.0",
"react-native-edge-to-edge": "1.6.0",
"react-native-gesture-handler": "~2.28.0",
"react-native-keyboard-controller": "1.18.5",
"react-native-mmkv": "^3.3.0",
"react-native-modal-datetime-picker": "18.0.0",
"react-native-qrcode-styled": "^0.3.2",
"react-native-razorpay": "^2.3.0",
"react-native-reanimated": "~4.1.0",
"react-native-safe-area-context": "5.6.1",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-toast-message": "^2.2.1",
"react-native-worklets": "^0.5.1",
"zustand": "^5.0.6"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@expo/ngrok": "^4.1.3",
"@types/react": "~19.1.0",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"eas-build-cache-provider": "^16.4.2",
"eslint": "^8.57.0",
"eslint-config-universe": "^12.0.1",
"expo-atlas": "^0.4.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.0",
"typescript": "~5.9.2"
},
"overrides": {
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native-safe-area-context": "5.6.1"
},
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"exclude": [
"react-native-razorpay"
]
}
}
},
"eslintConfig": {
"extends": "universe/native",
"root": true
},
"private": true
}