forked from Skyscanner/backpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 948 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
{
"name": "bpk-component-calendar",
"version": "9.0.21",
"description": "Backpack calendar component.",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "[email protected]:Skyscanner/backpack.git"
},
"author": "Backpack Design System <[email protected]>",
"main": "index.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"gitHead": "4e4ec9add28e1db54d6a38a10c331bbd163f2926",
"dependencies": {
"@skyscanner/bpk-foundations-web": "^4.0.0",
"bpk-component-aria-live": "^2.0.23",
"bpk-component-icon": "^9.0.15",
"bpk-component-select": "^5.0.8",
"bpk-mixins": "^24.0.1",
"bpk-react-utils": "^4.0.1",
"date-fns": "^2.21.1",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": "^16.3.0"
},
"devDependencies": {
"bpk-component-button": "^5.0.12",
"bpk-component-text": "^4.0.15",
"bpk-storybook-utils": "^1.0.13"
}
}