From aa5ab155477e7d2610bfe089d91c7da15efc622a Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Sun, 28 Mar 2021 00:01:47 +0700 Subject: [PATCH] move deops to devdeps --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5b61fd6..b043d4a 100644 --- a/package.json +++ b/package.json @@ -73,9 +73,11 @@ "react-hammerjs": "^1.0.1", "react-i18next": "^11.3.3", "react-icons": "^4.1.0", + "react-lottie-player": "^1.2.0", "react-scripts": "^3.4.0", "react-sortable-hoc": "^1.5.3", "react-sortablejs": "^6.0.0", + "react-syntax-highlighter": "^13.0.0", "react-use": "^13.26.1", "scroll-into-view-if-needed": "^2.2.28", "smpte-timecode": "^1.2.3", @@ -105,8 +107,6 @@ "mime-types": "^2.1.14", "mousetrap": "^1.6.5", "open": "^7.0.3", - "react-lottie-player": "^1.2.0", - "react-syntax-highlighter": "^13.0.0", "read-chunk": "^2.0.0", "semver": "^7.1.3", "string-to-stream": "^1.1.1",