zim-fuzzysearch
Version:
Client side fuzzy search combined with seperate configurable result highlighting.
69 lines (68 loc) • 1.65 kB
JSON
{
"homepage": "https://zimlab.uni-graz.at/gams/frontend/components/zim-fuzzysearch",
"name": "zim-fuzzysearch",
"author": "Sebastian Stoff",
"keywords": [
"fuzzysearch",
"search",
"fuzzy",
"highlight",
"react",
"component",
"zim",
"Centre for Information Modelling",
"dh",
"Digital Humanities"
],
"license": "MIT",
"version": "1.0.0",
"private": false,
"types": "lib/index.d.ts",
"main": "lib/index.js",
"files": [
"lib/**/*"
],
"dependencies": {
"@types/jest": "24.0.23",
"@types/mark.js": "^8.11.5",
"@types/node": "12.12.11",
"@types/react": "16.9.11",
"@types/react-dom": "16.9.4",
"fuse.js": "^6.4.3",
"mark.js": "^8.11.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-scripts": "3.2.0",
"typescript": "3.7.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"npm:build": "rm -rf ./lib && tsc"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/enzyme": "^3.10.4",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/react-test-renderer": "^16.9.2",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"react-test-renderer": "^16.12.0"
}
}