|
@@ -14,6 +14,7 @@
|
14
|
14
|
"react": "16.13.1",
|
15
|
15
|
"react-dom": "16.13.1",
|
16
|
16
|
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
|
|
17
|
+ "react-native-gifted-chat": "^0.16.3",
|
17
|
18
|
"react-native-paper": "^4.9.2",
|
18
|
19
|
"react-native-web": "~0.13.12",
|
19
|
20
|
"react-redux": "^7.2.5",
|
|
@@ -9267,6 +9268,11 @@
|
9267
|
9268
|
"react": "16.13.1"
|
9268
|
9269
|
}
|
9269
|
9270
|
},
|
|
9271
|
+ "node_modules/react-native-communications": {
|
|
9272
|
+ "version": "2.2.1",
|
|
9273
|
+ "resolved": "https://registry.npmjs.org/react-native-communications/-/react-native-communications-2.2.1.tgz",
|
|
9274
|
+ "integrity": "sha1-eIO1ayCgAu63kMET+GFuqGksp5U="
|
|
9275
|
+ },
|
9270
|
9276
|
"node_modules/react-native-gesture-handler": {
|
9271
|
9277
|
"version": "1.10.3",
|
9272
|
9278
|
"resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-1.10.3.tgz",
|
|
@@ -9295,6 +9301,77 @@
|
9295
|
9301
|
"ua-parser-js": "^0.7.18"
|
9296
|
9302
|
}
|
9297
|
9303
|
},
|
|
9304
|
+ "node_modules/react-native-gifted-chat": {
|
|
9305
|
+ "version": "0.16.3",
|
|
9306
|
+ "resolved": "https://registry.npmjs.org/react-native-gifted-chat/-/react-native-gifted-chat-0.16.3.tgz",
|
|
9307
|
+ "integrity": "sha512-7EJKQPzzg1yIbLFNq9n5bGJWZ7Woi2bTeT7M4EVSChmFF/qyNos+gFxEcafPkEihEeIxeOne6hBQlYNKmDABgA==",
|
|
9308
|
+ "dependencies": {
|
|
9309
|
+ "@expo/react-native-action-sheet": "^3.6.0",
|
|
9310
|
+ "dayjs": "^1.8.26",
|
|
9311
|
+ "prop-types": "^15.7.2",
|
|
9312
|
+ "react-native-communications": "^2.2.1",
|
|
9313
|
+ "react-native-iphone-x-helper": "^1.2.1",
|
|
9314
|
+ "react-native-lightbox": "^0.8.1",
|
|
9315
|
+ "react-native-parsed-text": "0.0.22",
|
|
9316
|
+ "react-native-typing-animation": "^0.1.7",
|
|
9317
|
+ "uuid": "3.4.0"
|
|
9318
|
+ },
|
|
9319
|
+ "peerDependencies": {
|
|
9320
|
+ "dayjs": "*",
|
|
9321
|
+ "react": "*",
|
|
9322
|
+ "react-native": "*"
|
|
9323
|
+ }
|
|
9324
|
+ },
|
|
9325
|
+ "node_modules/react-native-gifted-chat/node_modules/@expo/react-native-action-sheet": {
|
|
9326
|
+ "version": "3.12.0",
|
|
9327
|
+ "resolved": "https://registry.npmjs.org/@expo/react-native-action-sheet/-/react-native-action-sheet-3.12.0.tgz",
|
|
9328
|
+ "integrity": "sha512-tuc8mJmDeCc1q/U2q+IJ9pKeIZL/JJoHYBf34Vor1aabfk8m+/LSDlCCi4MVFIU1fHHwgNQyuDbGhsanYPJFRw==",
|
|
9329
|
+ "dependencies": {
|
|
9330
|
+ "@types/hoist-non-react-statics": "^3.3.1",
|
|
9331
|
+ "hoist-non-react-statics": "^3.3.0"
|
|
9332
|
+ },
|
|
9333
|
+ "peerDependencies": {
|
|
9334
|
+ "react": ">=16.3.0"
|
|
9335
|
+ }
|
|
9336
|
+ },
|
|
9337
|
+ "node_modules/react-native-gifted-chat/node_modules/react-native-iphone-x-helper": {
|
|
9338
|
+ "version": "1.3.1",
|
|
9339
|
+ "resolved": "https://registry.npmjs.org/react-native-iphone-x-helper/-/react-native-iphone-x-helper-1.3.1.tgz",
|
|
9340
|
+ "integrity": "sha512-HOf0jzRnq2/aFUcdCJ9w9JGzN3gdEg0zFE4FyYlp4jtidqU03D5X7ZegGKfT1EWteR0gPBGp9ye5T5FvSWi9Yg==",
|
|
9341
|
+ "peerDependencies": {
|
|
9342
|
+ "react-native": ">=0.42.0"
|
|
9343
|
+ }
|
|
9344
|
+ },
|
|
9345
|
+ "node_modules/react-native-gifted-chat/node_modules/react-native-parsed-text": {
|
|
9346
|
+ "version": "0.0.22",
|
|
9347
|
+ "resolved": "https://registry.npmjs.org/react-native-parsed-text/-/react-native-parsed-text-0.0.22.tgz",
|
|
9348
|
+ "integrity": "sha512-hfD83RDXZf9Fvth3DowR7j65fMnlqM9PpxZBGWkzVcUTFtqe6/yPcIoIAgrJbKn6YmtzkivmhWE2MCE4JKBXrQ==",
|
|
9349
|
+ "dependencies": {
|
|
9350
|
+ "prop-types": "^15.7.x"
|
|
9351
|
+ },
|
|
9352
|
+ "peerDependencies": {
|
|
9353
|
+ "react": "*",
|
|
9354
|
+ "react-native": "*"
|
|
9355
|
+ }
|
|
9356
|
+ },
|
|
9357
|
+ "node_modules/react-native-gifted-chat/node_modules/react-native-typing-animation": {
|
|
9358
|
+ "version": "0.1.7",
|
|
9359
|
+ "resolved": "https://registry.npmjs.org/react-native-typing-animation/-/react-native-typing-animation-0.1.7.tgz",
|
|
9360
|
+ "integrity": "sha512-4H3rF9M+I2yAZpYJcY0Mb29TXkn98QK12rrKSY6LZj1BQD9NNmRZuNXzwX4XHapsIz+N/J8M3p27FOQPbfzqeg==",
|
|
9361
|
+ "peerDependencies": {
|
|
9362
|
+ "prop-types": "*",
|
|
9363
|
+ "react": "*",
|
|
9364
|
+ "react-native": "*"
|
|
9365
|
+ }
|
|
9366
|
+ },
|
|
9367
|
+ "node_modules/react-native-lightbox": {
|
|
9368
|
+ "version": "0.8.1",
|
|
9369
|
+ "resolved": "https://registry.npmjs.org/react-native-lightbox/-/react-native-lightbox-0.8.1.tgz",
|
|
9370
|
+ "integrity": "sha512-TFZA6iKEEHpAUIXjMTRb6vx0/9rHgEKy3ZBiRAy295PwldYg5c8opwnbyURLIl522ykeqhVx9uGdXjSMIowLvA==",
|
|
9371
|
+ "dependencies": {
|
|
9372
|
+ "prop-types": "^15.7.2"
|
|
9373
|
+ }
|
|
9374
|
+ },
|
9298
|
9375
|
"node_modules/react-native-paper": {
|
9299
|
9376
|
"version": "4.9.2",
|
9300
|
9377
|
"resolved": "https://registry.npmjs.org/react-native-paper/-/react-native-paper-4.9.2.tgz",
|
|
@@ -19462,6 +19539,11 @@
|
19462
|
19539
|
}
|
19463
|
19540
|
}
|
19464
|
19541
|
},
|
|
19542
|
+ "react-native-communications": {
|
|
19543
|
+ "version": "2.2.1",
|
|
19544
|
+ "resolved": "https://registry.npmjs.org/react-native-communications/-/react-native-communications-2.2.1.tgz",
|
|
19545
|
+ "integrity": "sha1-eIO1ayCgAu63kMET+GFuqGksp5U="
|
|
19546
|
+ },
|
19465
|
19547
|
"react-native-gesture-handler": {
|
19466
|
19548
|
"version": "1.10.3",
|
19467
|
19549
|
"resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-1.10.3.tgz",
|
|
@@ -19492,6 +19574,61 @@
|
19492
|
19574
|
}
|
19493
|
19575
|
}
|
19494
|
19576
|
},
|
|
19577
|
+ "react-native-gifted-chat": {
|
|
19578
|
+ "version": "0.16.3",
|
|
19579
|
+ "resolved": "https://registry.npmjs.org/react-native-gifted-chat/-/react-native-gifted-chat-0.16.3.tgz",
|
|
19580
|
+ "integrity": "sha512-7EJKQPzzg1yIbLFNq9n5bGJWZ7Woi2bTeT7M4EVSChmFF/qyNos+gFxEcafPkEihEeIxeOne6hBQlYNKmDABgA==",
|
|
19581
|
+ "requires": {
|
|
19582
|
+ "@expo/react-native-action-sheet": "^3.6.0",
|
|
19583
|
+ "dayjs": "^1.8.26",
|
|
19584
|
+ "prop-types": "^15.7.2",
|
|
19585
|
+ "react-native-communications": "^2.2.1",
|
|
19586
|
+ "react-native-iphone-x-helper": "^1.2.1",
|
|
19587
|
+ "react-native-lightbox": "^0.8.1",
|
|
19588
|
+ "react-native-parsed-text": "0.0.22",
|
|
19589
|
+ "react-native-typing-animation": "^0.1.7",
|
|
19590
|
+ "uuid": "3.4.0"
|
|
19591
|
+ },
|
|
19592
|
+ "dependencies": {
|
|
19593
|
+ "@expo/react-native-action-sheet": {
|
|
19594
|
+ "version": "3.12.0",
|
|
19595
|
+ "resolved": "https://registry.npmjs.org/@expo/react-native-action-sheet/-/react-native-action-sheet-3.12.0.tgz",
|
|
19596
|
+ "integrity": "sha512-tuc8mJmDeCc1q/U2q+IJ9pKeIZL/JJoHYBf34Vor1aabfk8m+/LSDlCCi4MVFIU1fHHwgNQyuDbGhsanYPJFRw==",
|
|
19597
|
+ "requires": {
|
|
19598
|
+ "@types/hoist-non-react-statics": "^3.3.1",
|
|
19599
|
+ "hoist-non-react-statics": "^3.3.0"
|
|
19600
|
+ }
|
|
19601
|
+ },
|
|
19602
|
+ "react-native-iphone-x-helper": {
|
|
19603
|
+ "version": "1.3.1",
|
|
19604
|
+ "resolved": "https://registry.npmjs.org/react-native-iphone-x-helper/-/react-native-iphone-x-helper-1.3.1.tgz",
|
|
19605
|
+ "integrity": "sha512-HOf0jzRnq2/aFUcdCJ9w9JGzN3gdEg0zFE4FyYlp4jtidqU03D5X7ZegGKfT1EWteR0gPBGp9ye5T5FvSWi9Yg==",
|
|
19606
|
+ "requires": {}
|
|
19607
|
+ },
|
|
19608
|
+ "react-native-parsed-text": {
|
|
19609
|
+ "version": "0.0.22",
|
|
19610
|
+ "resolved": "https://registry.npmjs.org/react-native-parsed-text/-/react-native-parsed-text-0.0.22.tgz",
|
|
19611
|
+ "integrity": "sha512-hfD83RDXZf9Fvth3DowR7j65fMnlqM9PpxZBGWkzVcUTFtqe6/yPcIoIAgrJbKn6YmtzkivmhWE2MCE4JKBXrQ==",
|
|
19612
|
+ "requires": {
|
|
19613
|
+ "prop-types": "^15.7.x"
|
|
19614
|
+ }
|
|
19615
|
+ },
|
|
19616
|
+ "react-native-typing-animation": {
|
|
19617
|
+ "version": "0.1.7",
|
|
19618
|
+ "resolved": "https://registry.npmjs.org/react-native-typing-animation/-/react-native-typing-animation-0.1.7.tgz",
|
|
19619
|
+ "integrity": "sha512-4H3rF9M+I2yAZpYJcY0Mb29TXkn98QK12rrKSY6LZj1BQD9NNmRZuNXzwX4XHapsIz+N/J8M3p27FOQPbfzqeg==",
|
|
19620
|
+ "requires": {}
|
|
19621
|
+ }
|
|
19622
|
+ }
|
|
19623
|
+ },
|
|
19624
|
+ "react-native-lightbox": {
|
|
19625
|
+ "version": "0.8.1",
|
|
19626
|
+ "resolved": "https://registry.npmjs.org/react-native-lightbox/-/react-native-lightbox-0.8.1.tgz",
|
|
19627
|
+ "integrity": "sha512-TFZA6iKEEHpAUIXjMTRb6vx0/9rHgEKy3ZBiRAy295PwldYg5c8opwnbyURLIl522ykeqhVx9uGdXjSMIowLvA==",
|
|
19628
|
+ "requires": {
|
|
19629
|
+ "prop-types": "^15.7.2"
|
|
19630
|
+ }
|
|
19631
|
+ },
|
19495
|
19632
|
"react-native-paper": {
|
19496
|
19633
|
"version": "4.9.2",
|
19497
|
19634
|
"resolved": "https://registry.npmjs.org/react-native-paper/-/react-native-paper-4.9.2.tgz",
|