strapi-content-type-explorer/package.json

42 lines
974 B
JSON
Raw Permalink 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-15 00:45:40 +02:00
"version": "0.1.0",
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": {
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
},
"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-19 22:46:09 +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-19 22:46:09 +01:00
}