-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
225 lines (225 loc) · 8.7 KB
/
Copy pathpackage.json
File metadata and controls
225 lines (225 loc) · 8.7 KB
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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
{
"name": "amsterdam-app",
"version": "1.29.0",
"private": true,
"scripts": {
"ci": "npm ci && npm run postinstall && npm run prepare",
"i": "npm i && npm run postinstall && npm run prepare",
"android:connect:device": "adb reverse tcp:8081 tcp:8081 && adb reverse tcp:8000 tcp:8000",
"android:phone:dev": "expo run:android --variant devDebug --app-id nl.amsterdam.app.dev",
"android:phone:prod": "expo run:android --variant prodDebug",
"android:tablet": "emulator @Pixel_C_API_30 & expo run:android --device 'Pixel_C_API_30' --variant devDebug --app-id nl.amsterdam.app.dev",
"android:deeplink:construction-work-editor": "adb shell am start -a android.intent.action.VIEW -d \"amsterdam://construction-work-editor\"",
"clean": "react-native-clean-project",
"format": "oxfmt --check",
"format:fix": "oxfmt",
"generate:splashscreen": "react-native generate-bootsplash --background=#ffffff --logo-width=167 --platforms=android,ios --flavor=main src/modules/home/assets/icons/logo.svg",
"ios:install:pods": "bundle exec pod install --project-directory=ios --repo-update",
"ios:update:pods": "bundle exec pod update --project-directory=ios --repo-update",
"ios:phone:dev": "expo run:ios --configuration 'DevDebug' --scheme 'AmsterdamApp Test'",
"ios:phone:simulator:dev": "expo run:ios --simulator 'iPhone SE (3rd generation)' --configuration 'DevDebug' --scheme 'AmsterdamApp Test'",
"ios:phone:prod": "expo run:ios --configuration 'Debug' --scheme 'AmsterdamApp'",
"ios:deeplink:construction-work-editor": "npx uri-scheme open \"amsterdam://construction-work-editor\" --ios",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.json",
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx,.json --fix",
"postinstall": "patch-package",
"prepare": "husky",
"start": "expo start",
"start:reset:cache": "expo start --reset-cache",
"storybook": "storybook dev -p 7007",
"storybook:build": "storybook build",
"sync:assets": "react-native-asset",
"test": "jest",
"test-ci": "jest --ci --coverage",
"test:bundle": "expo export:embed --platform ios --dev true --entry-file index.js --bundle-output ./bundle.js && rm ./bundle.js",
"typescript": "tsc",
"codegen": "node nodescripts/codegen/codegen.mts",
"codegen:watch": "node nodescripts/codegen/codegen.watch.mts"
},
"dependencies": {
"@aws-amplify/react-native": "^1.3.3",
"@microsoft/applicationinsights-react-native": "^4.4.0",
"@microsoft/applicationinsights-web": "^3.4.1",
"@native-html/render": "^1.0.3",
"@notifee/react-native": "^9.1.8",
"@piwikpro/react-native-piwik-pro-sdk": "^2.2.1",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-community/netinfo": "^12.0.1",
"@react-native-firebase/app": "^24.0.0",
"@react-native-firebase/messaging": "^24.0.0",
"@react-native-masked-view/masked-view": "0.2.9",
"@react-navigation/elements": "^2.9.17",
"@react-navigation/native": "^7.2.4",
"@react-navigation/stack": "^7.9.1",
"@reduxjs/toolkit": "^2.12.0",
"aws-amplify": "^6.18.0",
"base-64": "^1.0.0",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.20",
"expo": "~56.0.8",
"expo-brightness": "~56.0.5",
"expo-clipboard": "~56.0.3",
"expo-file-system": "~56.0.7",
"expo-haptics": "~56.0.3",
"expo-image-picker": "~56.0.15",
"expo-local-authentication": "~56.0.4",
"expo-screen-orientation": "~56.0.5",
"expo-secure-store": "~56.0.4",
"expo-sharing": "~56.0.15",
"jwt-decode": "^4.0.0",
"pascal-case": "^3.1.2",
"picoquery": "^1.5.0",
"react": "19.2.3",
"react-hook-form": "^7.75.0",
"react-native": "0.85.3",
"react-native-applifecycle": "^1.0.0",
"react-native-barcode-creator": "^0.2.0",
"react-native-block-screenshot": "file:./react-native-block-screenshot",
"react-native-bootsplash": "^7.3.2",
"react-native-build-config": "^0.3.2",
"react-native-clusterer": "^5.0.2",
"react-native-date-picker": "5.0.13",
"react-native-device-info": "^15.0.2",
"react-native-edge-to-edge": "^1.8.1",
"react-native-geolocation-service": "^5.3.1",
"react-native-gesture-handler": "^2.31.2",
"react-native-get-random-values": "^1.11.0",
"react-native-keyboard-controller": "^1.21.7",
"react-native-linear-gradient": "^2.8.3",
"react-native-maps": "1.27.2",
"react-native-nitro-modules": "^0.31.10",
"react-native-permissions": "^5.5.1",
"react-native-reanimated": "4.3.1",
"react-native-reanimated-carousel": "5.0.0-beta.5",
"react-native-restart-newarch": "^1.0.85",
"react-native-safe-area-context": "^5.7.0",
"react-native-salesforce-messaging-in-app": "file:./react-native-salesforce-messaging-in-app",
"react-native-screens": "4.25.2",
"react-native-skeleton-placeholder": "^5.2.4",
"react-native-super-grid": "^6.0.2",
"react-native-svg": "^15.15.5",
"react-native-webview": "^13.16.1",
"react-native-worklets": "^0.8.3",
"react-redux": "^9.3.0",
"redux": "5.0.1",
"redux-devtools-expo-dev-plugin": "^2.0.0",
"redux-persist": "^6.0.0",
"simplur": "^3.0.1"
},
"devDependencies": {
"@actions/core": "^3.0.1",
"@actions/github": "^9.1.1",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.26.10",
"@expo/cli": "^56.1.14",
"@react-native-community/cli": "20.1.3",
"@react-native-community/cli-platform-android": "20.1.3",
"@react-native-community/cli-platform-ios": "20.1.3",
"@react-native/babel-preset": "0.85.3",
"@react-native/eslint-config": "0.85.3",
"@react-native/jest-preset": "0.85.3",
"@react-native/metro-config": "0.85.3",
"@react-native/typescript-config": "0.85.3",
"@storybook/addon-a11y": "10.4.6",
"@storybook/addon-designs": "11.1.3",
"@storybook/addon-docs": "10.4.6",
"@storybook/react-native-web-vite": "10.4.6",
"@testing-library/react-native": "^13.3.3",
"@types/base-64": "^1.0.2",
"@types/crypto-js": "^4.2.2",
"@types/eslint": "^8.56.12",
"@types/jest": "^30.0.0",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^24.12.4",
"@types/react": "^19.2.14",
"@types/react-native-dotenv": "^0.2.2",
"@types/react-test-renderer": "^19.1.0",
"@typescript-eslint/eslint-plugin": "^8.65.0",
"@typescript-eslint/parser": "^8.65.0",
"@typescript-eslint/rule-tester": "^8.65.0",
"@typescript-eslint/utils": "^8.65.0",
"@typescript/native": "npm:typescript@^7.0.2",
"babel-jest": "^30.4.1",
"eslint": "^8.57.1",
"eslint-plugin-amsterdam": "file:./eslint-plugin-amsterdam",
"eslint-plugin-depend": "^1.5.0",
"eslint-plugin-import-x": "^4.17.1",
"eslint-plugin-jest": "^29.15.2",
"eslint-plugin-jsonc": "^2.21.1",
"eslint-plugin-prefer-arrow-functions": "3.3.2",
"eslint-plugin-react-native": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.7",
"eslint-plugin-sonarjs": "^4.0.3",
"eslint-plugin-storybook": "10.4.0",
"eslint-plugin-typescript-sort-keys": "^3.3.0",
"hermes-parser": "^0.25.1",
"husky": "^9.1.6",
"jest": "30.3.0",
"jest-junit": "^17.0.0",
"jest-matcher-deep-close-to": "^3.0.2",
"jest-trx-results-processor": "^3.0.2",
"jsonc-eslint-parser": "^3.1.0",
"lint-staged": "^17.0.4",
"oxfmt": "^0.49.0",
"patch-package": "^8.0.1",
"path": "^0.12.7",
"react-dom": "19.2.3",
"react-native-asset": "^2.3.0",
"react-native-clean-project": "^4.0.3",
"react-native-dotenv": "^3.4.11",
"react-native-svg-transformer": "^1.5.3",
"react-native-web": "^0.21.2",
"react-test-renderer": "19.2.3",
"storybook": "10.4.6",
"ts-node": "^10.9.2",
"tsc-files": "^1.1.4",
"typescript": "npm:@typescript/typescript6@^6.0.2",
"vite-plugin-svgr": "^5.2.0"
},
"optionalDependencies": {
"@esbuild/darwin-arm64": "0.28.1",
"@esbuild/darwin-x64": "0.28.1",
"@rollup/rollup-darwin-arm64": "4.59.0",
"@rollup/rollup-darwin-x64": "4.59.0"
},
"publishConfig": {
"executableFiles": [
"./android/gradlew"
]
},
"expo": {
"autolinking": {
"exclude": [
"expo-keep-awake",
"expo-application",
"expo-font"
]
},
"plugins": [
"expo-local-authentication",
"expo-image-picker",
[
"expo-file-system",
{
"supportsOpeningDocumentsInPlace": true,
"enableFileSharing": true
}
],
"expo-sharing",
"expo-secure-store"
]
},
"overrides": {
"eslint-plugin-typescript-sort-keys": {
"typescript": "npm:@typescript/typescript6@^6.0.2"
},
"tsconfck": {
"typescript": "npm:@typescript/typescript6@^6.0.2"
}
},
"volta": {
"node": "24.18.0"
},
"packageManager": "npm@11.13.0"
}