react-columns
Version:
React component for rendering columns from a list of children with horizontal ordering
48 lines (47 loc) • 1.15 kB
JSON
{
"name": "react-columns",
"version": "1.2.1",
"description": "React component for rendering columns from a list of children with horizontal ordering",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"css",
"es",
"lib",
"umd"
],
"scripts": {
"build": "nwb build-react-component",
"clean": "nwb clean-module && npm clean-demo",
"start": "nwb serve-react-demo",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server",
"deploy": "gh-pages -d demo/dist"
},
"peerDependencies": {
"react": "16.x"
},
"devDependencies": {
"gh-pages": "^2.0.1",
"lodash.random": "^3.2.0",
"lodash.range": "^3.2.0",
"nwb": "~0.23.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-lorem-image": "^1.3.0"
},
"author": "Thomas Hermann",
"homepage": "http://novascreen.github.io/react-columns/",
"license": "MIT",
"repository": "novascreen/react-columns",
"keywords": [
"react-component",
"columns",
"media",
"query",
"queries",
"masonry"
]
}