1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-03 23:30:09 +05:30

add html parser and test blog

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2022-09-08 15:26:33 +05:30
parent f19dba4ef8
commit 68cbbdee1f
3 changed files with 90 additions and 12 deletions
+5 -2
View File
@@ -9,12 +9,15 @@
"elm/browser": "1.0.2",
"elm/core": "1.0.5",
"elm/html": "1.0.0",
"elm/url": "1.0.0"
"elm/url": "1.0.0",
"hecrj/html-parser": "2.4.0"
},
"indirect": {
"elm/json": "1.1.3",
"elm/parser": "1.1.0",
"elm/time": "1.0.0",
"elm/virtual-dom": "1.0.3"
"elm/virtual-dom": "1.0.3",
"rtfeldman/elm-hex": "1.0.0"
}
},
"test-dependencies": {