UNPKG

react-kode

Version:

React Component of code-block in HTML with highlight.js

55 lines (54 loc) 1.57 kB
{ "name": "react-kode", "version": "0.0.8", "description": "React Component of code-block in HTML with highlight.js ", "main": "dist/react-kode.js", "unpkg": "dist/react-kode.js", "scripts": { "build": "rollup -c -o dist/react-kode.js", "build:watch": "rollup -c -w -o dist/react-kode.js", "prepublish": "npm run build", "storybook": "start-storybook -p 9001 -c .storybook", "storybook:deploy": "storybook-to-ghpages" }, "keywords": [ "react", "kode", "component", "highlight", "syntax", "code", "block", "html" ], "repository": { "type": "git", "url": "git+https://github.com/andyyou/react-kode.git" }, "homepage": "https://github.com/andyyou/react-kode#readme", "author": "andyyou", "license": "MIT", "devDependencies": { "@babel/core": "^7.2.2", "@babel/plugin-proposal-class-properties": "^7.2.3", "@babel/preset-env": "^7.2.3", "@babel/preset-react": "^7.0.0", "@storybook/addon-actions": "^4.1.6", "@storybook/addon-knobs": "^4.1.6", "@storybook/addons": "^4.1.6", "@storybook/react": "^4.1.6", "@storybook/storybook-deployer": "^2.8.1", "babel-loader": "^8.0.5", "highlight.js": "^9.13.1", "prop-types": "^15.6.2", "react": "^16.7.0", "react-dom": "^16.7.0", "rollup": "^1.1.0", "rollup-plugin-babel": "^4.3.0", "rollup-plugin-commonjs": "^9.2.0", "rollup-plugin-node-resolve": "^4.0.0", "rollup-plugin-replace": "^2.1.0", "rollup-plugin-uglify": "^6.0.1", "styled-components": "^4.1.3" } }