forked from BBC-archive/psammead
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "@bbc/psammead-story-promo-list",
"version": "6.0.18",
"main": "dist/index.js",
"module": "esm/index.js",
"sideEffects": false,
"description": "List of story promos",
"repository": {
"type": "git",
"url": "https://github.com/bbc/psammead/tree/latest/packages/components/psammead-story-promo-list"
},
"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-story-promo-list/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",
"story",
"promo",
"list"
],
"devDependencies": {
"@emotion/styled": "^11.3.0",
"prop-types": "^15.7.2",
"react": "^17.0.2"
}
}