-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
197 lines (197 loc) · 7.83 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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
{
"name": "atb",
"version": "1.60.0",
"private": true,
"license": "EUPL-1.2",
"scripts": {
"android": "sh ./scripts/android/run-android.sh",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"prettier": "prettier -c src",
"check-all": "yarn tsc && yarn lint && yarn test --coverage --coverageReporters && yarn prettier",
"postinstall": "patch-package",
"icons": "app-icon generate --platforms=android,ios --adaptive-icons --background-icon icons/background.png --foreground-icon icons/foreground.png -i icons/icon.png --rounded none && yarn app-icon generate --platforms=android -i icons/icon.round.png --rounded only",
"release-draft": "sh tools/release/release-draft.sh",
"generate-svg-mono-icons": "svgr --config-file .svgrrc.mono-icons.yml -d ./src/assets/svg/mono-icons --svgo-config svgo.config.mono.js -- ./assets/design-assets/mono",
"generate-svg-color": "svgr --config-file .svgrrc.color.yml -d ./src/assets/svg/color --svgo-config svgo.config.js -- ./assets/design-assets/colors ./assets/svgs/color",
"generate-svgs": "yarn generate-svg-mono-icons && yarn generate-svg-color",
"update-device-profiles": "bundle exec fastlane ios update_devices",
"clean": "rm -rf node_modules/ **/node_modules/ yarn-error.log",
"clean:install": "yarn clean && yarn install",
"setup": "sh ./setup.sh",
"get_ios_certs": "sh ./scripts/ios/get_ios_certs.sh",
"generate-native-assets": "sh ./scripts/generate-native-assets.sh",
"link-assets": "react-native link",
"unimported": "npx unimported",
"storybook-generate": "sb-rn-get-stories"
},
"dependencies": {
"@adrianso/react-native-device-brightness": "^1.2.7",
"@atb-as/config-specs": "^5.1.0",
"@atb-as/generate-assets": "^13.4.1",
"@atb-as/theme": "^12.0.0",
"@bugsnag/react-native": "^7.25.0",
"@bugsnag/source-maps": "^2.3.3",
"@entur-private/abt-mobile-barcode-javascript-lib": "2.1.6",
"@entur-private/abt-mobile-client-sdk": "2.1.6",
"@gorhom/bottom-sheet": "^5.0.5",
"@intercom/intercom-react-native": "6.8.1",
"@leile/lobo-t": "^1.0.5",
"@mapbox/polyline": "^1.2.1",
"@miblanchard/react-native-slider": "^2.6.0",
"@react-native-async-storage/async-storage": "^1.19.8",
"@react-native-clipboard/clipboard": "^1.14.1",
"@react-native-community/datetimepicker": "^8.2.0",
"@react-native-community/geolocation": "^3.3.0",
"@react-native-firebase/analytics": "~20.5.0",
"@react-native-firebase/app": "~20.5.0",
"@react-native-firebase/auth": "~20.5.0",
"@react-native-firebase/firestore": "~20.5.0",
"@react-native-firebase/messaging": "~20.5.0",
"@react-native-firebase/remote-config": "~20.5.0",
"@react-native/typescript-config": "^0.74.87",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/devtools": "^6.0.27",
"@react-navigation/material-top-tabs": "^6.6.14",
"@react-navigation/native": "^6.1.18",
"@react-navigation/stack": "^6.4.1",
"@rnmapbox/maps": "^10.1.31",
"@seznam/compose-react-refs": "^1.0.6",
"@tanstack/react-query": "^4.32.0",
"@turf/bbox-polygon": "^7.1.0",
"@turf/boolean-point-in-polygon": "^7.1.0",
"@turf/buffer": "^7.1.0",
"@turf/center": "^7.1.0",
"@turf/centroid": "^7.1.0",
"@turf/difference": "^7.1.0",
"@turf/distance": "^7.1.0",
"@turf/helpers": "^7.1.0",
"@types/marked": "^4.0.8",
"@types/qrcode": "^1.5.5",
"axios": "^1.7.3",
"axios-better-stacktrace": "^2.1.7",
"axios-retry": "^4.5.0",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.1.3",
"emoji-datasource": "^15.1.2",
"haversine-distance": "^1.2.3",
"hex-to-rgba": "^2.0.1",
"humanize-duration": "^3.32.1",
"iso8601-duration": "^2.1.2",
"libphonenumber-js": "^1.11.5",
"lodash.groupby": "^4.6.0",
"lodash.isequal": "^4.5.0",
"lodash.mapvalues": "^4.6.0",
"lodash.merge": "^4.6.2",
"lodash.orderby": "^4.6.0",
"lodash.pickby": "^4.6.0",
"lodash.sortby": "^4.7.0",
"marked": "^4.2.12",
"phone": "^3.1.49",
"posthog-react-native": "^3.1.1",
"prop-types": "^15.8.1",
"qrcode": "1.5.3",
"query-string": "^9.1.0",
"react": "18.2.0",
"react-native": "0.73.7",
"react-native-bootsplash": "^6.1.1",
"react-native-camera-kit": "14.0.0-beta12",
"react-native-compressor": "^1.8.25",
"react-native-device-info": "^11.1.0",
"react-native-gesture-handler": "^2.18.1",
"react-native-get-random-values": "^1.11.0",
"react-native-inappbrowser-reborn": "^3.7.0",
"react-native-kettle-module": "1.2.0",
"react-native-linear-gradient": "^2.8.3",
"react-native-localize": "^3.2.1",
"react-native-pager-view": "^6.3.3",
"react-native-permissions": "^4.1.5",
"react-native-popover-view": "^5.1.8",
"react-native-portalize": "^1.0.7",
"react-native-reanimated": "^3.16.1",
"react-native-safe-area-context": "^4.10.8",
"react-native-screens": "^3.34.0",
"react-native-svg": "^15.5.0",
"react-native-tab-view": "^3.5.2",
"react-native-webview": "^13.10.5",
"search-params": "^4.0.1",
"string.fromcodepoint": "^1.0.3",
"use-reducer-with-side-effects": "^2.2.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-transform-template-literals": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@babel/runtime": "^7.26.0",
"@babel/types": "^7.26.0",
"@bugsnag/cli": "^2.5.0",
"@entur-private/abt-token-state-react-native-lib": "2.1.6",
"@react-native-community/slider": "^4.5.2",
"@react-native/babel-preset": "0.73.21",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.74.87",
"@storybook/addon-actions": "^8.4.2",
"@storybook/addon-controls": "^8.4.2",
"@storybook/addon-ondevice-actions": "^8.4.2",
"@storybook/addon-ondevice-controls": "^8.4.2",
"@storybook/react": "^8.4.2",
"@storybook/react-native": "^8.4.1",
"@svgr/cli": "^6.5.1",
"@tanstack/eslint-plugin-query": "^4.32.5",
"@testing-library/react-hooks": "^8.0.1",
"@tsconfig/react-native": "^3.0.2",
"@types/child-process-promise": "^2.2.6",
"@types/geojson": "^7946.0.14",
"@types/humanize-duration": "^3.27.4",
"@types/jasmine": "^5.1.4",
"@types/jest": "^29.5.12",
"@types/lodash.groupby": "^4.6.9",
"@types/lodash.isequal": "^4.5.8",
"@types/lodash.mapvalues": "^4.6.9",
"@types/lodash.merge": "^4.6.9",
"@types/lodash.orderby": "^4.6.9",
"@types/lodash.pickby": "^4.6.9",
"@types/lodash.sortby": "^4.7.9",
"@types/mapbox__polyline": "^1.0.5",
"@types/react-native": "0.72.2",
"@types/react-test-renderer": "^18.3.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"app-icon": "^0.13.2",
"babel-jest": "^29.7.0",
"babel-loader": "^9.2.1",
"babel-plugin-module-resolver": "^5.0.2",
"child-process-promise": "^2.2.1",
"conventional-changelog-cli": "^5.0.0",
"eslint": "8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "4.1.0",
"eslint-plugin-rulesdir": "^0.2.2",
"eslint-plugin-unused-imports": "^3.0.0",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"jest-junit": "^16.0.0",
"metro-react-native-babel-preset": "^0.77.0",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.8.8",
"react-dom": "18.2.0",
"react-native-dotenv": "^3.4.11",
"react-test-renderer": "^18.3.1",
"storybook": "^8.4.2",
"timezone-mock": "^1.3.6",
"ts-jest": "^29.2.4",
"typescript": "^5.1.6"
},
"engines": {
"node": ">=18"
}
}