UNPKG

react-lanelayout

Version:

A react component to display items with specific aspect ratios in horizontal or vertical lanes.

62 lines (61 loc) 1.72 kB
{ "name": "react-lanelayout", "version": "0.1.8", "description": "A react component to display items with specific aspect ratios in horizontal or vertical lanes.", "homepage": "https://mimimimichael.github.io/react-lanelayout", "keywords": [ "react", "masonry", "layout", "columns", "rows", "lanes", "react-lanelayout" ], "main": "dist/index.js", "module": "dist/index.js", "files": [ "dist", "README.md" ], "repository": { "type": "git", "url": "https://github.com/mimimimichael/react-lanelayout" }, "dependencies": { "lodash": "^4.17.11", "normalize-wheel": "^1.0.1", "react-resize-detector": "^3.1.2", "react-visibility-sensor": "^4.1.1" }, "devDependencies": { "axios": "^0.18.0", "babel-cli": "^6.26.0", "chroma-js": "^1.4.0", "clean-tag": "^2.0.0", "enzyme": "^3.6.0", "enzyme-adapter-react-16": "^1.5.0", "google-fonts-complete": "^1.2.2", "react": "^16.4.2", "react-dom": "^16.4.2", "react-loadable": "^5.5.0", "react-motion": "^0.5.2", "react-router": "^4.3.1", "react-router-dom": "^4.3.1", "react-scripts": "^1.1.4", "rebass": "^2.3.4", "styled-components": "^3.4.9", "styled-system": "^3.1.4" }, "peerDependencies": { "react": "^16.0.0", "react-dom": "^16.0.0" }, "scripts": { "start": "react-scripts start", "build": "npm run docs && rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,__snapshots__", "docs": "rm -rf docs && react-scripts build && mv ./build ./docs", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" } }