move cost insights example client to plugin

This commit is contained in:
Ryan Vazquez
2020-10-26 15:00:46 -04:00
parent b173dacb46
commit 0eac8f037d
9 changed files with 35 additions and 37 deletions
+6 -3
View File
@@ -33,6 +33,7 @@
"@types/recharts": "^1.8.14",
"canvas": "^2.6.1",
"classnames": "^2.2.6",
"dayjs": "^1.9.4",
"history": "^5.0.0",
"moment": "^2.27.0",
"qs": "^6.9.4",
@@ -41,21 +42,23 @@
"react-router-dom": "6.0.0-beta.0",
"react-use": "^15.3.3",
"recharts": "^1.8.5",
"regression": "^2.0.1",
"yup": "^0.29.3"
},
"devDependencies": {
"@backstage/cli": "^0.1.1-alpha.25",
"@backstage/dev-utils": "^0.1.1-alpha.25",
"@backstage/test-utils": "^0.1.1-alpha.25",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^10.4.1",
"@testing-library/user-event": "^12.0.7",
"@types/jest": "^26.0.7",
"@types/node": "^12.0.0",
"@types/yup": "^0.29.8",
"@types/recharts": "^1.8.14",
"msw": "^0.21.2",
"@types/regression": "^2.0.0",
"@types/yup": "^0.29.8",
"cross-fetch": "^3.0.6",
"@backstage/test-utils": "^0.1.1-alpha.25"
"msw": "^0.21.2"
},
"files": [
"dist"