-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
170 lines (170 loc) · 6.9 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
{
"version": "1.0.0",
"name": "neuland",
"main": "expo-router/entry",
"homepage": "https://github.com/neuland-ingolstadt/neuland.app-native",
"private": true,
"scripts": {
"start": "EXPO_USE_FAST_RESOLVER=1 expo",
"atlas": "EXPO_UNSTABLE_ATLAS=true npx expo export --platform all",
"web": "expo start --web --port 3000",
"android": "expo run:android --device",
"ios": "expo run:ios --device",
"build:android": "bun licences && eas build --platform android --local",
"build:ios": "xcodebuild archive -workspace ios/NeulandNext.xcworkspace -scheme NeulandNext -configuration Release -archivePath ios/build/NeulandNext.xcarchive",
"export:ios": "xcodebuild -exportArchive -archivePath ios/build/NeulandNext.xcarchive -exportPath ios/build/NeulandNext.ipa -exportOptionsPlist ios/exportOptions.plist && xcrun altool --upload-app -f ios/build/NeulandNext.ipa/NeulandNext.ipa -t ios -u $(security find-generic-password -s 'AppleAppStoreUpload' -g 2>&1 | grep -E 'acct' | awk -F= '{print $2}' | tr -d '\"') -p $(security find-generic-password -w -s 'AppleAppStoreUpload')",
"ship:ios": "bun licences && bun build:ios && bun export:ios",
"build:all": "bun licences && bun build:ios && bun build:android",
"format": "prettier --write .",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"lint:staged": "lint-staged",
"licences": "npm-license-crawler -onlyDirectDependencies -json src/data/licenses.json --exclude docs/",
"prepare": "husky",
"codegen": "graphql-codegen --config codegen.yml",
"changelog": "git cliff --output CHANGELOG.md"
},
"dependencies": {
"@aptabase/react-native": "^0.3.10",
"@babel/runtime": "^7.26.0",
"@bottom-tabs/react-navigation": "^0.7.8",
"@expo/metro-runtime": "^4.0.0",
"@expo/vector-icons": "^14.0.4",
"@gorhom/bottom-sheet": "^5.0.6",
"@howljs/calendar-kit": "^2.2.1",
"@kichiyaki/react-native-barcode-generator": "^0.6.7",
"@maplibre/maplibre-react-native": "^10.0.0-beta.15",
"@react-native-community/datetimepicker": "8.2.0",
"@react-native-community/netinfo": "11.4.1",
"@react-native-menu/menu": "^1.2.0",
"@react-navigation/native": "^7.0.14",
"@react-navigation/stack": "^7.1.1",
"@shopify/flash-list": "1.7.2",
"@tanstack/query-sync-storage-persister": "^5.62.9",
"@tanstack/react-query": "^5.62.11",
"@tanstack/react-query-persist-client": "^5.62.11",
"@th3rdwave/react-navigation-bottom-sheet": "0.3.2",
"burnt": "^0.12.2",
"color": "^4.2.3",
"expo": "~52.0.23",
"expo-alternate-app-icons": "^1.2.0",
"expo-application": "~6.0.1",
"expo-blur": "~14.0.1",
"expo-brightness": "~13.0.2",
"expo-build-properties": "~0.13.1",
"expo-clipboard": "~7.0.0",
"expo-constants": "~17.0.3",
"expo-crypto": "~14.0.1",
"expo-haptics": "~14.0.0",
"expo-linear-gradient": "~14.0.1",
"expo-local-authentication": "~15.0.1",
"expo-localization": "~16.0.0",
"expo-navigation-bar": "~4.0.6",
"expo-router": "~4.0.15",
"expo-screen-orientation": "~8.0.2",
"expo-secure-store": "~14.0.0",
"expo-splash-screen": "~0.29.18",
"expo-system-ui": "~4.0.6",
"fuse.js": "^7.0.0",
"graphql": "^16.10.0",
"i18next": "^24.2.0",
"lucide-react-native": "^0.469.0",
"metro": "^0.81.0",
"moment": "^2.30.1",
"moment-timezone": "^0.5.46",
"react": "18.3.1",
"react-content-loader": "^7.0.2",
"react-dom": "18.3.1",
"react-i18next": "^15.3.0",
"react-native": "0.76.5",
"react-native-bottom-tabs": "0.7.6",
"react-native-collapsible": "1.6.1",
"react-native-context-menu-view": "^1.16.0",
"react-native-device-info": "^14.0.2",
"react-native-drag-drop-ios": "^0.1.1",
"react-native-drag-sort": "^2.4.4",
"react-native-edge-to-edge": "^1.1.3",
"react-native-gesture-handler": "~2.20.2",
"react-native-ios-context-menu": "^2.5.3",
"react-native-ios-utilities": "^4.5.1",
"react-native-mmkv": "^2.12.2",
"react-native-pager-view": "6.6.1",
"react-native-reanimated": "~3.16.6",
"react-native-reanimated-carousel": "4.0.0-canary.22",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-select-dropdown": "^4.0.1",
"react-native-svg": "15.8.0",
"react-native-unistyles": "^2.20.0",
"react-native-view-shot": "~4.0.3",
"react-native-web": "^0.19.13",
"react-native-webview": "13.12.5",
"rn-quick-actions": "^0.0.3",
"sanitize-html": "^2.14.0",
"sweet-sfsymbols": "0.7.2",
"swiftui-react-native": "^6.3.3",
"zeego": "^2.0.4",
"zustand": "^5.0.2"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.12.16",
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-arrow-functions": "^7.25.9",
"@babel/plugin-transform-shorthand-properties": "^7.25.9",
"@babel/plugin-transform-template-literals": "^7.25.9",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@expo/ngrok": "^4.1.3",
"@graphql-codegen/cli": "5.0.3",
"@graphql-codegen/client-preset": "4.5.1",
"@graphql-codegen/schema-ast": "^4.1.0",
"@react-native-community/cli": "^15.1.3",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/bun": "latest",
"@types/color": "^3.0.6",
"@types/geojson": "^7946.0.15",
"@types/node": "^22.10.2",
"@types/prop-types": "^15.7.14",
"@types/react": "~18.3.18",
"@types/sanitize-html": "^2.13.0",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"ajv": "^8.17.1",
"babel-plugin-formatjs": "^10.5.29",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-i18next": "^6.1.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsonc": "^2.18.2",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-react": "7.35.2",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-native": "^4.1.0",
"eslint-plugin-react-native-unistyles": "^0.2.9",
"expo-atlas": "^0.4.0",
"expo-dev-client": "~5.0.7",
"graphql-codegen-typescript-operation-types": "^2.0.1",
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
"prettier": "3.4.2",
"prop-types": "^15.8.1",
"typescript": "^5.7.2"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx,json,yml,md}": [
"bunx prettier --write"
],
"*.{js,jsx,ts,tsx}": [
"bunx eslint --fix"
]
},
"patchedDependencies": {
"@th3rdwave/[email protected]": "patches/@th3rdwave%[email protected]",
"@aptabase/[email protected]": "patches/@aptabase%[email protected]",
"[email protected]": "patches/[email protected]"
}
}