-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
49 lines (49 loc) · 1.12 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
{
"$schema": "https://json.schemastore.org/package",
"name": "strapi-plugin-placeholder",
"version": "4.4.0",
"description": "Generate base64 placeholders for Strapi images",
"author": {
"name": "@WalkingPizza",
"url": "https://github.com/WalkingPizza"
},
"repository": {
"type": "git",
"url": "https://github.com/WalkingPizza/strapi-plugin-placeholder"
},
"strapi": {
"name": "placeholder",
"description": "Generate base64 placeholders for your Strapi images",
"kind": "plugin",
"displayName": "Placeholder"
},
"engines": {
"node": ">=12.x.x <=18.x.x",
"npm": ">=6.0.0"
},
"keywords": [
"strapi",
"strapi plugin",
"placeholder",
"plaiceholder",
"next",
"nextjs"
],
"license": "MIT",
"peerDependencies": {
"@strapi/strapi": "^4.1.5",
"mime-types": "2.1.35",
"sharp": "^0.30.1",
"yup": "^0.32.9"
},
"dependencies": {
"plaiceholder": "^2.3.0"
},
"devDependencies": {
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-node": "^11.1.0",
"prettier": "^2.6.1",
"yup": "^0.32.9"
}
}