react-masonry
Version:
ReactJs layout library.
45 lines (44 loc) • 1.23 kB
JSON
{
"name": "react-masonry",
"version": "1.0.7",
"main": "dist",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/bogdanpetru/react-masonry.git"
},
"keywords": [
"react",
"grid",
"layout",
"masonry"
],
"homepage": "http://bogdanpetru.github.io/react-masonry",
"license": "MIT",
"scripts": {
"build": "yarn clean && node ./build && yarn types-gen-dts",
"build:watch": "yarn clean && WATCH=true node ./build",
"tsc": "tsc",
"types-gen-dts": "tsc src/index.ts --emitDeclarationOnly --declaration --outDir dist --jsx react-jsx --esModuleInterop --skipLibCheck",
"test": "jest ./src --passWithNoTests",
"clean": "rm -rf dist",
"clean:deps": "rm -rf node_modules",
"gen-docs": "yarn typedoc ./src/types.ts --json ./types.json",
"prepublish": "npm run build"
},
"dependencies": {
"react": "^18.0.0"
},
"devDependencies": {
"@jest/globals": "29.3.1",
"@types/jest": "29.2.6",
"@types/lodash.debounce": "4.0.7",
"@types/node": "18.11.18",
"@types/react": "^18.0.0",
"esbuild": "^0.17.9",
"jest": "29.3.1",
"ts-jest": "29.0.5",
"typedoc": "0.23.24",
"typescript": "4.9.4"
}
}