This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
136 lines (136 loc) · 5.5 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"main": "./index.js",
"scripts": {
"start": "expo start --dev-client",
"test": "jest",
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"test-with-coverage": "jest --collect-coverage --collect-coverage-from=\"src/**/*.{js,jsx,ts,tsx}\"",
"eas-ios-dev-client": "eas build --no-wait --platform=ios --profile=dev-client",
"eas-android-dev-client": "eas build --no-wait --platform=android --profile=dev-client",
"eas-ios-development": "eas build --no-wait --platform=ios --auto-submit --profile=development",
"eas-android-development": "eas build --no-wait --platform=android --auto-submit --profile=development",
"eas-ios-preview": "eas build --no-wait --platform=ios --auto-submit --profile=preview",
"eas-android-preview": "eas build --no-wait --platform=android --auto-submit --profile=preview",
"eas-ios-production": "eas build --no-wait --platform=ios --auto-submit --profile=production",
"eas-android-production": "eas build --no-wait --platform=android --auto-submit --profile=production",
"make-dev-update": "expo-cli publish --release-channel development",
"make-preview-update": "expo-cli publish --release-channel preview",
"make-prod-update": "expo-cli publish --release-channel prod-v2",
"eas-build-pre-install": "bash -c \"[ ! -z \\\"$EAS_BUILD_NPM_CACHE_URL\\\" ] && sed -i -e \\\"s#https://registry.yarnpkg.com#$EAS_BUILD_NPM_CACHE_URL#g\\\" yarn.lock\" || true"
},
"dependencies": {
"@expo/config-plugins": "^5.0.4",
"@expo/vector-icons": "^13.0.0",
"@jonasmerlin/react-native-markdown-display": "^1.1.0",
"@openspacelabs/react-native-zoomable-view": "^2.0.4",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/netinfo": "9.3.0",
"@react-native-firebase/analytics": "14.11.1",
"@react-native-firebase/app": "14.11.1",
"@react-native-firebase/app-check": "14.11.1",
"@react-native-firebase/auth": "14.11.1",
"@react-native-firebase/crashlytics": "14.11.1",
"@react-native-firebase/firestore": "14.11.1",
"@react-native-firebase/functions": "14.11.1",
"@react-native-firebase/remote-config": "14.11.1",
"@react-native-firebase/storage": "14.11.1",
"@react-native-masked-view/masked-view": "0.2.7",
"@react-native-picker/picker": "2.4.2",
"@react-navigation/bottom-tabs": "6.3.1",
"@react-navigation/core": "6.3.0",
"@react-navigation/native": "6.0.11",
"@react-navigation/native-stack": "6.9.2",
"@react-navigation/stack": "6.2.1",
"@shopify/react-native-skia": "0.1.141",
"@ukdanceblue/db-app-common": "1.0.10",
"expo": "^46.0.0",
"expo-application": "~4.2.2",
"expo-asset": "~8.6.3",
"expo-auth-session": "~3.7.4",
"expo-av": "~12.0.4",
"expo-barcode-scanner": "~11.5.0",
"expo-blur": "~11.2.0",
"expo-build-properties": "~0.3.0",
"expo-calendar": "~10.3.0",
"expo-camera": "~12.5.0",
"expo-clipboard": "~3.1.0",
"expo-constants": "13.2.4",
"expo-dev-client": "~1.3.1",
"expo-device": "~4.3.0",
"expo-document-picker": "~10.3.0",
"expo-file-system": "~14.1.0",
"expo-font": "~10.2.0",
"expo-image-picker": "~13.3.1",
"expo-linking": "~3.2.4",
"expo-notifications": "~0.16.1",
"expo-random": "~12.3.0",
"expo-secure-store": "~11.3.0",
"expo-splash-screen": "~0.16.2",
"expo-status-bar": "~1.4.0",
"expo-updates": "~0.14.7",
"expo-web-browser": "~11.0.0",
"intl": "^1.2.5",
"lodash": "^4.17.21",
"luxon": "^3.0.3",
"lz-string": "^1.4.4",
"native-base": "^3.4.13",
"react": "18.0.0",
"react-native": "0.69.6",
"react-native-calendars": "^1.1289.0",
"react-native-elements": "^3.4.3",
"react-native-fit-image": "^1.5.5",
"react-native-gesture-handler": "~2.5.0",
"react-native-open-maps": "^0.4.0",
"react-native-pager-view": "6.0.0-rc.2",
"react-native-reanimated": "~2.9.1",
"react-native-rss-parser": "^1.5.1",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-shared-element": "0.8.4",
"react-native-super-grid": "^4.1.1",
"react-native-svg": "12.3.0",
"react-native-vector-icons": "^9.2.0",
"react-native-webview": "11.23.0",
"uuid": "3.4.0"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@expo/config": "^7.0.0",
"@faker-js/faker": "^7.6.0",
"@testing-library/jest-native": "^5.3.0",
"@testing-library/react-native": "^11.5.0",
"@types/jest": "^29.2.3",
"@types/lodash": "^4.14.182 ",
"@types/luxon": "3.0.0",
"@types/lz-string": "^1.3.34",
"@types/markdown-it": "^12.2.3",
"@types/react": "~18.0.0",
"@types/react-native": "~0.69.1",
"@types/react-native-rss-parser": "^1.4.0",
"@types/uuid": "^8.3.4",
"@types/xdate": "^0.8.32",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"babel-jest": "^29.3.1",
"eslint": "^8.18.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.5.3",
"eslint-plugin-jsdoc": "^39.3.2",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.0.0",
"expo-cli": "^6.3.10",
"jest": "^29.3.1",
"jest-expo": "^46.0.0",
"metro-babel-register": "^0.71.1",
"react-native-bundle-visualizer": "^3.1.1",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.6.3"
},
"resolutions": {
"@expo/config-plugins": "^5.0.0"
},
"private": true
}