diff options
Diffstat (limited to 'frontend/package.json')
-rw-r--r-- | frontend/package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/frontend/package.json b/frontend/package.json index d4aed987..574e1c1c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -3,11 +3,12 @@ "version": "0.1.0", "private": true, "devDependencies": { - "react-scripts": "0.8.5", - "babel-polyfill": "^6.20.0" + "babel-polyfill": "^6.20.0", + "react-scripts": "0.8.5" }, "dependencies": { "immutable": "^3.8.1", + "normalizr": "^3.1.0", "react": "^15.4.2", "react-dom": "^15.4.2", "react-redux": "^5.0.2", |