aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-05-18 15:59:18 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-05-18 15:59:18 +0200
commit3d2371f58c350453045b76084165219a6f8d063c (patch)
tree0694909781f0b8e551c5da09bfa0a9089f8cbcf7 /package.json
parent8fc2ec92389a47fae21878c76dad9efe54c9041e (diff)
downloadfosdem-2021-minimalism-presentation-3d2371f58c350453045b76084165219a6f8d063c.tar
fosdem-2021-minimalism-presentation-3d2371f58c350453045b76084165219a6f8d063c.tar.gz
bundle html inside of notes.js, no more need for relatively locating external html
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json
index 5917e44..8c758c8 100644
--- a/package.json
+++ b/package.json
@@ -35,6 +35,7 @@
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"babel-eslint": "^10.1.0",
+ "babel-plugin-transform-html-import-to-string": "0.0.1",
"colors": "^1.4.0",
"core-js": "^3.6.5",
"glob": "^7.1.6",
@@ -47,14 +48,14 @@
"gulp-sass": "^4.0.2",
"gulp-tap": "^2.0.0",
"gulp-zip": "^5.0.1",
+ "highlight.js": "^10.0.1",
+ "marked": "^1.0.0",
"node-qunit-puppeteer": "^2.0.1",
"qunit": "^2.9.3",
"rollup": "^2.6.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-terser": "^5.3.0",
- "yargs": "^15.1.0",
- "highlight.js": "^10.0.1",
- "marked": "^1.0.0"
+ "yargs": "^15.1.0"
},
"browserslist": "> 0.5%, IE 11, not dead",
"eslintConfig": {