@rtsee/ngx 0.0.82 → 0.0.85
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +40 -5
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.0.
|
|
2
|
+
"version": "0.0.85",
|
|
3
3
|
"name": "@rtsee/ngx",
|
|
4
4
|
"module": "./dist/ngx/fesm2022/rtsee-ngx.mjs",
|
|
5
5
|
"types": "./dist/ngx/index.d.ts",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"lint:prettier": "yarn lint-file:prettier './**/*.{ts,js,json,css,md}' --ignore-path ../../.prettierignore"
|
|
24
24
|
},
|
|
25
25
|
"private": false,
|
|
26
|
-
"
|
|
26
|
+
"peerDependencies": {
|
|
27
27
|
"@angular/animations": "^20.1.2",
|
|
28
28
|
"@angular/cdk": "^20.1.2",
|
|
29
29
|
"@angular/common": "^20.1.2",
|
|
@@ -40,7 +40,9 @@
|
|
|
40
40
|
"@rtsee/events-dashboard": "^0.0.87",
|
|
41
41
|
"@rtsee/factory": "^0.0.96",
|
|
42
42
|
"@rtsee/messenger": "^0.0.87",
|
|
43
|
+
"@rtsee/presentation": "^0.0.86",
|
|
43
44
|
"@rtsee/signaling-client": "^0.0.66",
|
|
45
|
+
"@rtsee/utilities-ui": "^0.0.18",
|
|
44
46
|
"@stripe/stripe-js": "^8.6.1",
|
|
45
47
|
"dayjs": "^1.11.9",
|
|
46
48
|
"ngx-autosize": "^2.0.4",
|
|
@@ -51,21 +53,54 @@
|
|
|
51
53
|
"rxjs": "~7.8.0",
|
|
52
54
|
"shave": "^5.0.0",
|
|
53
55
|
"swiper": "^12.0.3",
|
|
54
|
-
"tslib": "^2.3.0",
|
|
55
56
|
"zone.js": "^0.15.1"
|
|
56
57
|
},
|
|
58
|
+
"dependencies": {
|
|
59
|
+
"tslib": "^2.3.0"
|
|
60
|
+
},
|
|
57
61
|
"devDependencies": {
|
|
62
|
+
"@angular/animations": "^20.1.2",
|
|
58
63
|
"@angular/build": "^20.1.2",
|
|
64
|
+
"@angular/cdk": "^20.1.2",
|
|
59
65
|
"@angular/cli": "^20.1.2",
|
|
66
|
+
"@angular/common": "^20.1.2",
|
|
67
|
+
"@angular/compiler": "^20.1.2",
|
|
60
68
|
"@angular/compiler-cli": "^20.1.2",
|
|
69
|
+
"@angular/core": "^20.1.2",
|
|
70
|
+
"@angular/forms": "^20.1.2",
|
|
71
|
+
"@angular/platform-browser": "^20.1.2",
|
|
72
|
+
"@angular/platform-browser-dynamic": "^20.1.2",
|
|
73
|
+
"@angular/router": "^20.1.2",
|
|
74
|
+
"@primeuix/themes": "^1.2.3",
|
|
75
|
+
"@rtsee/common": "^0.0.52",
|
|
76
|
+
"@rtsee/conference": "^0.0.53",
|
|
77
|
+
"@rtsee/core": "^0.0.97",
|
|
78
|
+
"@rtsee/events-dashboard": "^0.0.86",
|
|
79
|
+
"@rtsee/factory": "^0.0.95",
|
|
80
|
+
"@rtsee/messenger": "^0.0.86",
|
|
81
|
+
"@rtsee/presentation": "^0.0.86",
|
|
82
|
+
"@rtsee/signaling-client": "^0.0.66",
|
|
83
|
+
"@rtsee/utilities-ui": "^0.0.18",
|
|
84
|
+
"@stripe/stripe-js": "^8.6.1",
|
|
61
85
|
"@types/node": "~24.0.14",
|
|
86
|
+
"dayjs": "^1.11.9",
|
|
62
87
|
"jest-preset-angular": "^14.5.5",
|
|
63
88
|
"jest-watch-yarn-workspaces": "^1.1.0",
|
|
64
89
|
"ng-packagr": "^20.1.0",
|
|
65
|
-
"
|
|
90
|
+
"ngx-autosize": "^2.0.4",
|
|
91
|
+
"ngx-captcha": "^14.0.0",
|
|
92
|
+
"ngx-image-cropper": "^9.1.5",
|
|
93
|
+
"ngx-infinite-scroll": "20.0.0",
|
|
94
|
+
"primeng": "^20.1.2",
|
|
95
|
+
"rxjs": "~7.8.0",
|
|
96
|
+
"shave": "^5.0.0",
|
|
97
|
+
"swiper": "^12.0.3",
|
|
98
|
+
"tslib": "^2.3.0",
|
|
99
|
+
"typescript": "5.8.3",
|
|
100
|
+
"zone.js": "^0.15.1"
|
|
66
101
|
},
|
|
67
102
|
"publishConfig": {
|
|
68
103
|
"access": "public"
|
|
69
104
|
},
|
|
70
|
-
"gitHead": "
|
|
105
|
+
"gitHead": "d64755baa1500d6c117afb98a287154b55c27b95"
|
|
71
106
|
}
|