-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
229 lines (229 loc) · 8.17 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
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
226
227
228
229
{
"name": "ccf",
"version": "0.0.1",
"private": true,
"scripts": {
"go": "./go.sh",
"start": "react-native start",
"cleanstart": "npm start -- --reset-cache",
"test": "jest",
"tsc": "tsc",
"w": "npm run tsc -- --watch",
"clean": "rimraf build",
"build": "npm run clean && npm run tsc --",
"tf": "./build-android.sh t && ./build-ios.sh t",
"lint": "eslint src --ext .ts,.tsx",
"ios": "react-native run-ios --simulator \"iPhone 7 Plus\"",
"ios2": "react-native run-ios --simulator \"iPhone Xs Max\"",
"ipad": "react-native run-ios --simulator \"iPad Pro (12.9-inch) (5th generation)\"",
"ipad7th": "react-native run-ios --simulator \"iPad (7th generation)\"",
"ipad9": "react-native run-ios --simulator \"iPad Pro (9.7-inch)\"",
"ios11": "react-native run-ios --simulator \"iPad Pro (10.5-inch)\"",
"ipad11": "react-native run-ios --simulator \"iPad Pro (11-inch) (3rd generation)\"",
"iphone": "react-native run-ios --device",
"i5": "react-native run-ios --simulator \"iPhone 5s\"",
"i6": "react-native run-ios --simulator \"iPhone 6s\"",
"ix": "react-native run-ios --simulator \"iPhone Xs\"",
"ios10": "react-native run-ios --simulator \"ios10\"",
"ios12": "react-native run-ios --simulator \"ios12\"",
"ios-prod": "react-native run-ios --configuration Release",
"emu": "nohup emulator -avd Nexus_6P_API_28 &",
"emu2": "nohup emulator -avd Nexus_10_API_28 &",
"m8": "nohup emulator -avd Lenovo_M8_API_29 &",
"tv": "emulator -avd Android_TV_1080p_API_30",
"list": "emulator -list-avds",
"emu-writable": "nohup emulator -avd Nexus_6P_API_23 -writable-system &",
"emu2-writable": "nohup emulator -avd Nexus_10_API_27 -writable-system &",
"emu-hosts": "npm run emu-writable && sleep 30 && adb remount && adb push /etc/hosts /etc/hosts",
"emu2-hosts": "npm run emu2-writable && sleep 30 && adb remount && adb push /etc/hosts /etc/hosts",
"galaxy": "nohup emulator -avd Galaxy_S8_API_28 &",
"android": "react-native run-android",
"android-prod": "react-native run-android --variant=release",
"all": "react-native run-ios' 'react-native run-android",
"debug": "open \"rndebugger://set-debugger-loc?host=localhost&port=8081\"",
"pod": "cd ios && pod install && cd ..",
"podupdate": "cd ios && pod update && cd ..",
"ver": "react-native --version"
},
"dependencies": {
"@gregfrench/react-native-wheel-picker": "^1.2.12",
"@ptomasroos/react-native-multi-slider": "^2.2.2",
"@react-native-community/art": "^1.2.0",
"@react-native-community/async-storage": "^1.11.0",
"@react-native-community/datetimepicker": "^3.0.4",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/netinfo": "^5.9.5",
"@react-native-firebase/analytics": "^11.4.1",
"@react-native-firebase/app": "^11.4.1",
"@react-native-picker/picker": "^1.9.10",
"@react-native-voice/voice": "^3.2.1",
"@react-navigation/bottom-tabs": "^5.11.10",
"@react-navigation/drawer": "^5.12.5",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.5",
"@sentry/react-native": "^1.0.9",
"axios": "^0.21.0",
"axios-retry": "^3.1.9",
"dot-prop-immutable": "^1.5.0",
"email-validator": "^2.0.4",
"lodash": "^4.17.19",
"moment": "^2.27.0",
"native-base": "^2.13.12",
"papaparse": "^5.2.0",
"react": "17.0.1",
"react-native": "0.64.1",
"react-native-animatable": "^1.3.3",
"react-native-app-link": "^1.0.0",
"react-native-audio-recorder-player": "^2.6.1",
"react-native-circular-progress": "^1.3.6",
"react-native-color-matrix-image-filters": "^5.2.10",
"react-native-color-picker": "^0.4.2",
"react-native-config": "^0.11.7",
"react-native-device-info": "^8.0.5",
"react-native-document-picker": "^3.5.3",
"react-native-event-listeners": "^1.0.7",
"react-native-exception-handler": "^2.10.9",
"react-native-extended-stylesheet": "^0.12.0",
"react-native-fast-image": "^7.0.2",
"react-native-file-viewer": "^2.1.1",
"react-native-fs": "^2.16.6",
"react-native-gesture-handler": "^1.10.3",
"react-native-i18n": "^2.0.15",
"react-native-image-picker": "^4.0.6",
"react-native-input-scroll-view": "^1.11.0",
"react-native-iphone-x-helper": "^1.2.1",
"react-native-keyboard-listener": "^1.1.0",
"react-native-keyboard-manager": "^4.0.13-15",
"react-native-keyboard-spacer": "^0.4.1",
"react-native-linear-gradient": "^2.5.6",
"react-native-modal": "^11.10.0",
"react-native-modal-datetime-picker": "^9.1.0",
"react-native-offline": "^5.7.0",
"react-native-orientation-locker": "^1.1.8",
"react-native-path": "0.0.5",
"react-native-permissions": "^3.0.1",
"react-native-pie": "^1.1.2",
"react-native-progress-circle": "^2.1.0",
"react-native-radio-buttons": "^1.0.0",
"react-native-reanimated": "^2.2.0",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^3.1.1",
"react-native-sensitive-info": "^6.0.0-alpha.9",
"react-native-simple-radio-button": "^2.7.4",
"react-native-slider": "^0.11.0",
"react-native-sortable-listview": "^0.2.9",
"react-native-spinkit": "^1.5.0",
"react-native-splash-screen": "^3.2.0",
"react-native-store-version": "^1.3.1",
"react-native-svg": "12.1.0",
"react-native-swipe-gestures": "^1.0.5",
"react-native-video": "^5.0.2",
"react-native-view-pdf": "^0.11.0",
"react-native-webview": "^10.9.2",
"react-query": "^3.16.0",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-persist-sensitive-storage": "^1.0.0",
"redux-persist-transform-filter": "0.0.20",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"rn-material-ui-textfield": "^1.0.2",
"semver": "^7.3.2",
"showdown": "^1.9.1",
"string-hash-64": "^1.0.3",
"tinycolor2": "^1.4.1",
"ts-deferred": "^1.0.4",
"validate.js": "^0.13.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-transform-runtime": "^7.10.5",
"@babel/runtime": "^7.12.5",
"@bam.tech/react-native-make": "^3.0.3",
"@react-native-community/eslint-config": "^2.0.0",
"@types/jest": "^26.0.23",
"@types/lodash": "^4.14.157",
"@types/react": "^17.0.4",
"@types/react-native": "^0.64.4",
"@types/react-test-renderer": "^17.0.1",
"@types/redux-testkit": "^1.0.5",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/eslint-plugin-tslint": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"babel-jest": "^26.6.3",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "7.14.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^31.6.1",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-native": "3.8.1",
"jest": "^26.6.3",
"jest-mock-axios": "^4.2.1",
"jetifier": "^1.6.7",
"metro-react-native-babel-preset": "^0.66.0",
"react-native-mock-render": "^0.1.9",
"react-test-renderer": "17.0.2",
"redux-testkit": "^1.0.6",
"rimraf": "^3.0.2",
"ts-jest": "^26.5.5",
"tslint": "^6.1.3",
"typescript": "^4.2.4"
},
"resolutions": {
"deprecated-react-native-listview": "0.0.6"
},
"jest": {
"preset": "react-native",
"testEnvironment": "node",
"transformIgnorePatterns": [
"node_modules/(?!native-base-shoutem-theme|native-base|react-native|@react-navigation|react-navigation|react-native-fs|react-native-gesture-handler|react-native-keyboard-aware-scroll-view|victory-*|react-native-cookies|@sentry/react-native)"
],
"transform": {
"^.+\\.jsx?$": "<rootDir>/node_modules/babel-jest",
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"globals": {
"ts-jest": {
"babelConfig": true
}
},
"setupFiles": [
"<rootDir>/jest/setup.js",
"./node_modules/react-native-gesture-handler/jestSetup.js"
],
"verbose": true,
"automock": false,
"browser": false,
"collectCoverage": true,
"collectCoverageFrom": [
"**/*.ts",
"!**/node_modules/**",
"!**/build/**"
],
"coveragePathIgnorePatterns": [
"/node_modules/",
"/build/"
],
"coverageDirectory": "jest/coverage",
"coverageReporters": [
"json",
"lcov",
"text-summary"
]
}
}