UNPKG

react-syntax-highlighter-virtualized-renderer

Version:
40 lines (39 loc) 1.01 kB
{ "name": "react-syntax-highlighter-virtualized-renderer", "version": "1.1.0", "description": "a virtualized custom renderer for react syntax highlighter", "main": "dist/index.js", "scripts": { "build": "babel src --out-dir dist", "prepublish": "npm run build" }, "keywords": [ "react", "syntax-highlighting", "react-syntax-highlighter", "highlight.js", "react-virtualized" ], "author": "Conor Hastings", "license": "MIT", "dependencies": { "react-syntax-highlighter": "^5.1.2", "react-virtualized": "^9.3.0" }, "devDependencies": { "babel-cli": "^6.9.0", "babel-core": "^6.9.0", "babel-preset-es2015": "^6.9.0", "babel-preset-react": "^6.5.0", "react": "^15.4.2", "react-dom": "^15.4.2" }, "peerDependencies": { "react": ">= 0.14.0", "react-dom": ">= 0.14.0" }, "repository": { "type": "git", "url": "git+https://github.com/conorhastings/react-syntax-highlighter-virtualized-renderer.git" } }