-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
176 lines (176 loc) · 6.26 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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
{
"name": "ef-app_react-native",
"version": "1.0.0",
"main": "src/index.tsx",
"homepage": "https://eurofurence.github.io/ef-app_react-native/",
"contributors": [
{
"name": "requinard"
},
{
"name": "PazuzuEU"
},
{
"name": "Luchs (pinselohrkater)"
}
],
"license": "MIT",
"scripts": {
"start": "expo start",
"dev-client": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint",
"lint:depcheck": "depcheck",
"lint:unimported": "pnpm exec unimported",
"test": "jest",
"eas-build-post-install": "tsc --noEmit && pnpm lint",
"bundle:android": "pnpm bundle:android:production",
"bundle:android:development": "eas build --platform android --profile development",
"bundle:android:preview": "eas build --platform android --profile preview",
"bundle:android:production": "eas build --platform android --profile production",
"bundle:web": "expo export:web",
"submit:android": "eas submit --platform android",
"submit:web": "gh-pages -d web-build",
"local:android": "pnpm local:android:preview",
"local:android:development": "pnpm exec eas build --platform android --profile development --local",
"local:android:preview": "pnpm exec eas build --platform android --profile preview --local",
"local:android:production": "pnpm exec eas build --platform android --profile production --local",
"local:ios": "pnpm local:ios:preview",
"local:ios:development": "pnpm exec eas build --platform ios --profile development --local",
"local:ios:preview": "pnpm exec eas build --platform ios --profile preview --local",
"local:ios:production": "pnpm exec eas build --platform ios --profile production --local",
"logcat": "adb logcat \\*:S ce.connavigato:\\* ReactNativeJS:\\* -e \"^(?!.*(Invalid ID))\""
},
"resolutions": {
"react-error-overlay": "6.0.9"
},
"dependencies": {
"@expo/metro-runtime": "~3.2.3",
"@expo/vector-icons": "^14.0.0",
"@gorhom/bottom-sheet": "^4.4.7",
"@hookform/resolvers": "^3.1.1",
"@openspacelabs/react-native-zoomable-view": "^2.1.6",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-firebase/analytics": "^18.3.0",
"@react-native-firebase/app": "^18.3.0",
"@react-native-picker/picker": "2.7.5",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/core": "^6.4.9",
"@react-navigation/material-top-tabs": "^6.6.13",
"@react-navigation/native": "^6.1.7",
"@react-navigation/stack": "^6.3.17",
"@reduxjs/toolkit": "^1.9.5",
"@sentry/react-native": "~5.22.0",
"@shopify/flash-list": "^1.7.1",
"expo": "~51.0.31",
"expo-application": "~5.9.1",
"expo-asset": "~10.0.10",
"expo-auth-session": "~5.5.2",
"expo-av": "~14.0.7",
"expo-build-properties": "~0.12.5",
"expo-checkbox": "~3.0.0",
"expo-clipboard": "~6.0.3",
"expo-constants": "~16.0.2",
"expo-crypto": "~13.0.2",
"expo-dev-client": "~4.0.26",
"expo-device": "~6.0.2",
"expo-file-system": "~17.0.1",
"expo-image": "~1.12.15",
"expo-image-picker": "~15.0.7",
"expo-linking": "~6.3.1",
"expo-localization": "~15.0.3",
"expo-notifications": "~0.28.16",
"expo-secure-store": "~13.0.2",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
"expo-task-manager": "~11.8.2",
"expo-updates": "~0.25.24",
"expo-web-browser": "~13.0.3",
"firebase": "^10.1.0",
"fuse.js": "^7.0.0",
"i18next": "^23.4.1",
"intl-pluralrules": "^2.0.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"moment-timezone": "^0.5.45",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.2",
"react-i18next": "^13.0.2",
"react-native": "0.74.5",
"react-native-gesture-handler": "~2.16.1",
"react-native-markdown-display": "^7.0.0-alpha.2",
"react-native-pager-view": "6.3.0",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-star-rating-widget": "^1.7.2",
"react-native-svg": "15.2.0",
"react-native-tab-view": "^3.5.2",
"react-native-web": "~0.19.6",
"react-redux": "^8.1.1",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"ts-pattern": "^5.0.4",
"zod": "^3.21.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.1",
"@expo/config-plugins": "^8.0.4",
"@expo/metro-config": "^0.18.11",
"@expo/ngrok": "^2.5.0",
"@expo/webpack-config": "^19.0.1",
"@testing-library/jest-native": "^5.4.2",
"@testing-library/react-native": "^12.1.3",
"@types/eslint": "^8",
"@types/eslint__js": "^8.42.3",
"@types/jest": "^29.5.3",
"@types/lodash": "^4",
"@types/react": "~18.2.79",
"@types/react-dom": "~18.2.25",
"@types/redux-logger": "^3",
"eslint": "^9.9.1",
"eslint-config-universe": "^11.3.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-i18n-json": "^4.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-testing-library": "^5.11.0",
"gh-pages": "^5.0.0",
"jest": "^29.2.1",
"jest-expo": "~51.0.4",
"prettier": "^3.0.0",
"react-native-bundle-visualizer": "^3.1.3",
"typescript": "^5.3.3",
"typescript-eslint": "^8.4.0"
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg)"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx"
],
"setupFilesAfterEnv": [
"@testing-library/jest-native/extend-expect",
"./src/setupTests.js"
]
},
"prettier": {
"endOfLine": "crlf"
},
"private": true,
"packageManager": "[email protected]+sha512.9df9cf27c91715646c7d675d1c9c8e41f6fce88246f1318c1aa6a1ed1aeb3c4f032fcdf4ba63cc69c4fe6d634279176b5358727d8f2cc1e65b65f43ce2f8bfb0"
}