UNPKG

react-highlight-text

Version:
51 lines (50 loc) 1.39 kB
{ "name": "react-highlight-text", "version": "0.2.1", "description": "Highlight text react", "main": "lib/index.js", "scripts": { "build:lib": "babel ./src -d lib", "build:umd": "webpack src/index.js dist/HighlightTextReact.js --config webpack.config.js", "watch": "babel --watch ./src -d lib", "lint": "eslint src/", "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "lib" ], "keywords": [ "highlight", "text", "react" ], "repository": { "type": "git", "url": "git+https://github.com/Lex0ne/react-highlight-text.git" }, "author": "", "liclsse": "ISC", "bugs": { "url": "https://github.com/Lex0ne/react-highlight-text/issues" }, "homepage": "https://github.com/Lex0ne/react-highlight-text#readme", "devDependencies": { "babel-cli": "^6.16.0", "babel-core": "^6.7.4", "babel-loader": "^6.2.4", "babel-preset-es2015": "^6.6.0", "babel-preset-react": "^6.5.0", "babel-preset-stage-0": "^6.5.0", "eslint": "^2.9.0", "eslint-config-loris": "^4.0.0", "prop-types": "^15.6.0", "react": "^16.0.0", "react-dom": "^16.0.0", "webpack": "^1.12.14" }, "peerDependencies": { "react": "^0.14.8 || ^15.0.0 || 16.x", "react-dom": "^0.14.8 || ^15.0.0 || 16.x", "prop-types": "^15.5.8" } }