feat(scaffolder): use swr, pretty template mocks, move out grid item

This commit is contained in:
Ivan Shmidt
2020-06-20 13:55:22 +02:00
parent 4aa3116476
commit 74b237d495
6 changed files with 78 additions and 63 deletions
+2 -1
View File
@@ -31,7 +31,8 @@
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "6.0.0-alpha.5",
"react-use": "^14.2.0"
"react-use": "^14.2.0",
"swr": "^0.2.2"
},
"devDependencies": {
"@backstage/cli": "^0.1.1-alpha.12",