-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 895 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 895 Bytes
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
{
"name": "strapi-plugin-superfields",
"version": "5.8.2",
"description": "Enhance your components with super fields",
"strapi": {
"name": "superfields",
"displayName": "Super Fields",
"description": "Enhance your components with super fields",
"kind": "plugin"
},
"author": {
"name": "NewProWeb <Abror Abdullaev>",
"email": "abror.abdullaev@newproweb.com"
},
"repository": {
"type": "git",
"url": "https://github.com/newproweb/strapi-plugin-superfields.git"
},
"peerDependencies": {
"@strapi/strapi": "^5.0"
},
"maintainers": [
{
"name": "NewProWeb Community",
"email": "abror.abdullaev@newproweb.com"
}
],
"engines": {
"node": ">=16.0.0",
"npm": ">=6.0.0"
},
"license": "MIT",
"dependencies": {
"react-colorful": "^5.6.1",
"react-datepicker": "^8.3.0",
"react-intl": "^7.1.10"
}
}