@da3dsoul/react-stonemason
Version:
A true masonry layout container, with support for child components
101 lines (100 loc) • 2.85 kB
JSON
{
"name": "@da3dsoul/react-stonemason",
"version": "0.0.23",
"description": "A true masonry layout container, with support for child components",
"main": "dist/react-stonemason.umd.js",
"module": "dist/react-stonemason.esm.js",
"files": [
"/dist",
"index.d.ts"
],
"author": "Thomas Baer, Sandra Gonzales",
"license": "MIT",
"homepage": "https://github.com/da3dsoul/react-stonemason",
"repository": {
"type": "git",
"url": "https://github.com/da3dsoul/react-stonemason.git"
},
"bugs": {
"url": "https://github.com/da3dsoul/react-stonemason/issues"
},
"dependencies": {
"prop-types": "^15.7.2",
"resize-observer-polyfill": "^1.5.1"
},
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"array-move": "^3.0.1",
"babel-eslint-parser": "^7.13.10",
"babel-jest": "^27.0.5",
"babel-loader": "^8.2.2",
"coveralls": "^3.1.0",
"cross-env": "^7.0.3",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"enzyme-to-json": "^3.6.2",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^27.0.5",
"jest-cli": "^27.0.5",
"jsonp": "^0.2.1",
"nps": "^5.10.0",
"nps-utils": "^1.7.0",
"prettier": "^2.3.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-images": "^1.2.0-beta.7",
"react-sortable-hoc": "^1.11.0",
"react-test-renderer": "^16.14.0",
"rollup": "^2.52.3",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2"
},
"peerDependencies": {
"react": "^16.14.0",
"react-dom": "^16.14.0"
},
"scripts": {
"build": "nps build",
"build:docs": "NODE_ENV=production nps build:docs",
"start": "webpack-dev-server --progress",
"lint": "eslint -c ./.eslintrc.js ./src",
"eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check",
"test": "jest",
"coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"keywords": [
"react",
"react component",
"react-component",
"justified image gallery",
"photo gallery",
"responsive",
"image gallery",
"images",
"react-image-gallery",
"react-masonry-gallery",
"react-photo-gallery",
"react-stonemason",
"image-gallery",
"react-gallery",
"react image gallery",
"react gallery",
"masonry",
"react masonry",
"react-masonry",
"masonry layout",
"grid",
"layout"
]
}