diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-08-09 14:29:14 +0300 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 10:05:18 +0200 |
| commit | 67a771cbb02ec9da3c60704901f3150b46a7262b (patch) | |
| tree | f5e8e28cc0b7539196e7cdc2f4f4e7cc2c165fbd /package.json | |
| parent | d1194f0706789287b98996b629451042f62bf6eb (diff) | |
Create basic projects page with add-button
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/package.json b/package.json index 7178e213..03fbeb84 100644 --- a/package.json +++ b/package.json @@ -4,16 +4,24 @@ "private": true, "dependencies": { "bootstrap": "4.0.0-alpha.6", + "classnames": "^2.2.5", "history": "^4.6.3", + "isomorphic-fetch": "^2.2.1", "node-sass-chokidar": "^0.0.3", + "normalizr": "^3.2.3", "npm-run-all": "^4.0.2", + "prop-types": "^15.5.10", "react": "^15.6.1", "react-dom": "^15.6.1", "react-fontawesome": "^1.6.1", "react-google-login": "^2.9.2", "react-mailto": "^0.4.0", + "react-redux": "^5.0.5", "react-router-dom": "^4.1.1", - "react-scripts": "1.0.10" + "react-scripts": "1.0.10", + "redux": "^3.7.2", + "redux-logger": "^3.0.6", + "redux-thunk": "^2.2.0" }, "scripts": { "build-css": "node-sass-chokidar src/ -o src/", |
