2023-07-14 01:14:38 +02:00
|
|
|
{
|
2023-07-14 01:31:41 +02:00
|
|
|
"name": "strapi-content-type-explorer",
|
2024-01-21 17:21:54 +01:00
|
|
|
"version": "0.2.2",
|
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": {
|
2024-01-21 17:21:11 +01:00
|
|
|
"name": "strapi-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": {
|
2024-01-19 14:34:02 +01:00
|
|
|
"@tisoap/react-flow-smart-edge": "^3.0.0",
|
2024-01-19 22:36:55 +01:00
|
|
|
"html-to-image": "^1.11.11",
|
2024-01-19 17:37:50 +01:00
|
|
|
"reactflow": "^11.10.2",
|
|
|
|
"zustand": "^4.4.7"
|
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
|
|
|
},
|
2023-07-15 01:44:28 +02:00
|
|
|
"keywords": [
|
|
|
|
"strapi",
|
|
|
|
"plugin",
|
|
|
|
"erd"
|
|
|
|
],
|
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": {
|
2024-01-18 08:46:52 +01:00
|
|
|
"node": ">=14.19.1 <=20.x.x",
|
2023-07-14 01:14:38 +02:00
|
|
|
"npm": ">=6.0.0"
|
|
|
|
},
|
|
|
|
"license": "MIT"
|
2024-01-21 15:49:14 +01:00
|
|
|
}
|