strapi-content-type-explorer/package.json

39 lines
994 B
JSON
Raw Normal View History

2023-07-14 01:14:38 +02:00
{
2023-07-14 01:31:41 +02:00
"name": "strapi-content-type-explorer",
2023-07-14 01:44:04 +02:00
"version": "0.0.1",
2023-07-14 01:20:58 +02:00
"description": "A Strapi plugin to view your content types and their relationships",
2023-07-14 01:14:38 +02:00
"strapi": {
"name": "content-type-explorer",
2023-07-14 01:20:58 +02:00
"description": "A Strapi plugin to view your content types and their relationships",
2023-07-14 01:14:38 +02:00
"kind": "plugin",
"displayName": "Content Type Explorer"
},
2023-07-14 01:20:58 +02:00
"repository": {
"type": "git",
"url": "https://github.com/shahriarkh/strapi-content-type-explorer.git"
},
2023-07-14 01:14:38 +02:00
"dependencies": {
"@strapi/design-system": "^1.6.3",
"@strapi/helper-plugin": "^4.6.0",
"@strapi/icons": "^1.6.3",
2023-07-14 01:20:58 +02:00
"prop-types": "^15.7.2",
"reactflow": "^11.7.4",
"@tisoap/react-flow-smart-edge": "^3.0.0"
2023-07-14 01:14:38 +02:00
},
"peerDependencies": {
2023-07-14 01:25:33 +02:00
"@strapi/strapi": "^4.0.0"
2023-07-14 01:14:38 +02:00
},
"author": {
2023-07-14 01:20:58 +02:00
"name": "Shahriar Khalvati"
2023-07-14 01:14:38 +02:00
},
"maintainers": [
{
2023-07-14 01:20:58 +02:00
"name": "Shahriar Khalvati"
2023-07-14 01:14:38 +02:00
}
],
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}