-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 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
{
"name": "strapi-plugin-content-tags",
"version": "1.0.1",
"description": "A Strapi plugin that allows you to add custom tags to your content.",
"strapi": {
"name": "content-tags",
"description": "A Strapi plugin that allows you to add custom tags to your content.",
"kind": "plugin",
"displayName": "Strapi Plugin Content Tags"
},
"dependencies": {
"@strapi/design-system": "^1.6.3",
"@strapi/helper-plugin": "^4.6.0",
"@strapi/icons": "^1.6.3",
"lodash": "4.17.21",
"prop-types": "^15.7.2",
"react-intl": "6.3.2"
},
"devDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.3.4",
"styled-components": "^5.3.6"
},
"peerDependencies": {
"@strapi/strapi": "^4.9.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.3.4",
"styled-components": "^5.3.6"
},
"author": {
"name": "Freyb",
"email": "balazs.frey@gmail.com"
},
"maintainers": [
{
"name": "Freyb",
"email": "balazs.frey@gmail.com"
}
],
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}