forked from Skyscanner/backpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 932 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
{
"name": "bpk-component-datepicker",
"version": "15.0.3",
"description": "Backpack datepicker 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": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8",
"dependencies": {
"bpk-component-breakpoint": "^3.0.21",
"bpk-component-calendar": "^11.0.3",
"bpk-component-input": "^6.0.33",
"bpk-component-modal": "^3.0.24",
"bpk-component-popover": "^4.0.30",
"bpk-mixins": "^24.1.0",
"bpk-react-utils": "^4.0.1",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": "^16.3.0"
},
"devDependencies": {
"@skyscanner/bpk-foundations-web": "^4.3.1",
"bpk-storybook-utils": "^1.0.20"
}
}