-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
94 lines (94 loc) · 3.07 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
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
{
"name": "fhir-dashboard",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eas-build-on-success": "npx bugsnag-eas-build-on-success"
},
"dependencies": {
"@bugsnag/expo": "^49.0.0",
"@config-plugins/react-native-blob-util": "^6.0.0",
"@config-plugins/react-native-pdf": "^6.0.0",
"@expo-google-fonts/alata": "^0.2.3",
"@expo-google-fonts/inter": "^0.2.3",
"@hookform/error-message": "^2.0.1",
"@react-native-community/datetimepicker": "7.2.0",
"@react-native-community/netinfo": "9.3.10",
"@react-native-masked-view/masked-view": "0.2.9",
"@react-native-picker/picker": "2.4.10",
"@react-navigation/drawer": "^6.6.6",
"@shopify/flash-list": "1.4.3",
"@stripe/stripe-react-native": "0.28.0",
"@tanstack/react-query": "^5.7.2",
"ajv": "^8.12.0",
"expo": "~49.0.13",
"expo-app-loading": "^2.1.1",
"expo-application": "~5.3.0",
"expo-blur": "~12.4.1",
"expo-build-properties": "^0.8.3",
"expo-constants": "~14.4.2",
"expo-crypto": "~12.4.1",
"expo-dev-client": "~2.4.12",
"expo-device": "~5.4.0",
"expo-file-system": "~15.4.5",
"expo-font": "~11.4.0",
"expo-haptics": "~12.4.0",
"expo-image": "~1.3.5",
"expo-image-picker": "~14.3.2",
"expo-linear-gradient": "~12.3.0",
"expo-linking": "~5.0.2",
"expo-notifications": "~0.20.1",
"expo-pixi": "^2.1.1",
"expo-router": "^2.0.0",
"expo-secure-store": "~12.3.1",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"little-state-machine": "^4.8.0",
"pdf-lib": "^1.17.1",
"react": "18.2.0",
"react-hook-form": "^7.47.0",
"react-native": "0.72.6",
"react-native-blob-util": "^0.19.4",
"react-native-gesture-handler": "~2.12.0",
"react-native-modal": "^13.0.1",
"react-native-pdf": "^6.7.1",
"react-native-reanimated": "~3.3.0",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@bugsnag/plugin-expo-eas-sourcemaps": "^49.0.0",
"@bugsnag/source-maps": "^2.3.1",
"@react-native-community/eslint-config": "^3.2.0",
"@tanstack/eslint-plugin-query": "^4.36.1",
"@types/react": "^18.2.28",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"ajv": "^8.12.0",
"eslint": "^8.51.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-airbnb": "^0.0.1-security",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.1.0",
"typescript": "^5.2.2"
},
"private": true,
"overrides": {
"@expo/config-plugins": "~7.2.2",
"@expo/prebuild-config": "~6.2.4"
},
"resolutions": {
"@expo/config-plugins": "~7.2.2",
"@expo/prebuild-config": "~6.2.4"
}
}