-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.06 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
{
"name": "strapi-plugin-heroicons-field",
"version": "0.0.5",
"description": "Strapi plugin. Adds a heroicon picker custom field to your content types. Returns the svg and the name of the icon as a stringyfied JSON object.",
"strapi": {
"name": "heroicons-field",
"description": "Add a heroicon picker custom field to your content types.",
"kind": "plugin",
"displayName": "Heroicons Field"
},
"repository": {
"type": "git",
"url": "https://github.com/rgomeztinoco/strapi-plugin-heroicons-field"
},
"dependencies": {
"@heroicons/react": "^2.0.18"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0"
},
"author": {
"name": "Ricardo Gomez @rgomeztinoco"
},
"maintainers": [
{
"name": "Ricardo Gomez @rgomeztinoco",
"email": "[email protected]"
}
],
"engines": {
"node": ">=14.19.1 <=20.x.x",
"npm": ">=6.0.0"
},
"license": "MIT",
"keywords": [
"strapi",
"strapi plugin",
"heroicons",
"strapi custom field",
"strapi icons",
"strapi heroicons"
]
}