@dotcms/react
Version:
Official React Components library to render a dotCMS page.
34 lines • 856 B
JSON
{
"name": "@dotcms/react",
"version": "0.0.1-alpha.62",
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@dotcms/client": "0.0.1-alpha.62",
"@tinymce/tinymce-react": "^5.1.1"
},
"description": "Official React Components library to render a dotCMS page.",
"repository": {
"type": "git",
"url": "git+https://github.com/dotCMS/core.git#main"
},
"keywords": [
"dotCMS",
"CMS",
"Content Management",
"API Client",
"REST API",
"React",
"Components"
],
"author": "dotcms <dev@dotcms.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dotCMS/core/issues"
},
"homepage": "https://github.com/dotCMS/core/tree/main/core-web/libs/sdk/react/README.md",
"module": "./index.esm.js",
"type": "module",
"main": "./index.esm.js",
"types": "./index.esm.d.ts"
}