forked from plantagoIT/strapi-drag-drop-content-type-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.54 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@retikolo/drag-drop-content-types",
"version": "1.5.1",
"description": "This plugin add a drag and droppable list that allows you to sort content type entries.",
"strapi": {
"name": "drag-drop-content-types",
"description": "This plugin add a drag and droppable list that allows you to sort content type entries.",
"kind": "plugin",
"displayName": "Drag Drop Content Types"
},
"repository": {
"type": "git",
"url": "https://github.com/plantagoIT/strapi-drag-drop-content-type-plugin"
},
"dependencies": {
"array-move": "^4.0.0",
"react-sortable-hoc": "^2.0.0",
"zod": "^3.20.2"
},
"devDependencies": {
"eslint": "^8.54.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jsdoc-tsimport-plugin": "^1.0.5"
},
"peerDependencies": {
"@strapi/design-system": "^1.13.1",
"@strapi/icons": "^1.13.1",
"@strapi/strapi": "^4.0.0"
},
"author": {
"name": "Aeneas Meier",
"email": "[email protected]",
"url": "https://rgb.retikolo.xyz"
},
"maintainers": [
{
"name": "Aeneas Meier",
"email": "[email protected]",
"url": "https://rgb.retikolo.xyz"
}
],
"keywords": [
"strapi",
"plugin",
"strapi-plugin",
"drag",
"drop",
"drag and drop",
"drag drop content types",
"content types",
"sort",
"order"
],
"engines": {
"node": ">=14.19.1",
"npm": ">=6.0.0"
},
"license": "MIT"
}