diff options
| author | jackyzha0 <[email protected]> | 2021-04-11 10:27:27 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2021-04-11 10:27:27 -0700 |
| commit | 0144bfc9cc6c616a00a8171f3950a75ec948427e (patch) | |
| tree | 101d6c12471d411e9266cffa8e90176aff2e6fdb /frontend/package.json | |
| parent | base next bump (diff) | |
| download | ctrl-v-0144bfc9cc6c616a00a8171f3950a75ec948427e.tar.xz ctrl-v-0144bfc9cc6c616a00a8171f3950a75ec948427e.zip | |
base next refactor
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" } } |