choer: reworking storybook, not sure if this is gonna work

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-01-20 17:45:19 +01:00
committed by Patrik Oldsberg
parent 03f5c764e9
commit 7fa11b23c9
2 changed files with 32 additions and 10 deletions
+4 -4
View File
@@ -8,10 +8,10 @@
"build-storybook": "build-storybook --output-dir dist"
},
"dependencies": {
"@backstage/theme": "^0.2.0",
"@backstage/test-utils": "^0.2.3",
"@backstage/core-app-api": "^0.5.0",
"@backstage/core-plugin-api": "^0.6.0",
"@backstage/theme": "file:../packages/theme",
"@backstage/test-utils": "file:../packages/test-utils",
"@backstage/core-app-api": "file:../packages/core-app-api",
"@backstage/core-plugin-api": "file:../packages/core-plugin-api",
"@sucrase/webpack-loader": "^2.0.0",
"sucrase": "^3.20.2",
"react": "^17.0.2",