aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorThomas Haddad2016-11-03 17:39:09 +0100
committerThomas Haddad2016-11-08 18:15:11 +0100
commita34ddae7dfc8ba65c8b9c5f8c8e93f4a298b90c5 (patch)
treeae7d424430e155c07ab5a0d5afab5cd6b134ec58 /package.json
parent77adefca8011e9ab8198537fc5b08c270a68ddb2 (diff)
downloadchouette-core-a34ddae7dfc8ba65c8b9c5f8c8e93f4a298b90c5.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.json10
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": {