forked from BBC-archive/psammead
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.07 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
{
"name": "@bbc/psammead-consent-banner",
"version": "5.5.2",
"main": "dist/index.js",
"module": "esm/index.js",
"sideEffects": false,
"description": "React styled components for the Consent Banner",
"repository": {
"type": "git",
"url": "https://github.com/bbc/psammead/tree/latest/packages/components/psammead-consent-banner"
},
"author": {
"name": "Psammead Maintainers",
"email": "PsammeadMaintainers@bbc.co.uk"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/bbc/psammead/issues"
},
"homepage": "https://github.com/bbc/psammead/blob/latest/packages/components/psammead-consent-banner/README.md",
"dependencies": {
"@bbc/gel-foundations": "6.1.3",
"@bbc/psammead-styles": "7.2.6"
},
"peerDependencies": {
"@emotion/styled": "^11.0.0",
"prop-types": "^15.7.2",
"react": ">=16.9.0"
},
"keywords": [
"bbc",
"consent",
"banner",
"cookies,",
"privacy",
"policy"
],
"devDependencies": {
"@emotion/styled": "^11.3.0",
"prop-types": "^15.7.2",
"react": "^17.0.2"
}
}