forked from digitalfabrik/integreat-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
125 lines (125 loc) · 5.56 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
{
"name": "native",
"version": "0.0.1",
"main": "index.ts",
"private": true,
"scripts": {
"start": "yarn start:integreat-test-cms",
"start:integreat-test-cms": "node ./run packager integreat-test-cms",
"start:integreat": "node ./run packager integreat",
"start:integreat-floss": "node ./run packager integreat-floss",
"start:malte": "node ./run packager malte",
"start:malte-test-cms": "node ./run packager malte-test-cms",
"start:aschaffenburg": "node ./run packager aschaffenburg",
"start:integreat-e2e": "node ./run packager integreat-e2e",
"android": "yarn android:integreat-test-cms",
"android:integreat-test-cms": "node ./run android integreat-test-cms",
"android:integreat": "node ./run android integreat",
"android:integreat-floss": "./run android integreat-floss",
"android:malte": "node ./run android malte",
"android:malte-test-cms": "./run android malte-test-cms",
"android:aschaffenburg": "node ./run android aschaffenburg",
"android:integreat-e2e": "node ./run android integreat-e2e",
"android:integreat-test-cms:production": "node ./run android integreat-test-cms --production",
"android:integreat:production": "node ./run android integreat --production",
"android:integreat-floss:production": "node ./run android integreat-floss --production",
"android:malte:production": "node ./run android malte --production",
"android:aschaffenburg:production": "node ./run android aschaffenburg --production",
"android:integreat-e2e:production": "node ./run android integreat-e2e --production",
"android:reload": "adb shell input text RR",
"android:menu": "adb shell input keyevent 82",
"android:reverse": "adb reverse tcp:8081 tcp:8081",
"android:reinit": "adb shell pm clear com.integreat && adb shell am start com.integreat/com.integreat.MainActivity",
"android:start-avd": "bash -c '$ANDROID_HOME/emulator/emulator -avd $($ANDROID_HOME/emulator/emulator -list-avds | head -n 1)'",
"test": "jest",
"test:changed": "yarn run test -o",
"test:e2e": "yarn workspace e2e test:native:browserstack",
"lint": "yarn stylelint && eslint --cache --cache-location ../.eslintcache .",
"stylelint": "stylelint --config stylelint.config.js \"src/**/*.{ts,tsx,css}\"",
"license-crawler": "npm-license-crawler -onlyDirectDependencies -json ./src/assets/licenses.json",
"postinstall": "patch-package && yarn license-crawler",
"ts:check": "tsc --build",
"prettier:check": "yarn prettier --ignore-path ../.prettierignore --check .",
"prettier:write": "yarn prettier --ignore-path ../.prettierignore --write .",
"circleci:update-config": "yarn --cwd .. circleci:update-config"
},
"dependencies": {
"@dr.pogodin/react-native-static-server": "^0.5.5",
"@dr.pogodin/react-native-webview": "^13.13.0",
"@gorhom/bottom-sheet": "^4.6.4",
"@maplibre/maplibre-react-native": "^9.1.0",
"@notifee/react-native": "^7.8.2",
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-native-clipboard/clipboard": "^1.14.1",
"@react-native-community/geolocation": "3.0.6",
"@react-native-community/netinfo": "^11.3.2",
"@react-native-firebase/app": "^19.1.2",
"@react-native-firebase/messaging": "^19.1.2",
"@react-navigation/elements": "^1.3.31",
"@react-navigation/native": "^6.1.18",
"@react-navigation/stack": "^6.4.1",
"@sentry/react-native": "^5.33.2",
"@sentry/types": "^8.33.1",
"accordion-collapse-react-native": "^1.1.1",
"build-configs": "0.0.1",
"htmlparser2": "^9.1.0",
"i18next": "^23.14.0",
"intl-pluralrules": "^2.0.1",
"lodash": "^4.17.21",
"luxon": "^3.4.2",
"md5": "^2.3.0",
"query-string": "^9.1.0",
"react": "18.2.0",
"react-hook-form": "^7.53.0",
"react-i18next": "^15.0.1",
"react-native": "0.74.5",
"react-native-blob-util": "^0.19.11",
"react-native-calendar-events": "^2.2.0",
"react-native-gesture-handler": "^2.19.0",
"react-native-get-random-values": "^1.11.0",
"react-native-highlight-words": "^1.0.1",
"react-native-inappbrowser-reborn": "^3.7.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-localize": "^3.2.1",
"react-native-pdf": "^6.7.5",
"react-native-permissions": "^4.1.5",
"react-native-reanimated": "^3.15.1",
"react-native-safe-area-context": "^4.10.9",
"react-native-screens": "^3.34.0",
"react-native-svg": "^15.7.1",
"react-native-url-polyfill": "^2.0.0",
"react-navigation-header-buttons": "^11.2.1",
"rrule": "^2.8.1",
"shared": "0.0.1",
"styled-components": "^6.1.13",
"stylis": "^4.3.4",
"translations": "0.0.1",
"url-parse": "^1.5.10"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@babel/preset-typescript": "^7.24.1",
"@react-native/babel-preset": "0.74.87",
"@react-native/eslint-config": "0.74.87",
"@react-native/metro-config": "0.74.87",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^12.4.5",
"@types/geojson": "^7946.0.14",
"@types/lodash": "^4.17.0",
"@types/luxon": "^3.4.2",
"@types/md5": "^2.3.5",
"@types/react-native-highlight-words": "^1.0.6",
"@types/react-test-renderer": "^18.0.7",
"@types/url-parse": "^1.4.11",
"babel-jest": "^29.7.0",
"commander": "^12.0.0",
"cross-env": "^7.0.3",
"npm-license-crawler": "^0.2.1",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"react-native-svg-transformer": "^1.3.0",
"react-test-renderer": "^18.2.0",
"wait-for-expect": "^3.0.2"
}
}