summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authormokha <mokha@cisco.com>2018-09-28 14:55:21 -0600
committermokha <mokha@cisco.com>2018-09-28 14:55:21 -0600
commit252f129fb43ef7744efa8f403f523eb406c1a376 (patch)
treefacbc00e2f9f4cfb6c83f385804499a42b27eb3a /package.json
parent590e2438a85a5d0f61fb9f1d8891bd5db5d51994 (diff)
install babel
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index 6d04532..d3f812a 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,10 @@
"author": "",
"license": "ISC",
"devDependencies": {
+ "@babel/core": "^7.1.1",
"autoprefixer": "^9.1.5",
+ "babel-loader": "^8.0.4",
+ "babel-preset-env": "^1.7.0",
"css-loader": "^1.0.0",
"file-loader": "^2.0.0",
"glob": "^7.1.3",