aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-04-16 14:51:34 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-04-16 14:51:34 +0200
commitd54353c4e12a8a488199933f6af877f9a37344e8 (patch)
treed80de14853e9dc1f26b5ba2d5ce2eb54855162f1 /package.json
parent0c8ac8f1ee45beae94b80f2945963971d87bca07 (diff)
downloadfosdem-2021-minimalism-presentation-d54353c4e12a8a488199933f6af877f9a37344e8.tar
fosdem-2021-minimalism-presentation-d54353c4e12a8a488199933f6af877f9a37344e8.tar.gz
switch to rollup for easier build config
Diffstat (limited to 'package.json')
-rw-r--r--package.json13
1 files changed, 6 insertions, 7 deletions
diff --git a/package.json b/package.json
index 2a5dbee..5fa7215 100644
--- a/package.json
+++ b/package.json
@@ -26,30 +26,29 @@
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7",
+ "@rollup/plugin-node-resolve": "^7.1.3",
"babel-eslint": "^10.1.0",
- "babel-loader": "^8.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",
"gulp-clean-css": "^4.2.0",
"gulp-connect": "^5.7.0",
"gulp-eslint": "^6.0.0",
"gulp-header": "^2.0.9",
- "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",
"mustache": "^4.0.0",
"node-qunit-puppeteer": "^2.0.1",
+ "rollup": "^2.6.1",
+ "rollup-plugin-babel": "^4.4.0",
+ "rollup-plugin-terser": "^5.3.0",
"socket.io": "^2.3.0",
- "webpack-stream": "^5.2.1",
"yargs": "^15.1.0"
},
- "browserslist": "last 2 versions, > 0.5%, not dead",
+ "browserslist": "> 0.5%, IE 11, not dead",
"eslintConfig": {
"env": {
"browser": true,
@@ -89,6 +88,6 @@
}
},
"dependencies": {
- "highlight.js": "^9.18.1"
+ "core-js": "^3.6.5"
}
}