mirror of
https://github.com/sparksuite/simplemde-markdown-editor.git
synced 2025-09-24 16:40:55 -06:00
html2idom
wraps htmlparser2
and Google's incremental-dom
This commit is contained in:
parent
0af583d485
commit
672a76e4c7
@ -23,6 +23,7 @@
|
||||
"dependencies": {
|
||||
"codemirror": "*",
|
||||
"codemirror-spell-checker": "*",
|
||||
"html2idom": "https://github.com/zipang/html2IDOM",
|
||||
"marked": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -30,16 +31,16 @@
|
||||
"debug": "*",
|
||||
"eslint": "*",
|
||||
"gulp": "*",
|
||||
"gulp-clean-css": "*",
|
||||
"gulp-concat": "*",
|
||||
"gulp-debug": "*",
|
||||
"gulp-eslint": "*",
|
||||
"gulp-header": "*",
|
||||
"gulp-jsbeautifier": "*",
|
||||
"gulp-clean-css": "*",
|
||||
"gulp-rename": "*",
|
||||
"gulp-uglify": "*",
|
||||
"vinyl-source-stream": "*",
|
||||
"vinyl-buffer": "*"
|
||||
"vinyl-buffer": "*",
|
||||
"vinyl-source-stream": "*"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user