From 30b4e0295e4e1616501c498b5f5b64ae07706310 Mon Sep 17 00:00:00 2001 From: fanxb Date: Tue, 16 Jul 2019 15:26:18 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix:=20[=E5=89=8D=E5=8F=B0]:?= =?UTF-8?q?=E4=BF=AE=E6=94=B9package.json=E8=A7=A3=E5=86=B3=E6=89=93?= =?UTF-8?q?=E5=8C=85=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/package.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/front/package.json b/front/package.json index a68aea4..a7a45b8 100644 --- a/front/package.json +++ b/front/package.json @@ -17,7 +17,8 @@ "react-redux": "^7.1.0", "react-router-dom": "^5.0.1", "react-scripts": "3.0.1", - "redux": "^4.0.1" + "redux": "^4.0.1", + "less-loader": "^5.0.0" }, "scripts": { "start": "react-app-rewired start", @@ -39,8 +40,5 @@ "last 1 firefox version", "last 1 safari version" ] - }, - "devDependencies": { - "less-loader": "^5.0.0" } -} +} \ No newline at end of file