mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +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
16 lines
340 B
JSON
16 lines
340 B
JSON
{
|
|
"name": "@start9labs/marketplace",
|
|
"version": "0.3.19",
|
|
"peerDependencies": {
|
|
"@angular/common": ">=13.2.0",
|
|
"@angular/core": ">=13.2.0",
|
|
"@start9labs/shared": ">=0.3.2",
|
|
"@taiga-ui/cdk": ">=3.0.0",
|
|
"@tinkoff/ng-dompurify": ">=4.0.0",
|
|
"fuse.js": "^6.4.6"
|
|
},
|
|
"dependencies": {
|
|
"tslib": "^2.3.0"
|
|
}
|
|
}
|