diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index b04dc70..1dc1df3 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ "dependencies": { "@material-ui/core": "^3.9.2", "@material-ui/icons": "^3.0.2", + "@nivo/pie": "^0.52.1", "@types/chrome": "0.0.79", "@types/classnames": "^2.2.7", "@types/material-ui": "^0.21.6", @@ -38,7 +39,6 @@ "@types/react-dates": "^17.1.5", "@types/react-dom": "^16.8.1", "@types/react-router-dom": "^4.3.1", - "@types/recharts": "^1.1.11", "lru-cache": "^5.1.1", "moment": "^2.24.0", "react": "^16.8.1", @@ -46,7 +46,6 @@ "react-dom": "^16.8.1", "react-material-color-picker": "^1.1.2", "react-router-dom": "^4.3.1", - "recharts": "^1.4.2", "typeface-roboto": "0.0.54" } } |