react-highlight-search
Version:
Text highlight with deep search through DOM elements.
72 lines (71 loc) • 2.21 kB
JSON
{
"name": "react-highlight-search",
"version": "1.2.1",
"description": "Text highlight with deep search through DOM elements.",
"keywords": [
"react",
"text",
"highlight",
"search",
"deep",
"dom"
],
"author": "Vladyslav Dotsenko",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/oppositeart/react-highlight-search.git"
},
"homepage": "https://github.com/oppositeart/react-highlight-search#readme",
"type": "module",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.mjs",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c --environment NODE_ENV:development --bundleConfigAsCjs",
"build:production": "rollup -c --environment NODE_ENV:production --bundleConfigAsCjs",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.6.1",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@storybook/addon-essentials": "^8.2.8",
"@storybook/addon-interactions": "^8.2.8",
"@storybook/addon-links": "^8.2.8",
"@storybook/addon-onboarding": "^8.2.8",
"@storybook/blocks": "^8.2.8",
"@storybook/react": "^8.2.8",
"@storybook/react-vite": "^8.2.8",
"@storybook/test": "^8.2.8",
"@types/node": "^20.14.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"globals": "^15.14.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"rollup": "^4.19.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"storybook": "^8.2.8",
"typescript": "^5.5.4",
"typescript-eslint": "^8.18.2",
"react-code-blocks": "^0.1.6"
},
"peerDependencies": {
"react": ">=16.14.0"
},
"engines": {
"node": ">=18.0.0"
}
}