UNPKG

@cloakwp/blocks-react

Version:

UI component library for rendering Gutenberg core blocks via the CloakWP Block Renderer.

77 lines (76 loc) 2.05 kB
{ "name": "@cloakwp/blocks-react", "version": "0.3.7", "description": "UI component library for rendering Gutenberg core blocks via the CloakWP Block Renderer.", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "require": "./dist/index.js", "import": "./dist/index.js", "types": "./dist/index.d.ts" }, "./ui/*": { "require": "./dist/components/*.js", "import": "./dist/components/*.js", "types": "./dist/components/*.d.ts" }, "./*": { "require": "./dist/blocks/*.js", "import": "./dist/blocks/*.js", "types": "./dist/blocks/*.d.ts" } }, "scripts": { "dev": "tsc -p tsconfig.json -w --preserveWatchOutput", "build": "npm run build-ts", "build-ts": "tsc-silent -p tsconfig.json --suppress @", "clean": "rm -rf .turbo && rm -rf dist && npm run clean:modules", "clean:modules": "rm -rf node_modules" }, "repository": { "type": "git", "url": "git+https://github.com/cloak-labs/cloakwp-core-blocks-react.git" }, "keywords": [ "wordpress", "wp", "cloakwp", "cloak", "headless", "nextjs", "next", "decoupled", "gutenberg", "blocks" ], "author": "Kaelan Smith", "license": "LGPL-3.0-only", "bugs": { "url": "https://github.com/cloak-labs/cloakwp-core-blocks-react/issues" }, "homepage": "https://github.com/cloak-labs/cloakwp-core-blocks-react#readme", "dependencies": { "@kaelan/deep-merge-ts": "^0.0.1" }, "devDependencies": { "@cloakui/types": "^0.1.4", "@types/node": "^18.18.1", "@types/react": "18.3.7", "@types/react-dom": "^18.3.0", "cloakwp": "^0.6.9", "tsc-watch": "^5.0.3", "ts-essentials": "^9.4.1", "typescript": "^5.3.2" }, "peerDependencies": { "@cloakui/styles": ">= 0.3.x", "@cloakui/react-primitives": ">= 0.3.x", "@cloakwp/block-data-routers": ">= 0.1.x", "@cloakwp/react": ">= 0.2.x", "html-react-parser": "5.x" }, "publishConfig": { "access": "public" } }