aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-03-31 13:06:58 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-03-31 13:06:58 +0200
commitdbbd82579e8ecd3b3f583cb6963120aa7da7d0b2 (patch)
tree2e41a8e2702f7d558999e80c3b12b9008b5cc179 /package.json
parentfe75be1cffa2047309358f7d2e05fe9eee96dd96 (diff)
downloadfosdem-2021-minimalism-presentation-dbbd82579e8ecd3b3f583cb6963120aa7da7d0b2.tar
fosdem-2021-minimalism-presentation-dbbd82579e8ecd3b3f583cb6963120aa7da7d0b2.tar.gz
fix unit tests, use qunit-puppeteer for es6 support
Diffstat (limited to 'package.json')
-rw-r--r--package.json15
1 files changed, 9 insertions, 6 deletions
diff --git a/package.json b/package.json
index 9c8ba91..0871443 100644
--- a/package.json
+++ b/package.json
@@ -24,6 +24,12 @@
"node": ">=9.0.0"
},
"devDependencies": {
+ "@babel/core": "^7.8.7",
+ "@babel/preset-env": "^7.8.7",
+ "babel-eslint": "^10.1.0",
+ "colors": "^1.4.0",
+ "express": "^4.17.1",
+ "glob": "^7.1.6",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
@@ -31,19 +37,16 @@
"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-tap": "^2.0.0",
"gulp-uglify": "^3.0.2",
"gulp-zip": "^5.0.1",
- "express": "^4.17.1",
"mustache": "^4.0.0",
+ "node-qunit-puppeteer": "^2.0.1",
"socket.io": "^2.3.0",
- "yargs": "^15.1.0",
"webpack-stream": "^5.2.1",
- "babel-eslint": "^10.1.0",
- "@babel/core": "^7.8.7",
- "@babel/preset-env": "^7.8.7"
+ "yargs": "^15.1.0"
},
"eslintConfig": {
"env": {