Description
Environment
- tns-core-modules: 6.5.1
- Cross-platform modules:
- Android Runtime: 6.4.1
- NativeScript-Angular: 8.21.0
- Angular: 9.1.2
Describe the bug
After upgrading to Angular 9, it's impossible to run my NativeScript App. As I understand ivy is not working properly and I can deal with that. But I can't run my app even I have
"angularCompilerOptions": {
"enableIvy": false
},
in my tsconfig.json. Because of that, I can't upgrade my web app also to v9 and I'm stuck.
04-02 12:28:36.186 2539 3004 E AndroidRuntime: FATAL EXCEPTION: IntentService[GmailIntentService]
04-02 12:28:36.186 2539 3004 E AndroidRuntime: Process: com.google.android.gm, PID: 2539
04-02 12:28:36.186 2539 3004 E AndroidRuntime: java.lang.IllegalStateException: attempt to re-open an already-closed object: SQLiteDatabase: /data/user/0/com.google.android.gm/databases/mailstore.xxx@xxx.xxx.db
04-02 12:28:36.186 2539 3004 E AndroidRuntime: at android.database.sqlite.SQLiteClosable.acquireReference(SQLiteClosable.java:55)
04-02 12:28:36.186 2539 3004 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1314)
04-02 12:28:36.186 2539 3004 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1293)
04-02 12:28:36.186 2539 3004 E AndroidRuntime: at dtd.a(SourceFile:3333)
04-02 12:28:36.186 2539 3004 E AndroidRuntime: at dtd.a(SourceFile:3266)
04-02 12:28:36.186 2539 3004 E AndroidRuntime: at dtd.a(SourceFile:50422)
04-02 12:28:36.186 2539 3004 E AndroidRuntime: at com.google.android.gm.GmailIntentService.a(SourceFile:310)
04-02 12:28:36.186 2539 3004 E AndroidRuntime: at com.google.android.gm.GmailIntentService.a(SourceFile:241)
04-02 12:28:36.186 2539 3004 E AndroidRuntime: at com.google.android.gm.GmailIntentService.onHandleIntent(SourceFile:99)
04-02 12:28:36.186 2539 3004 E AndroidRuntime: at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:68)
04-02 12:28:36.186 2539 3004 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
04-02 12:28:36.186 2539 3004 E AndroidRuntime: at android.os.Looper.loop(Looper.java:154)
04-02 12:28:36.186 2539 3004 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:61)
04-02 13:33:20.330 10132 10132 F libc : Fatal signal 4 (SIGILL), code 2, fault addr 0x9142006e in tid 10132 (xxx.xxx)
04-02 13:33:20.392 10193 10193 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
04-02 13:33:20.392 10193 10193 F DEBUG : Build fingerprint: 'google/sdk_google_phone_x86/generic_x86:7.0/NYC/5464646:userdebug/dev-keys'
04-02 13:33:20.392 10193 10193 F DEBUG : Revision: '0'
04-02 13:33:20.392 10193 10193 F DEBUG : ABI: 'x86'
04-02 13:33:20.392 10193 10193 F DEBUG : pid: 10132, tid: 10132, name: xxx.xxx >>> com.xxx.xxx <<<
04-02 13:33:20.392 10193 10193 F DEBUG : signal 4 (SIGILL), code 2 (ILL_ILLOPN), fault addr 0x9142006e
04-02 13:33:20.392 10193 10193 F DEBUG : eax 00000043 ebx 91bd84c4 ecx 6300ed87 edx 00000004
04-02 13:33:20.392 10193 10193 F DEBUG : esi a08d0300 edi 00000000
04-02 13:33:20.392 10193 10193 F DEBUG : xcs 00000073 xds 0000007b xes 0000007b xfs 0000003b xss 0000007b
04-02 13:33:20.392 10193 10193 F DEBUG : eip 9142006e ebp bf9de0f8 esp bf9ddf80 flags 00010202
04-02 13:33:20.392 10193 10193 F DEBUG :
04-02 13:33:20.392 10193 10193 F DEBUG : backtrace:
04-02 13:33:20.392 10193 10193 F DEBUG : #00 pc 0076e06e /data/app/com.xxx.xxx-1/lib/x86/libNativeScript.so (_ZN2v84base2OS5AbortEv+30)
04-06 11:21:56.811 25271 25273 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0xa8 in tid 25273 (Binder:25271_2)
04-09 22:00:52.575 18649 18649 F libc : Fatal signal 4 (SIGILL), code 2, fault addr 0x9128306e in tid 18649 (xxx.xxx)
04-09 22:00:52.686 18723 18723 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
04-09 22:00:52.686 18723 18723 F DEBUG : Build fingerprint: 'google/sdk_google_phone_x86/generic_x86:7.0/NYC/5464646:userdebug/dev-keys'
04-09 22:00:52.686 18723 18723 F DEBUG : Revision: '0'
04-09 22:00:52.686 18723 18723 F DEBUG : ABI: 'x86'
04-09 22:00:52.686 18723 18723 F DEBUG : pid: 18649, tid: 18649, name: xxx.xxx >>> com.xxx.xxx <<<
04-09 22:00:52.686 18723 18723 F DEBUG : signal 4 (SIGILL), code 2 (ILL_ILLOPN), fault addr 0x9128306e
04-09 22:00:52.686 18723 18723 F DEBUG : eax 00000043 ebx 91a3b4c4 ecx 6300ed87 edx 00000004
04-09 22:00:52.686 18723 18723 F DEBUG : esi a08d8300 edi 00000000
04-09 22:00:52.686 18723 18723 F DEBUG : xcs 00000073 xds 0000007b xes 0000007b xfs 0000003b xss 0000007b
04-09 22:00:52.686 18723 18723 F DEBUG : eip 9128306e ebp bf9de0f8 esp bf9ddf80 flags 00010202
04-09 22:00:52.686 18723 18723 F DEBUG :
04-09 22:00:52.686 18723 18723 F DEBUG : backtrace:
04-09 22:00:52.686 18723 18723 F DEBUG : #00 pc 0076e06e /data/app/com.xxx.xxx-1/lib/x86/libNativeScript.so (_ZN2v84base2OS5AbortEv+30)
04-16 23:31:33.498 1739 2026 F libc : Fatal signal 6 (SIGABRT), code -6 in tid 2026 (RenderThread)
04-16 23:31:33.519 24344 24344 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
04-16 23:31:33.519 24344 24344 F DEBUG : Build fingerprint: 'google/sdk_google_phone_x86/generic_x86:7.0/NYC/5464646:userdebug/dev-keys'
04-16 23:31:33.519 24344 24344 F DEBUG : Revision: '0'
04-16 23:31:33.519 24344 24344 F DEBUG : ABI: 'x86'
04-16 23:31:33.519 24344 24344 F DEBUG : pid: 1739, tid: 2026, name: RenderThread >>> com.android.systemui <<<
04-16 23:31:33.519 24344 24344 F DEBUG : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
04-16 23:31:33.520 24344 24344 F DEBUG : Abort message: 'Failed to make current on surface 0xafd3f440, error=EGL_BAD_CONTEXT'
04-16 23:31:33.521 24344 24344 F DEBUG : eax 00000000 ebx 000006cb ecx 000007ea edx 00000006
04-16 23:31:33.521 24344 24344 F DEBUG : esi a4ef1978 edi a4ef1920
04-16 23:31:33.521 24344 24344 F DEBUG : xcs 00000073 xds 0000007b xes 0000007b xfs 0000003b xss 0000007b
04-16 23:31:33.521 24344 24344 F DEBUG : eip b03af424 ebp a4ef10f8 esp a4ef109c flags 00000292
04-16 23:31:33.537 24344 24344 F DEBUG :
04-16 23:31:33.537 24344 24344 F DEBUG : backtrace:
04-16 23:31:33.537 24344 24344 F DEBUG : #00 pc ffffe424 [vdso:b03af000] (__kernel_vsyscall+16)
04-16 23:31:33.538 24344 24344 F DEBUG : #1 pc 0007a00c /system/lib/libc.so (tgkill+28)
04-16 23:31:33.538 24344 24344 F DEBUG : #2 pc 00075855 /system/lib/libc.so (pthread_kill+85)
04-16 23:31:33.538 24344 24344 F DEBUG : #3 pc 0002782a /system/lib/libc.so (raise+42)
04-16 23:31:33.538 24344 24344 F DEBUG : #4 pc 0001ee06 /system/lib/libc.so (abort+86)
04-16 23:31:33.538 24344 24344 F DEBUG : #5 pc 0000fd55 /system/lib/libcutils.so (__android_log_assert+245)
04-16 23:31:33.538 24344 24344 F DEBUG : #6 pc 0002eb2f /system/lib/libhwui.so
04-16 23:31:33.538 24344 24344 F DEBUG : #7 pc 00029a7f /system/lib/libhwui.so
04-16 23:31:33.538 24344 24344 F DEBUG : #8 pc 0002a00e /system/lib/libhwui.so
04-16 23:31:33.538 24344 24344 F DEBUG : #9 pc 0002dbc4 /system/lib/libhwui.so
04-16 23:31:33.538 24344 24344 F DEBUG : #10 pc 0002da58 /system/lib/libhwui.so
04-16 23:31:33.538 24344 24344 F DEBUG : #11 pc 00033d7d /system/lib/libhwui.so (_ZN7android10uirenderer12renderthread12RenderThread10threadLoopEv+189)
04-16 23:31:33.538 24344 24344 F DEBUG : #12 pc 00012085 /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+309)
04-16 23:31:33.538 24344 24344 F DEBUG : #13 pc 0006f60b /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+111)
04-16 23:31:33.538 24344 24344 F DEBUG : #14 pc 00011873 /system/lib/libutils.so (ZN13thread_data_t10trampolineEPKS+259)
04-16 23:31:33.538 24344 24344 F DEBUG : #15 pc 00074fb2 /system/lib/libc.so (_ZL15__pthread_startPv+210)
04-16 23:31:33.538 24344 24344 F DEBUG : #16 pc 0002026e /system/lib/libc.so (__start_thread+30)
04-16 23:31:33.538 24344 24344 F DEBUG : #17 pc 0001e046 /system/lib/libc.so (__bionic_clone+70)
04-17 10:13:39.441 1640 1662 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 1662 (android.display)
04-17 10:13:39.561 1829 1829 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
04-17 10:13:39.562 1829 1829 F DEBUG : Build fingerprint: 'google/sdk_google_phone_x86/generic_x86:7.0/NYC/5464646:userdebug/dev-keys'
04-17 10:13:39.562 1829 1829 F DEBUG : Revision: '0'
04-17 10:13:39.562 1829 1829 F DEBUG : ABI: 'x86'
04-17 10:13:39.562 1829 1829 F DEBUG : pid: 1640, tid: 1662, name: android.display >>> system_server <<<
04-17 10:13:39.562 1829 1829 F DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
04-17 10:13:39.562 1829 1829 F DEBUG : eax 6c11f000 ebx a0369ee8 ecx 00e10000 edx 00000000
04-17 10:13:39.562 1829 1829 F DEBUG : esi afd0c200 edi 00e10000
04-17 10:13:39.562 1829 1829 F DEBUG : xcs 00000073 xds 0000007b xes 0000007b xfs 0000003b xss 0000007b
04-17 10:13:39.562 1829 1829 F DEBUG : eip ad4f449e ebp 94eefb98 esp 94eefb68 flags 00010206
04-17 10:13:39.853 1829 1829 F DEBUG :
04-17 10:13:39.853 1829 1829 F DEBUG : backtrace:
04-17 10:13:39.853 1829 1829 F DEBUG : #00 pc 0001949e /system/lib/libc.so (memcpy+430)
04-17 10:13:39.853 1829 1829 F DEBUG : #1 pc 000025f0 /system/lib/libOpenglSystemCommon.so (_Z18goldfish_dma_writeP20goldfish_dma_contextPvj+48)
04-17 10:13:39.853 1829 1829 F DEBUG : #2 pc 00004488 /system/lib/libOpenglSystemCommon.so (_ZN24ExtendedRCEncoderContext15lockAndWriteDmaEPvj+72)
04-17 10:13:39.853 1829 1829 F DEBUG : #3 pc 00004f37 /system/lib/lib_renderControl_enc.so
04-17 10:13:39.853 1829 1829 F DEBUG : #4 pc 000068b3 /system/lib/hw/gralloc.ranchu.so
04-17 10:13:39.853 1829 1829 F DEBUG : #5 pc 0000451f /system/lib/hw/gralloc.ranchu.so
04-17 10:13:39.853 1829 1829 F DEBUG : #6 pc 0000940b /system/lib/libui.so (_ZN7android19GraphicBufferMapper11unlockAsyncEPK13native_handlePi+123)
04-17 10:13:39.853 1829 1829 F DEBUG : #7 pc 00007401 /system/lib/libui.so (_ZN7android13GraphicBuffer11unlockAsyncEPi+49)
04-17 10:13:39.853 1829 1829 F DEBUG : #8 pc 00071ae0 /system/lib/libgui.so (_ZN7android7Surface13unlockAndPostEv+80)
04-17 10:13:39.854 1829 1829 F DEBUG : #9 pc 000c38af /system/lib/libandroid_runtime.so
04-17 10:13:39.854 1829 1829 F DEBUG : #10 pc 02013f2e /system/framework/x86/boot-framework.oat (offset 0x1538000) (android.view.Surface.nativeUnlockCanvasAndPost+154)
04-17 10:13:39.854 1829 1829 F DEBUG : #11 pc 02014511 /system/framework/x86/boot-framework.oat (offset 0x1538000) (android.view.Surface.unlockSwCanvasAndPost+525)
04-17 10:13:39.854 1829 1829 F DEBUG : #12 pc 020159bf /system/framework/x86/boot-framework.oat (offset 0x1538000) (android.view.Surface.unlockCanvasAndPost+139)
04-17 10:13:39.854 1829 1829 F DEBUG : #13 pc 020467b8 /system/framework/x86/boot-framework.oat (offset 0x1538000) (android.view.ViewRootImpl.drawSoftware+1140)
04-17 10:13:39.854 1829 1829 F DEBUG : #14 pc 02046085 /system/framework/x86/boot-framework.oat (offset 0x1538000) (android.view.ViewRootImpl.draw+2209)
04-17 10:13:39.854 1829 1829 F DEBUG : #15 pc 02049904 /system/framework/x86/boot-framework.oat (offset 0x1538000) (android.view.ViewRootImpl.performDraw+176)
04-17 10:13:39.855 1829 1829 F DEBUG : #16 pc 0204d5f6 /system/framework/x86/boot-framework.oat (offset 0x1538000) (android.view.ViewRootImpl.performTraversals+12866)
04-17 10:13:39.855 1829 1829 F DEBUG : #17 pc 02051544 /system/framework/x86/boot-framework.oat (offset 0x1538000) (android.view.ViewRootImpl.doTraversal+160)
04-17 10:13:39.855 1829 1829 F DEBUG : #18 pc 02040433 /system/framework/x86/boot-framework.oat (offset 0x1538000) (android.view.ViewRootImpl$TraversalRunnable.run+47)
04-17 10:13:39.855 1829 1829 F DEBUG : #19 pc 01f5d3e6 /system/framework/x86/boot-framework.oat (offset 0x1538000) (android.view.Choreographer$CallbackRecord.run+194)
04-17 10:13:39.856 1829 1829 F DEBUG : #20 pc 01f5f48c /system/framework/x86/boot-framework.oat (offset 0x1538000) (android.view.Choreographer.doCallbacks+792)
04-17 10:13:39.856 1829 1829 F DEBUG : #21 pc 01f5fba6 /system/framework/x86/boot-framework.oat (offset 0x1538000) (android.view.Choreographer.doFrame+1122)
04-17 10:13:39.856 1829 1829 F DEBUG : #22 pc 01f5e02e /system/framework/x86/boot-framework.oat (offset 0x1538000) (android.view.Choreographer$FrameDisplayEventReceiver.run+74)
04-17 10:13:39.856 1829 1829 F DEBUG : #23 pc 015c6c4c /system/framework/x86/boot-framework.oat (offset 0x1538000) (android.os.Handler.handleCallback+56)
04-17 10:13:39.856 1829 1829 F DEBUG : #24 pc 015c6cc4 /system/framework/x86/boot-framework.oat (offset 0x1538000) (android.os.Handler.dispatchMessage+64)
04-17 10:13:39.856 1829 1829 F DEBUG : #25 pc 01cc7ed4 /system/framework/x86/boot-framework.oat (offset 0x1538000) (android.os.Looper.loop+736)
04-17 10:13:39.856 1829 1829 F DEBUG : #26 pc 0199ebfd /system/framework/x86/boot-framework.oat (offset 0x1538000) (android.os.HandlerThread.run+217)
04-17 10:13:39.856 1829 1829 F DEBUG : #27 pc 00c83964 /system/framework/oat/x86/services.odex (offset 0xbcb000)
04-17 10:13:44.117 1852 1852 E AndroidRuntime: FATAL EXCEPTION: main
04-17 10:13:44.117 1852 1852 E AndroidRuntime: Process: com.android.phone, PID: 1852
04-17 10:13:44.117 1852 1852 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
--------- beginning of system
04-21 09:33:06.203 2079 3695 I ProcessStatsService: Added stats: 2020-04-17-13-14-00, over +3h0m59s714ms
04-21 09:33:06.212 2079 3695 I ProcessStatsService: Added stats: 2020-04-17-10-13-49, over +3h0m9s275ms
04-21 09:33:06.465 2079 23992 E BatteryStatsService: no controller energy info supplied
04-21 09:33:06.467 2079 23992 E KernelCpuSpeedReader: Failed to read cpu-freq: /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state (No such file or directory)
04-21 09:33:06.467 2079 23992 E KernelUidCpuTimeReader: Failed to read uid_cputime: /proc/uid_cputime/show_uid_stat (No such file or directory)
04-21 09:33:06.468 2079 23992 E BatteryStatsService: modem info is invalid: ModemActivityInfo{ mTimestamp=0 mSleepTimeMs=0 mIdleTimeMs=0 mTxTimeMs[]=[0, 0, 0, 0, 0] mRxTimeMs=0 mEnergyUsed=0}
04-21 09:33:07.395 2079 3296 I ActivityManager: START u0 {flg=0x10000000 cmp=com.xxx.xxx/com.tns.NativeScriptActivity} from uid 2000 on display 0
04-21 09:33:13.047 2079 23991 I ActivityManager: Force stopping com.xxx.xxx appid=10357 user=0: from pid 12049
04-21 09:33:13.047 2079 23991 I ActivityManager: Killing 9084:com.xxx.xxx/u0a357 (adj 0): stop com.xxx.xxx
04-21 09:33:13.047 2079 23991 D ActivityManager: cleanUpApplicationRecord -- 9084
04-21 09:33:13.047 2079 23991 W ActivityManager: Force removing ActivityRecord{f6ad792 u0 com.xxx.xxx/com.tns.NativeScriptActivity t2056}: app died, no saved state
04-21 09:33:13.050 2079 23991 I WindowManager: Destroying surface Surface(name=com.xxx.xxx/com.tns.NativeScriptActivity) called by com.android.server.wm.WindowStateAnimator.destroySurface:2016 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:882 com.android.server.wm.WindowState.removeLocked:1456 com.android.server.wm.WindowManagerService.removeWindowInnerLocked:2484 com.android.server.wm.WindowManagerService.removeWindowLocked:2442 com.android.server.wm.WindowManagerService.removeWindowLocked:2311 com.android.server.wm.AppWindowToken.removeAllWindows:530 com.android.server.wm.AppWindowToken.removeAppFromTaskLocked:326
04-21 09:33:13.074 2079 3296 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ id=126, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], android.os.BinderProxy@ee60e84)
04-21 09:33:13.075 2079 2090 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ id=134, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ], android.os.BinderProxy@e78966d)
04-21 09:33:13.075 2079 2141 D ConnectivityService: releasing NetworkRequest NetworkRequest [ id=126, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
04-21 09:33:13.077 2079 2141 E ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ id=126, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
04-21 09:33:13.077 2079 2141 D ConnectivityService: releasing NetworkRequest NetworkRequest [ id=134, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
04-21 09:33:13.078 2079 2141 E ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ id=134, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
04-21 09:33:13.343 2079 2105 I ActivityManager: Start proc 12065:com.android.defcontainer/u0a8 for service com.android.defcontainer/.DefaultContainerService
04-21 09:33:14.857 2079 3695 I ProcessStatsService: Added stats: 2020-04-20-13-08-00, over +3h0m41s630ms
04-21 09:33:14.863 2079 3695 I ProcessStatsService: Added stats: 2020-04-19-19-29-00, over +3h0m11s927ms
04-21 09:33:14.869 2079 3695 I ProcessStatsService: Added stats: 2020-04-18-19-52-00, over +3h0m34s129ms
04-21 09:33:14.877 2079 3695 I ProcessStatsService: Added stats: 2020-04-17-19-15-29, over +3h1m38s353ms
04-21 09:33:14.884 2079 3695 I ProcessStatsService: Added stats: 2020-04-17-16-15-00, over +3h0m29s679ms
04-21 09:33:14.890 2079 3695 I ProcessStatsService: Added stats: 2020-04-17-13-14-00, over +3h0m59s714ms
04-21 09:33:14.899 2079 3695 I ProcessStatsService: Added stats: 2020-04-17-10-13-49, over +3h0m9s275ms
04-21 09:33:15.130 2079 3697 E BatteryStatsService: no controller energy info supplied
04-21 09:33:15.132 2079 3697 E KernelCpuSpeedReader: Failed to read cpu-freq: /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state (No such file or directory)
Additional context
{
"dependencies": {
"@angular/animations": "~9.1.2",
"@angular/cdk": "^9.2.1",
"@angular/common": "~9.1.2",
"@angular/compiler": "~9.1.2",
"@angular/core": "~9.1.2",
"@angular/fire": "^6.0.0",
"@angular/forms": "~9.1.2",
"@angular/http": "~8.0.0-beta.10",
"@angular/material": "^9.2.1",
"@angular/platform-browser": "~9.1.2",
"@angular/platform-browser-dynamic": "~9.1.2",
"@angular/router": "~9.1.2",
"@firebase/testing": "^0.19.1",
"@ngrx/store": "^9.1.0",
"@ngx-translate/core": "^12.1.2",
"@ngx-translate/http-loader": "^4.0.0",
"@types/jest": "^25.2.1",
"bootstrap": "^4.4.1",
"core-js": "^3.6.5",
"firebase": "^7.14.1",
"hammerjs": "^2.0.8",
"nativescript-angular": "^8.21.0",
"nativescript-gif": "^4.0.2",
"nativescript-plugin-firebase": "^10.5.2",
"nativescript-theme-core": "~2.0.24",
"nativescript-toasty": "^2.0.1",
"nativescript-ui-listview": "^8.1.2",
"nativescript-ui-sidedrawer": "8.0.1",
"nativescript-unit-test-runner": "^0.7.0",
"npm-check-updates": "^4.1.2",
"reflect-metadata": "~0.1.13",
"rxjs": "~6.5.5",
"tns-core-modules": "^6.5.1",
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.901.1",
"@angular/cli": "^9.1.1",
"@angular/compiler-cli": "~9.1.2",
"@nativescript/schematics": "~1.0.0",
"@nativescript/tslint-rules": "~0.0.5",
"@types/jasmine": "3.5.10",
"@types/jasminewd2": "~2.0.8",
"@types/node": "^13.13.1",
"codelyzer": "^5.2.2",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.1",
"jest": "^25.4.0",
"jest-preset-angular": "^8.1.3",
"karma": "5.0.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~2.1.1",
"karma-jasmine": "3.1.1",
"karma-jasmine-html-reporter": "^1.5.3",
"karma-nativescript-launcher": "0.4.0",
"karma-webpack": "4.0.2",
"nativescript-dev-webpack": "^1.5.1",
"node-sass": "^4.13.1",
"protractor": "~5.4.4",
"ts-node": "~8.9.0",
"tslint": "~6.1.1",
"typescript": "~3.8.3",
"webpack-bundle-analyzer": "^3.7.0",
"webpack-cli": "^3.3.11"
}
}