add fuse search

This commit is contained in:
Philipp Kühn
2018-09-25 08:37:39 +02:00
parent 7f7bc60295
commit 939e2e68bc
3 changed files with 32 additions and 2 deletions

View File

@@ -50,6 +50,7 @@
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-vue": "4.7.1",
"file-loader": "^2.0.0",
"fuse.js": "^3.2.1",
"glob": "^7.1.3",
"html-webpack-plugin": "^3.2.0",
"http-proxy-middleware": "^0.19.0",
@@ -85,5 +86,6 @@
"webpack-manifest-plugin": "^2.0.3",
"webpack-svgstore-plugin": "^4.0.3",
"zlib": "^1.0.5"
}
},
"dependencies": {}
}