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
35 lines (35 loc) · 1004 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 1004 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
31
32
33
34
35
{
"name": "bpk-component-popover",
"version": "4.1.4",
"description": "Backpack popover component.",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git@github.com:Skyscanner/backpack.git"
},
"author": "Backpack Design System <backpack@skyscanner.net>",
"main": "index.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"gitHead": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8",
"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": "^3.1.4",
"bpk-component-link": "^3.1.3",
"bpk-component-text": "^6.1.4",
"bpk-mixins": "^28.0.0",
"bpk-react-utils": "^4.1.1",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": "^16.3.0 || ^17.0.0"
},
"devDependencies": {
"bpk-component-button": "^6.0.1",
"bpk-component-content-container": "^4.1.3",
"bpk-component-input": "^6.1.4"
}
}