UNPKG

highlight-react

Version:

Text highlighting component for react applications

37 lines (36 loc) 730 B
{ "name": "highlight-react", "version": "0.1.13", "description": "Text highlighting component for react applications", "homepage": "https://github.com/vladickweb/highlight-react", "main": "dist/index.js", "license": "MIT", "keywords": [ "react", "highlight", "react-highlight", "next", "nextjs", "next.js", "mark", "highlighter" ], "scripts": { "build": "tsc" }, "devDependencies": { "@types/react": ">=17.0.5", "@types/react-dom": ">=17.0.4", "react": ">=17.0.2", "react-dom": ">=17.0.2", "typescript": ">=4.2.4" }, "peerDependencies": { "react": ">=17.0.2", "react-dom": ">=17.0.2" }, "files": [ "/dist", "package.json" ] }