-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.12 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.12 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
{
"name": "cookie-popup-gdpr-react",
"version": "1.3.6",
"description": "Simple lightweight EU, GDPR cookie popup for React.",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MaxiMittel/cookie-popup-gdpr-react.git"
},
"keywords": [
"cookies",
"gdpr",
"dsgvo",
"eu-cookie",
"eu-cookie-law"
],
"author": "Maximilian Mittelhammer",
"license": "MIT",
"bugs": {
"url": "https://github.com/MaxiMittel/cookie-popup-gdpr-react/issues"
},
"homepage": "https://github.com/MaxiMittel/cookie-popup-gdpr-react#readme",
"peerDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"rollup": "^2.35.1",
"rollup-plugin-typescript2": "^0.29.0",
"typescript": "^4.1.3"
},
"dependencies": {
"cookie-popup-gdpr": "^1.3.6"
}
}