-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.1 KB
/
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
43
44
45
46
{
"name": "strapi-plugin-comment-manager",
"version": "1.0.17",
"keywords": [
"strapi",
"strapi-plugin",
"comments",
"api",
"backend"
],
"description": "Strapi plugin to enable and manage comments for your content",
"strapi": {
"displayName": "Comment Manager",
"name": "comment-manager",
"description": "Enable and manage comments for your content",
"kind": "plugin"
},
"dependencies": {
"@babel/core": "^7.0.0",
"@strapi/helper-plugin": "^4.0.0",
"date-fns": "^2.28.0",
"immer": "^9.0.6",
"qs": "^6.10.1",
"react-select": "^4.0.2"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0"
},
"author": {
"name": "Luis G. Villegas",
"email:": "luisguveal@gmail.com"
},
"maintainers": [
{
"name": "Luis G. Villegas",
"email:": "luisguveal@gmail.com"
}
],
"engines": {
"node": ">=12.x. <=16.x.x",
"npm": ">=6.0.0"
},
"license": "MIT",
"repository": "https://github.com/luisguve/strapi-plugin-comment-manager",
"homepage": "https://luisguveworks.github.io/plugins/strapi-plugin-comment-manager/"
}