UNPKG

react-style-guide

Version:

A component to display React components with their JSX source in style guides

44 lines (43 loc) 1.15 kB
{ "name": "react-style-guide", "version": "3.0.0", "main": "index.js", "scripts": { "example": "webpack-dev-server --config webpack.config.js --no-info --content-base example/", "build-example": "webpack --config webpack.config.js --no-info --content-base example/" }, "author": "Alex Lande", "license": "MIT", "dependencies": { "create-react-class": "^15.6.2", "highlight.js": "^8.4.0", "prop-types": "^15.6.0", "react-to-jsx": "^1.3.2", "slugify": "^0.1.0" }, "devDependencies": { "jsx-loader": "^0.13.2", "webpack": "^1.5.3", "webpack-dev-server": "^1.7.0" }, "peerDependencies": { "react": ">=16.0.0" }, "description": "A component to display React components with their JSX source in style guides", "directories": { "example": "example" }, "repository": { "type": "git", "url": "https://github.com/alexlande/react-style-guide" }, "keywords": [ "react", "style-guide", "pattern-library" ], "bugs": { "url": "https://github.com/alexlande/react-style-guide/issues" }, "homepage": "https://github.com/alexlande/react-style-guide" }