From 70de543167875c0d6071a56eca523da01b0be812 Mon Sep 17 00:00:00 2001 From: Lukas Strassel Date: Fri, 22 Jan 2016 11:48:20 +0100 Subject: [PATCH] adding material ui without this, you wont be able to run the project, except you've installed material-ui globally --- app/package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index 4ed4bc0..c61bca8 100644 --- a/app/package.json +++ b/app/package.json @@ -15,7 +15,9 @@ "react-dom": "^0.14.6", "react-komposer": "^1.2.0", "react-mounter": "^1.0.0", - "react-simple-di": "^1.0.0" + "react-simple-di": "^1.0.0", + "material-ui":"^0.14.2", + "react-tap-event-plugin":"^0.2.1" }, "devDependencies": { "babel-core": "^6.4.0",