mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
* make category link generic * fix ai category display and svg icons * fix markdown display and ansi module; cleanup * convert tailwindcss to scss in marketplace menu component * convert tailwindcss to scss in marketplace categories component * convert tailwindcss to scss in marketplace item component * update launch icon to taiga icon * convert tailwindcss to scss in marketplace search component + cleanup * convert tailwindcss to scss in marketplace release notes component + cleanup * convert tailwindcss to scss in marketplace about component + cleanup * convert tailwindcss to scss in marketplace additional component * convert tailwindcss to scss in marketplace dependencies component + misc style fixes * convert tailwindcss to scss in marketplace hero component + misc style fixes * convert tailwindcss to scss in marketplace screenshots component * convert tailwindcss to scss in portal marketplace components * remove the rest of tailwindscss and fix reset styles * bump shared and marketplace package versions * misc style + build fixes * sync package lock * fix markdown + cleanup * fix markdown margins and git hash size * fix mobile zindex for hero and mobile changing categories routing link
24 lines
588 B
JSON
24 lines
588 B
JSON
{
|
|
"name": "@start9labs/shared",
|
|
"version": "0.3.9",
|
|
"peerDependencies": {
|
|
"@angular/common": "^17.0.6",
|
|
"@angular/core": "^17.0.6",
|
|
"@angular/router": "^17.0.6",
|
|
"@ng-web-apis/mutation-observer": ">=2.0.0",
|
|
"@ng-web-apis/resize-observer": ">=2.0.0",
|
|
"@start9labs/emver": "^0.1.5",
|
|
"@taiga-ui/cdk": ">=3.0.0",
|
|
"@taiga-ui/core": ">=3.0.0",
|
|
"@taiga-ui/experimental": ">=3.0.0",
|
|
"@tinkoff/ng-dompurify": ">=4.0.0",
|
|
"ansi-to-html": "^0.7.2"
|
|
},
|
|
"exports": {
|
|
"./assets/": "./assets/"
|
|
},
|
|
"dependencies": {
|
|
"tslib": "^2.3.0"
|
|
}
|
|
}
|