{ "name": "@react-pdf/layout", "version": "4.6.1", "license": "MIT", "description": "Resolve document component's layout", "author": "Diego Muracciole ", "homepage": "https://github.com/diegomura/react-pdf#readme", "type": "module", "main": "./lib/index.js", "types": "./lib/index.d.ts", "repository": { "type": "git", "url": "https://github.com/diegomura/react-pdf.git", "directory": "packages/layout" }, "scripts": { "test": "vitest", "build": "rimraf ./lib && rollup -c", "watch": "rimraf ./lib && rollup -c -w", "typecheck": "tsc --noEmit" }, "dependencies": { "@react-pdf/fns": "3.1.3", "@react-pdf/image": "^3.1.0", "@react-pdf/primitives": "^4.3.0", "@react-pdf/stylesheet": "^6.2.1", "@react-pdf/textkit": "^6.3.0", "@react-pdf/types": "^2.11.1", "emoji-regex-xs": "^1.0.0", "queue": "^6.0.1", "yoga-layout": "^3.2.1" }, "files": [ "lib" ] }