From 675ee751c70765f2059dc839852950095511d474 Mon Sep 17 00:00:00 2001 From: Halil Bilir Date: Wed, 15 Dec 2021 21:53:43 +0300 Subject: [PATCH] Moving react and react-dom into devDependencies. --- package.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e0116d5..c56ca54 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,8 @@ "eslint-plugin-import": "^2.22.1", "fork-ts-checker-webpack-plugin": "^6.1.0", "html-webpack-plugin": "5.0.0-alpha.4", + "react": "^17.0.2", + "react-dom": "^17.0.2", "rollup": "^2.40.0", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.30.0", @@ -58,9 +60,5 @@ "keywords": [ "confetti", "js-confetti" - ], - "dependencies": { - "react": "^17.0.2", - "react-dom": "^17.0.2" - } + ] }