forked from nicolashmln/strapi-plugin-responsive-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1004 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
{
"name": "strapi-plugin-responsive-image",
"version": "0.3.0",
"description": "Custom responsive image formats for strapi.",
"strapi": {
"name": "Responsive Image",
"icon": "images",
"description": "Custom responsive image formats for strapi."
},
"dependencies": {
"@buffetjs/core": "^3.2.3",
"@buffetjs/custom": "^3.2.3",
"@buffetjs/icons": "^3.2.3",
"immutable": "3.8.2",
"lodash": "^4.17.20",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-router-dom": "^5.2.0",
"sharp": "^0.28.1",
"strapi-plugin-upload": "^3.2.5",
"strapi-utils": "^3.2.5",
"styled-components": "^5.2.1"
},
"author": {
"name": "Nicolas Hamelin",
"url": "https://nicolashamelin.fr"
},
"homepage": "https://github.com/nicolashmln/strapi-plugin-responsive-image",
"keywords": [
"strapi",
"plugin",
"responsive",
"image",
"media"
],
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"license": "MIT"
}