client/package.json
changeset 1 431977d7c9a6
child 2 b52921a63e77
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/client/package.json	Mon May 22 14:34:35 2017 +0200
@@ -0,0 +1,23 @@
+{
+  "name": "client",
+  "version": "0.1.0",
+  "private": true,
+  "dependencies": {
+    "immutable": "^3.8.1",
+    "react": "^15.5.4",
+    "react-dom": "^15.5.4",
+    "react-redux": "^5.0.5",
+    "redux": "^3.6.0",
+    "redux-immutable": "^4.0.0",
+    "uuid": "^3.0.1"
+  },
+  "devDependencies": {
+    "react-scripts": "1.0.2"
+  },
+  "scripts": {
+    "start": "react-scripts start",
+    "build": "react-scripts build",
+    "test": "react-scripts test --env=jsdom",
+    "eject": "react-scripts eject"
+  }
+}