-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.65 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
{
"name": "@filerobot-strapi/content-plugin",
"version": "1.0.20",
"description": "Scaleflex DAM plugin for Strapi v4",
"strapi": {
"name": "scaleflex-dam",
"description": "Scaleflex DAM normalizes, resizes, optimizes and distributes your images rocket fast around the world.",
"kind": "plugin",
"displayName": "Scaleflex DAM"
},
"dependencies": {
"@filerobot/core": "^3.64.1",
"@filerobot/explorer": "^3.64.1",
"@filerobot/progress-panel": "^3.64.1",
"@filerobot/xhr-upload": "^3.64.1",
"@strapi/helper-plugin": "^4.10.6",
"sprintf-js": "^1.1.2",
"@strapi/design-system": "^1.6.3",
"@strapi/icons": "^1.6.3",
"prop-types": "^15.7.2"
},
"devDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^5.3.4",
"styled-components": "5.3.3"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.3.4",
"styled-components": "^5.3.6"
},
"author": "Scaleflex <[email protected]> (https://www.scaleflex.com)",
"maintainers": [
"Scaleflex <[email protected]>"
],
"engines": {
"node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0"
},
"license": "MIT",
"keywords": [
"scaleflex",
"filerobot",
"strapi"
],
"main": "strapi-admin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scaleflex/strapi-plugin-filerobot.git"
},
"bugs": {
"url": "https://github.com/scaleflex/strapi-plugin-filerobot/issues"
},
"homepage": "https://github.com/scaleflex/strapi-plugin-filerobot#readme"
}