forked from emil-petras/strapi-regenerator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.38 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.38 KB
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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@evoltdev/strapi-regenerator",
"version": "0.1.4",
"description": "A plugin for Strapi CMS that automates the triggering of update events for Strapi items, streamlining content and media management.",
"strapi": {
"name": "file-regenerator",
"description": "A plugin that can trigger update event of items.",
"kind": "plugin",
"displayName": "File Regenerator"
},
"dependencies": {
"@strapi/design-system": "^1.6.3",
"@strapi/helper-plugin": "^4.6.0",
"@strapi/icons": "^1.6.3",
"prop-types": "^15.7.2"
},
"devDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^5.3.4",
"styled-components": "^5.3.6"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": "^5.2.0",
"styled-components": "^5.2.1"
},
"author": {
"name": "Emil Petras",
"url": "https://github.com/emil-petras"
},
"maintainers": [
{
"name": "Emil Petras",
"url": "https://github.com/emil-petras"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/emil-petras/strapi-regenerator.git"
},
"engines": {
"npm": ">=6.0.0"
},
"license": "MIT",
"keywords": [
"strapi",
"plugin",
"media",
"regeneration",
"content management"
],
"publishConfig": {
"access": "public"
}
}