-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
42 lines (42 loc) · 982 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "strapi-content-type-explorer",
"version": "0.2.2",
"description": "A Strapi plugin to view your content types and their relationships",
"strapi": {
"name": "strapi-content-type-explorer",
"description": "A Strapi plugin to view your content types and their relationships",
"kind": "plugin",
"displayName": "Content Type Explorer"
},
"repository": {
"type": "git",
"url": "https://github.com/shahriarkh/strapi-content-type-explorer.git"
},
"dependencies": {
"@tisoap/react-flow-smart-edge": "^3.0.0",
"html-to-image": "^1.11.11",
"reactflow": "^11.10.2",
"zustand": "^4.4.7"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0"
},
"author": {
"name": "Shahriar Khalvati"
},
"keywords": [
"strapi",
"plugin",
"erd"
],
"maintainers": [
{
"name": "Shahriar Khalvati"
}
],
"engines": {
"node": ">=14.19.1 <=20.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}