-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
107 lines (107 loc) · 2.51 KB
/
Copy pathpackage.json
File metadata and controls
107 lines (107 loc) · 2.51 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "react-consent-management-banner",
"version": "1.1.19",
"description": "Beautiful and Highly Customizable GDPR/ePrivacy React Consent and Cookie Management Library for React and Next.js",
"repository": {
"type": "git",
"url": "git+https://github.com/faraasat/react-consent-management-banner.git"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./dist/*.css": "./dist/*.css"
},
"files": [
"dist"
],
"scripts": {
"build": "tsup && rm -rf dist/*.d.mts",
"release": "standard-version"
},
"keywords": [
"react",
"react component",
"nextjs",
"next.js",
"react consent",
"cookie",
"cookies",
"consent",
"cookie consent",
"cookie consent manager",
"cookie consent popup",
"cookie consent banner",
"consent management",
"consent manager",
"react consent management",
"react consent manager",
"react cookie manager",
"react cookie management",
"react cookie banner",
"react cookie management banner",
"react cookie manager banner",
"react consent management banner",
"react consent manager banner",
"banner",
"cookie banner",
"consent banner",
"react banner",
"cookie popup",
"cookie prompt",
"cookie modal",
"cookie disclaimer",
"cookie notification",
"cookie notice",
"cookie compliance",
"cookie preferences",
"cookie policy",
"cookie settings",
"consent settings",
"manage cookies",
"accept cookies",
"decline cookies",
"cookie categories",
"functional cookies",
"analytics cookies",
"marketing cookies",
"privacy",
"privacy notice",
"gdpr",
"gdpr compliance",
"eprivacy",
"eprivacy directive",
"ccpa",
"ccpa compliance",
"lgpd",
"cookie law",
"privacy law",
"data protection",
"data privacy",
"third-party cookies",
"react privacy tools",
"next.js consent banner",
"next.js cookie banner",
"nextjs cookie consent",
"nextjs gdpr"
],
"author": "Farasat Ali <63093876+faraasat@users.noreply.github.com>",
"license": "MIT",
"peerDependencies": {
"react": ">=17.0.0"
},
"devDependencies": {
"@types/node": "^24.0.15",
"standard-version": "^9.5.0",
"tsup": "^8.5.0",
"typescript": "^5.0.0"
},
"publishConfig": {
"access": "public"
}
}