react-simple-json-viewer
Version:
A basic lightweight React component for viewing data in an expandable way.
47 lines (46 loc) • 1.19 kB
JSON
{
"name": "react-simple-json-viewer",
"version": "0.0.4",
"description": "A basic lightweight React component for viewing data in an expandable way.",
"main": "./dist/index.js",
"types": "./index.d.ts",
"browserslist": "> 1%",
"scripts": {
"build": "rimraf dist && cross-env NODE_ENV=production babel src --out-dir dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wethrift/react-simple-json-viewer.git"
},
"keywords": [
"react",
"json",
"data",
"view",
"viewer",
"display",
"emotion",
"simple"
],
"author": "Matt Way",
"license": "MIT",
"bugs": {
"url": "https://github.com/wethrift/react-simple-json-viewer/issues"
},
"homepage": "https://github.com/wethrift/react-simple-json-viewer#readme",
"peerDependencies": {
"react": ">=16"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"cross-env": "^7.0.3",
"react": "^18.2.0",
"rimraf": "^3.0.2"
},
"dependencies": {
"@emotion/css": "^11.10.0"
}
}