From 182bb9eb8678a79edb63e9899f14d0c19b2c48d0 Mon Sep 17 00:00:00 2001 From: Samy Pesse Date: Mon, 17 Oct 2016 23:40:02 +0200 Subject: [PATCH] Remove react dependencies from "gitbook" --- packages/gitbook/package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/gitbook/package.json b/packages/gitbook/package.json index d0bc07bdf..11aa0f784 100644 --- a/packages/gitbook/package.json +++ b/packages/gitbook/package.json @@ -52,9 +52,6 @@ "omit-keys": "^0.1.0", "open": "0.0.5", "q": "1.4.1", - "react": "^15.3.2", - "react-dom": "^15.3.2", - "react-redux": "^4.4.5", "read-installed": "^4.0.3", "redux": "^3.5.2", "request": "2.72.0", @@ -107,4 +104,4 @@ "babel-register": "^6.14.0", "mocha": "^3.0.2" } -} \ No newline at end of file +}