react-plock
Version:
The 1kB Masonry Grid for React
39 lines (38 loc) • 928 B
JSON
{
"name": "react-plock",
"version": "3.0.2",
"description": "The 1kB Masonry Grid for React",
"author": "Renato Pozzi <renato.pozzi.dev@gmail.com>",
"homepage": "https://github.com/itsrennyman/react-plock#readme",
"license": "ISC",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"directories": {
"dist": "dist"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/itsrennyman/react-plock.git"
},
"scripts": {
"build": "tsup index.ts --dts --minify",
"test": "jest"
},
"bugs": {
"url": "https://github.com/itsrennyman/react-plock/issues"
},
"peerDependencies": {
"react": "^18.2.0"
},
"devDependencies": {
"@types/jest": "^29.4.0",
"@types/react": "^18.0.28",
"jest": "^29.4.3",
"ts-jest": "^29.0.5"
},
"gitHead": "04748c74855702c2f37fabd6b905cd1a5f18427c"
}