Add Lighthouse card & tab

* Add a lighthouse card to be displayed on the website overview
* Add a lighthouse tab and embed lighthouse content
This commit is contained in:
Iain Billett
2020-09-25 10:45:51 +01:00
parent 4fce90b696
commit fba3d513f5
18 changed files with 795 additions and 110 deletions
+4
View File
@@ -21,12 +21,16 @@
"start": "backstage-cli plugin:serve"
},
"dependencies": {
"@backstage/catalog-model": "^0.1.1-alpha.24",
"@backstage/config": "^0.1.1-alpha.24",
"@backstage/core": "^0.1.1-alpha.24",
"@backstage/core-api": "^0.1.1-alpha.24",
"@backstage/plugin-catalog": "^0.1.1-alpha.24",
"@backstage/theme": "^0.1.1-alpha.24",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.45",
"@testing-library/react-hooks": "^3.4.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-markdown": "^4.3.1",