forked from eigengrau-ch/strapi-plugin-cookie-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.42 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.42 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "strapi-plugin-cookie-manager",
"version": "1.2.2",
"description": "Strapi - Cookie Manager",
"strapi": {
"displayName": "Cookie Manager",
"name": "cookie-manager",
"description": "A plugin for Strapi CMS to create and manage your cookies.",
"kind": "plugin"
},
"dependencies": {
"@strapi/admin": "4.9.2",
"@strapi/design-system": "^1.6.6",
"@strapi/helper-plugin": "^4.9.2",
"@strapi/icons": "^1.6.6",
"immutability-helper": "^3.1.1",
"lodash": "^4.17.11",
"react": "^17.0.2",
"react-dnd": "^15.1.2",
"react-dnd-html5-backend": "^15.1.3",
"react-intl": "6.3.2",
"styled-components": "^5.3.3"
},
"devDependencies": {
"formik": "^2.2.9"
},
"peerDependencies": {
"@strapi/strapi": "4.x"
},
"author": {
"name": "eigengrau",
"url": "https://eigengrau.ch"
},
"engines": {
"node": ">=12.x.x <=18.x.x",
"npm": ">=6.0.0"
},
"bugs": {
"url": "https://github.com/eigengrau-ch/strapi-plugin-cookie-manager/issues"
},
"maintainers": [
{
"name": "Sascha Kycia",
"url": "https://eigengrau.ch"
}
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eigengrau-ch/strapi-plugin-cookie-manager.git"
},
"keywords": [
"strapi",
"plugin",
"cookies",
"gdpr",
"dsgvo"
],
"license": "MIT"
}