mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
* feat(marketplace): add separate package and move some entities in it * feat(marketplace): refactor release notes and list * feat(marketplace): refactor showing a package * chore: fix install progress * chore: fix angular.json * chore: properly share stream
14 lines
264 B
JSON
14 lines
264 B
JSON
{
|
|
"name": "@start9labs/marketplace",
|
|
"version": "0.0.1",
|
|
"peerDependencies": {
|
|
"@angular/common": "^13.2.0",
|
|
"@angular/core": "^13.2.0",
|
|
"@start9labs/shared": "^0.0.1",
|
|
"fuse.js": "^6.4.6"
|
|
},
|
|
"dependencies": {
|
|
"tslib": "^2.3.0"
|
|
}
|
|
}
|