Files
start-os/frontend/projects/marketplace/package.json
Aiden McClelland b9e4a66fdc Feature/git hash (#1919)
* display git hash in marketplace show and app show. Add additional info to app show

* bump marketplace lib version

* disbaled links if site not provided, fix bug with license-instructions

* fix import

* stupid

* feat: Add in the packing side git hash

* chore: Remove the test that is breaking the build.

Co-authored-by: Matt Hill <matthewonthemoon@gmail.com>
Co-authored-by: BluJ <mogulslayer@gmail.com>
2022-11-29 09:43:54 -07:00

14 lines
299 B
JSON

{
"name": "@start9labs/marketplace",
"version": "0.3.0",
"peerDependencies": {
"@angular/common": ">=13.2.0",
"@angular/core": ">=13.2.0",
"@ionic/angular": ">=6.0.0",
"@start9labs/shared": ">=0.2.0",
"fuse.js": "^6.4.6"
},
"dependencies": {
"tslib": "^2.3.0"
}
}