forked from BBC-archive/psammead
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 959 Bytes
/
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
{
"name": "@bbc/psammead-headings",
"version": "5.0.17",
"main": "dist/index.js",
"module": "esm/index.js",
"sideEffects": false,
"description": "React styled components for a Headline and SubHeading",
"repository": {
"type": "git",
"url": "https://github.com/bbc/psammead/tree/latest/packages/components/psammead-headings"
},
"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-headings/README.md",
"dependencies": {
"@bbc/gel-foundations": "6.1.3",
"@bbc/psammead-styles": "7.2.6"
},
"peerDependencies": {
"@emotion/styled": "^11.0.0"
},
"keywords": [
"bbc",
"headings",
"headline",
"subheading"
],
"devDependencies": {
"@emotion/styled": "^11.3.0"
}
}