aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-03-05 13:49:08 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-03-05 13:49:08 +0100
commit5c24818b7e10831d7af613f55851493c702545c9 (patch)
treebf811e06d82d679b20b75bdf176291b202925299 /package.json
parent5dfaa32418c73fcbdfb8fc5a1584b4c92d0192d2 (diff)
downloadfosdem-2021-minimalism-presentation-5c24818b7e10831d7af613f55851493c702545c9.tar
fosdem-2021-minimalism-presentation-5c24818b7e10831d7af613f55851493c702545c9.tar.gz
setup babel
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/package.json b/package.json
index 3ba016e..6e984ec 100644
--- a/package.json
+++ b/package.json
@@ -26,19 +26,22 @@
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
+ "gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-connect": "^5.7.0",
"gulp-eslint": "^6.0.0",
+ "gulp-header": "^2.0.9",
"gulp-qunit": "^2.1.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.2",
- "gulp-header": "^2.0.9",
"gulp-zip": "^5.0.1",
- "yargs": "^15.1.0",
"express": "^4.17.1",
"mustache": "^4.0.0",
- "socket.io": "^2.3.0"
+ "socket.io": "^2.3.0",
+ "yargs": "^15.1.0",
+ "@babel/core": "^7.8.7",
+ "@babel/preset-env": "^7.8.7"
},
"eslintConfig": {
"env": {