article-json-react-render
v1.0.4
Published
Render article json as react components
Downloads
5
Readme
article-json-react-render
Render article json as react components
Installation
This is a Node.js module available through the
npm registry. It can be installed using the
npm
or
yarn
command line tools.
npm install article-json-react-render --save
Tests
npm install
npm test
Dependencies
- lodash.startswith: The lodash method
_.startsWith
exported as a module. - react: React is a JavaScript library for building user interfaces.
- react-dom: React package for working with the DOM.
Dev Dependencies
- babel-cli: Babel command line.
- babel-plugin-transform-object-assign: Replace Object.assign with an inline helper
- babel-preset-es2015: Babel preset for all es2015 plugins.
- babel-preset-react: Babel preset for all React plugins.
- babel-tape-runner: Babel + Tape for running your ES Next tests
- enzyme: JavaScript Testing utilities for React
- flow-bin: Binary wrapper for Flow - A static type checker for JavaScript
- miclint: Mic lint CLI
- nyc: the Istanbul command line interface
- package-json-to-readme: Generate a README.md from package.json contents
- react-addons-test-utils: This package provides the React TestUtils add-on.
- snazzy: Format JavaScript Standard Style as Stylish (i.e. snazzy) output
- tapava: the syntax of ava, run through tape
License
MIT