diff options
| author | Thomas Haddad | 2016-11-03 17:39:09 +0100 |
|---|---|---|
| committer | Thomas Haddad | 2016-11-03 17:39:09 +0100 |
| commit | 717fd9345a16945c09244faab19b8a7ff56db31c (patch) | |
| tree | afdfe758172733e2ef7dc1a370fc4db8177b0c81 /package.json | |
| parent | ee40e07e9b2ece24434a40921807bdac6bde1ccd (diff) | |
| download | chouette-core-717fd9345a16945c09244faab19b8a7ff56db31c.tar.bz2 | |
Add react redux and form example
Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com>
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/package.json b/package.json index a64f25f36..4ef792f7e 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,16 @@ { "name": "something", "dependencies": { + "babel-polyfill": "^6.16.0", "babel-preset-es2015": "^6.18.0", + "babel-preset-react": "^6.16.0", "babelify": "^7.3.0", - "browserify": "^10.2.6", - "browserify-incremental": "^3.1.1" + "browserify": "^13.1.1", + "browserify-incremental": "^3.1.1", + "react": "^15.3.2", + "react-dom": "^15.3.2", + "react-redux": "^4.4.5", + "redux": "^3.6.0" }, "license": "MIT", "engines": { |
