Added search box

This commit is contained in:
Przemek Wiech
2019-03-24 18:11:23 +01:00
parent 120e4effbb
commit 9eecc7a0fd
9 changed files with 304 additions and 93 deletions

View File

@@ -6,10 +6,13 @@
"array.prototype.flatmap": "^1.2.1",
"canvas-toBlob": "^1.0.0",
"d3": "^5.7.0",
"debounce": "^1.2.0",
"detect-browser": "^4.1.0",
"file-saver": "^2.0.1",
"history": "^4.7.2",
"javascript-natural-sort": "^0.7.1",
"jspdf": "^1.5.3",
"lunr": "^2.3.6",
"md5": "^2.2.1",
"parse-gedcom": "^1.0.5",
"query-string": "^5.1.1",
@@ -25,13 +28,15 @@
"devDependencies": {
"@types/array.prototype.flatmap": "^1.2.0",
"@types/d3": "^5.5.0",
"@types/debounce": "^1.2.0",
"@types/file-saver": "^2.0.0",
"@types/history": "^4.7.2",
"@types/jest": "*",
"@types/jspdf": "^1.2.2",
"@types/lunr": "^2.3.2",
"@types/md5": "^2.1.33",
"@types/node": "*",
"@types/query-string": "^6.2.0",
"@types/query-string": "6.2.0",
"@types/react": "*",
"@types/react-dom": "*",
"@types/react-intl": "^2.3.15",