-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.21 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
48
49
50
{
"name": "bite-consent",
"version": "0.0.9",
"description": "BitConsent is a lightweight React library for managing cookie consent in web applications. Easily integrate a customizable cookie banner with options to view the privacy policy or accept cookies with a single click.",
"keywords": [
"React",
"Cookies",
"Consent",
"Cookie",
"Banner",
"Privacy",
"Policy",
"Web",
"Development",
"Frontend",
"User",
"Consent",
"GDPR",
"Compliance"
],
"author": "Atanas Dimitrov",
"repository": {
"type": "git",
"url": "https://github.com/Seishin/bite-consent"
},
"license": "MIT",
"main": "dist/index.js",
"types": "dist/dts/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "npx rollup -c",
"watch": "npx rollup -c -w"
},
"dependencies": {
"framer-motion": "^10.16.5"
},
"devDependencies": {
"@rollup/plugin-image": "^3.0.3",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/react": "latest",
"@types/react-dom": "latest",
"rollup": "^4.16.3",
"typescript": "^5.4.5"
}
}