-
Notifications
You must be signed in to change notification settings - Fork 60
/
package.json
195 lines (195 loc) · 7.52 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
{
"name": "nyxo",
"version": "0.1.0",
"private": true,
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-object-rest-spread": "^7.5.1",
"@babel/preset-env": "^7.5.0",
"@babel/preset-typescript": "^7.3.3",
"@babel/register": "^7.4.4",
"@babel/runtime": "^7.12.5",
"@contentful/rich-text-types": "^14.1.2",
"@react-native-community/eslint-config": "^2.0.0",
"@sentry/wizard": "^1.2.3",
"@types/d3": "^6.3.0",
"@types/enzyme": "^3.10.8",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/i18n-js": "^3.8.0",
"@types/jest": "^26.0.22",
"@types/lodash": "^4.14.168",
"@types/react": "^17.0.3",
"@types/react-native": "^0.64.2",
"@types/react-native-calendars": "^1.505.2",
"@types/react-navigation": "^3.0.8",
"@types/react-redux": "^7.1.16",
"@types/react-test-renderer": "^17.0.1",
"@types/redux-mock-store": "^1.0.2",
"@types/styled-components-react-native": "^5.1.1",
"@types/uuid": "^8.3.0",
"@types/yup": "^0.29.11",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^4.0.0",
"babel-eslint": "^10.0.0",
"babel-jest": "^26.6.3",
"babel-plugin-inline-import": "^3.0.0",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-object-to-json-parse": "0.2.1",
"babel-plugin-styled-components": "^1.12.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-preset-react-native": "^5.0.2",
"babel-preset-react-native-stage-0": "^1.0.1",
"babel-upgrade": "1.0.1",
"contentful-management": "^7.5.1",
"contentful-typescript-codegen": "^3.2.2",
"cross-env": "^7.0.3",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"eslint": "^7.21.0",
"eslint-config-prettier": "^7.1.0",
"eslint-config-react-app": "^6.0.0",
"eslint-import-resolver-babel-module": "^5.2.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^24.1.5",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8",
"eslint-plugin-react-native": "^3.10.0",
"eslint-plugin-testing-library": "^3.10.1",
"eslint-plugin-unused-imports": "^1.0.0",
"eslint-watch": "^7.0.0",
"flipper-plugin-react-native-performance": "^0.6.0",
"husky": "^6.0.0",
"jest": "^26.6.3",
"jest-cli": "^26.6.3",
"jest-environment-enzyme": "^7.1.2",
"jest-enzyme": "^7.1.2",
"jest-fetch-mock": "^3.0.3",
"jest-styled-components": "^7.0.2",
"lint-staged": "^10.5.3",
"metro-react-native-babel-preset": "^0.64.0",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.2.1",
"prop-types": "^15.7.2",
"react-native-mock-render": "^0.1.5",
"react-native-testing-library": "^6.0.0",
"react-native-typescript-transformer": "^1.2.13",
"react-test-renderer": "16.13.1",
"redux-mock-store": "^1.5.3",
"schedule": "^0.5.0",
"ts-jest": "^26.4.4",
"ts-loader": "^8.0.11",
"tsd": "^0.13.1",
"tslib": "^2.0.3",
"typescript": "^4.1.2",
"typescript-styled-plugin": "^0.15.0"
},
"scripts": {
"bundle-ios": "react-native bundle --entry-file index.js --platform ios --dev=false --bundle-output ios/main.jsbundle --assets-dest ios",
"create-bundle-android": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/",
"debug-android": "adb logcat *:S ReactNative:V ReactNativeJS:V",
"contentful-typescript-codegen": "contentful-typescript-codegen --output src/Types/generated/contentful.d.ts",
"lint": "eslint 'src/**/*.{js,ts,tsx}' && tsc --noEmit",
"lint:watch": "yarn esw 'src/**/*.{js,ts,tsx}' && tsc --noEmit",
"lint:fix": "yarn lint --fix",
"start": "node node_modules/react-native/local-cli/cli.js start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "TZ=Europe/Helsinki jest --coverage src/**",
"test:watch": "TZ=Europe/Helsinki jest --watch src/**",
"ios:beta": "--prefix ios fastlane ios beta ",
"android-dev": "adb reverse tcp:8081 tcp:8081 && react-native run-android",
"pod-install": "cd ios && pod install && cd -",
"bundle-android": "cd android && ./gradlew assembleRelease && cd -",
"postinstall": "patch-package && yarn rnuc .env",
"build:ios": "npx react-native bundle --entry-file index.js --platform ios --dev false --bundle-output ios/main.jsbundle --assets-dest ios",
"beta:ios": "cd ios && fastlane beta",
"beta:android": "cd android && fastlane beta"
},
"lint-staged": {
"*.{js,json,css,md}": [
"prettier --write",
"git add"
]
},
"dependencies": {
"@apollo/client": "^3.3.14",
"@aws-amplify/core": "^3.8.21",
"@contentful/rich-text-plain-text-renderer": "^14.1.2",
"@contentful/rich-text-react-renderer": "^14.1.2",
"@react-native-async-storage/async-storage": "^1.15.2",
"@react-native-community/blur": "^3.6.0",
"@react-native-community/masked-view": "^0.1.6",
"@react-native-community/netinfo": "^6.0.0",
"@react-native-community/push-notification-ios": "^1.7.5-beta.0",
"@react-navigation/bottom-tabs": "^5.11.9",
"@react-navigation/native": "^6.0.0-next.1",
"@react-navigation/stack": "^6.0.0-next.3",
"@reduxjs/toolkit": "^1.5.1",
"@sentry/react-native": "^2.4.0",
"amazon-cognito-identity-js": "^4.6.0",
"appcenter": "4.1.0",
"appcenter-analytics": "4.1.0",
"appcenter-crashes": "4.1.0",
"aws-amplify": "^3.3.26",
"contentful": "^8.2.1",
"d3": "^6.6.2",
"date-fns": "^2.19.0",
"date-fns-tz": "^1.1.3",
"expo-web-browser": "^8.6.0",
"formik": "^2.2.6",
"graphql": "^15.5.0",
"i18n-js": "^3.8.0",
"lodash": "^4.17.21",
"oauth-signature": "^1.5.0",
"query-string": "^7.0.0",
"react": "17.0.1",
"react-native": "0.64.0",
"react-native-app-auth": "^6.2.0",
"react-native-background-fetch": "^4.0.2",
"react-native-calendars": "^1.1255.0",
"react-native-circular-progress": "^1.3.7",
"react-native-device-info": "^8.0.8",
"react-native-fast-image": "^8.3.4",
"react-native-gesture-handler": "^1.10.3",
"react-native-get-random-values": "^1.6.0",
"react-native-haptic-feedback": "^1.11.0",
"react-native-healthkit": "git+https://github.com/plahteenlahti/rn-apple-healthkit.git",
"react-native-iphone-x-helper": "^1.3.1",
"react-native-keychain": "^6.2.0",
"react-native-linear-gradient": "^2.5.6",
"react-native-localize": "^2.0.2",
"react-native-modal": "^11.5.3",
"react-native-purchases": "^4.1.1",
"react-native-rate": "^1.1.10",
"react-native-reanimated": "^1.13.2",
"react-native-redash": "^16.0.8",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^3.1.0",
"react-native-splash-screen": "^3.2.0",
"react-native-status-bar-height": "^2.6.0",
"react-native-svg": "^12.1.0",
"react-native-ultimate-config": "^3.3.1",
"react-native-unimodules": "^0.12.0",
"react-query": "^3.13.4",
"react-redux": "^7.2.3",
"reading-time": "^1.3.0",
"redux": "^4.0.4",
"redux-batched-actions": "^0.5.0",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"serialize-javascript": "^5.0.1",
"styled-components": "^5.2.3",
"uuid": "^8.3.2",
"yup": "^0.32.9"
},
"rnmp": {
"assets": [
"./assets/fonts/"
]
}
}