mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 18:31:52 +00:00
* prevent excessive nesting for unions, closes #2107, and genrally refactor config * a littel cleaner * working but with inefficiencies * remove warning from union list * introduce messaging for config with only pointers * feat(shared): `ElasticContainer` add new component (#2134) * feat(shared): `ElasticContainer` add new component * chore: fix imports * revert to 250 for resize * remove logs Co-authored-by: Alex Inkin <alexander@inkin.ru>
20 lines
448 B
JSON
20 lines
448 B
JSON
{
|
|
"name": "@start9labs/shared",
|
|
"version": "0.3.1",
|
|
"peerDependencies": {
|
|
"@angular/common": ">=13.2.0",
|
|
"@angular/core": ">=13.2.0",
|
|
"@angular/router": ">=13.2.0",
|
|
"@ionic/angular": ">=6.0.0",
|
|
"@ng-web-apis/mutation-observer": ">=2.0.0",
|
|
"@ng-web-apis/resize-observer": ">=2.0.0",
|
|
"@start9labs/emver": "^0.1.5"
|
|
},
|
|
"exports": {
|
|
"./assets/": "./assets/"
|
|
},
|
|
"dependencies": {
|
|
"tslib": "^2.3.0"
|
|
}
|
|
}
|