|
1 | 1 | {
|
2 | 2 | "name": "stream-chat-angular",
|
3 |
| - "version": "5.1.6", |
| 3 | + "version": "5.1.7-5.x.x-beta.2", |
4 | 4 | "description": "Angular components to create chat conversations or livestream style chat",
|
5 | 5 | "author": "GetStream",
|
6 | 6 | "homepage": "https://getstream.io/chat/",
|
7 | 7 | "repository": {
|
8 | 8 | "type": "git",
|
9 | 9 | "url": "https://github.com/GetStream/stream-chat-angular.git"
|
10 | 10 | },
|
| 11 | + "exports": { |
| 12 | + "./src/assets/styles/scss/index.scss": { |
| 13 | + "style": "./src/assets/styles/scss/index.scss" |
| 14 | + }, |
| 15 | + "./src/assets/styles/css/index.css": { |
| 16 | + "style": "./src/assets/styles/css/index.css" |
| 17 | + } |
| 18 | + }, |
11 | 19 | "peerDependencies": {
|
12 | 20 | "@angular/common": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
|
13 | 21 | "@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
|
14 |
| - "@floating-ui/dom": "^1.6.3", |
15 | 22 | "@ngx-translate/core": "^14.0.0 || ^15.0.0",
|
16 |
| - "angular-mentions": "^1.4.0", |
17 |
| - "ngx-float-ui": "^15.0.0|| ^16.0.0 || ^17.0.0 || ^18.0.0 || ^18.0.1-rc.0", |
18 | 23 | "rxjs": "^7.4.0",
|
19 | 24 | "stream-chat": "^8.26.0"
|
20 | 25 | },
|
21 | 26 | "dependencies": {
|
| 27 | + "@floating-ui/dom": "^1.6.3", |
22 | 28 | "@stream-io/transliterate": "^1.5.2",
|
| 29 | + "angular-mentions": "^1.4.0", |
23 | 30 | "dayjs": "^1.11.10",
|
24 | 31 | "emoji-regex": "^10.3.0",
|
| 32 | + "ngx-float-ui": "^15.0.0|| ^16.0.0 || ^17.0.0 || ^18.0.0 || ^18.0.1-rc.0", |
25 | 33 | "pretty-bytes": "^6.1.1",
|
26 | 34 | "tslib": "^2.3.0",
|
27 | 35 | "uuid": "^9.0.1"
|
|
0 commit comments