diff options
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend/package.json b/frontend/package.json index e50ce30..1851591 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -11,7 +11,6 @@ "react-katex": "^2.0.2", "react-markdown": "^4.3.1", "react-modal": "^3.11.2", - "react-router-dom": "^5.2.0", "react-simple-code-editor": "^0.11.0", "react-syntax-highlighter": "^12.2.1", "react-syntax-highlighter-virtualized-renderer": "^1.1.0", @@ -37,5 +36,8 @@ "last 1 firefox version", "last 1 safari version" ] + }, + "devDependencies": { + "babel-plugin-styled-components": "^1.12.0" } } |