forked from Skyscanner/backpack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 847 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 847 Bytes
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
{
"name": "bpk-component-popover",
"version": "2.1.40",
"description": "Backpack popover component.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:Skyscanner/backpack.git"
},
"author": "Backpack Design System <backpack@skyscanner.net>",
"license": "Apache-2.0",
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0"
},
"dependencies": {
"@skyscanner/popper.js": "^1.12.9-beta.1",
"a11y-focus-scope": "^1.1.3",
"a11y-focus-store": "^1.0.0",
"bpk-component-close-button": "^1.0.88",
"bpk-component-link": "^1.2.22",
"bpk-component-text": "^1.0.83",
"bpk-mixins": "^17.11.18",
"bpk-react-utils": "^2.6.11",
"prop-types": "^15.6.2"
},
"devDependencies": {
"bpk-component-button": "^2.1.23",
"bpk-component-content-container": "^1.3.27"
}
}