summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-12-08 17:17:57 +0200
committerYuval Adam <yuval@y3xz.com>2015-12-08 17:17:57 +0200
commita4ed62da476682083b8a6c30ef768e9619e5b345 (patch)
tree6a2a2b792c506f59302309a856e051a61c8c7c7e /package.json
parentc52b19823b2575130b3ef1e133f494b176fa1500 (diff)
React+babel is working
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/package.json b/package.json
index e9cc590..d0dd9ed 100644
--- a/package.json
+++ b/package.json
@@ -11,5 +11,14 @@
"devDependencies": {
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0"
+ },
+ "dependencies": {
+ "babel-core": "^6.3.15",
+ "babel-loader": "^6.2.0",
+ "babel-preset-es2015": "^6.3.13",
+ "babel-preset-react": "^6.3.13",
+ "babel-preset-stage-0": "^6.3.13",
+ "react": "^0.14.3",
+ "react-dom": "^0.14.3"
}
}