From 412ecb5552df3e7a114313ede913aab4a9fbc6dd Mon Sep 17 00:00:00 2001 From: Hayk Safaryan Date: Tue, 24 Nov 2020 18:17:04 +0400 Subject: [PATCH] Update package.json https://github.com/kybarg/react-barcode-reader/issues/19 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f5e6d31..c25d00f 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,8 @@ "@storybook/cli": "^5.3.18", "@storybook/react": "^5.3.18", "babel-core": "^7.0.0-bridge.0", - "babel-eslint": "^10.1.0", + "babel-eslint": "^10.1.0", + "babel-loader": "^8.1.0" "del": "^5.1.0", "eslint": "^6.8.0", "eslint-plugin-react": "^7.19.0", @@ -67,7 +68,6 @@ "gulp-inline-str": "^0.1.0" }, "dependencies": { - "babel-loader": "^8.1.0", "prop-types": "^15.7.2", "react": "^16.13.1", "react-dom": "^16.13.1"