json-highlighter
Version:
A component to highlight values in JSON text
38 lines (37 loc) • 1 kB
JSON
{
"name": "json-highlighter",
"version": "1.4.8",
"description": "A component to highlight values in JSON text",
"main": "dist/index.js",
"source": "src/index.js",
"author": "Yehonatan Sayag",
"license": "MIT",
"private": false,
"scripts": {
"build": "rm -rf dist && babel src --out-dir dist --copy-files"
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"babel-loader": "^9.1.3",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-highlight-words": "^0.20.0"
},
"devDependencies": {
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sayag11/JsonHighlighter.git"
},
"keywords": [
"json-highlight"
],
"bugs": {
"url": "https://github.com/sayag11/JsonHighlighter/issues"
},
"homepage": "https://github.com/sayag11/JsonHighlighter#readme"
}