UNPKG

strapi-plugin-parent-child-relationships

Version:

Strapi plugin to create and manage parent-child relationships between content types using custom fields

63 lines (62 loc) 1.77 kB
{ "name": "strapi-plugin-parent-child-relationships", "version": "1.0.3", "description": "Strapi plugin to create and manage parent-child relationships between content types using custom fields", "keywords": [ "strapi", "strapi-plugin", "custom-fields", "parent-child", "parent-child-relations", "parent-child-relationships", "strapi relationships", "content hierarchy", "strapi custom fields", "content type relations", "strapi content organization" ], "strapi": { "name": "parent-child-relationships", "displayName": "Parent-Child Relationships", "description": "Strapi plugin to create and manage parent-child relationships between content types using custom fields", "kind": "plugin" }, "dependencies": { "@strapi/design-system": "^1.6.3", "@strapi/helper-plugin": "^4.6.0", "@strapi/icons": "^1.6.3", "prop-types": "^15.7.2" }, "devDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^5.3.4", "styled-components": "^5.3.3" }, "peerDependencies": { "@strapi/strapi": ">=4.4.0 <5.0.0", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0", "react-router-dom": "^5.3.4", "styled-components": "^5.3.3" }, "author": { "name": "Dmytro Tkach", "url": "https://github.com/dimatkach11" }, "maintainers": [ { "name": "Dmytro Tkach", "url": "https://github.com/dimatkach11" } ], "bugs": { "url": "https://github.com/dimatkach11/strapi-plugin-parent-child-relationships/issues" }, "homepage": "https://github.com/dimatkach11/strapi-plugin-parent-child-relationships", "engines": { "node": ">=14.19.1", "npm": ">=6.0.0" }, "license": "MIT" }