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
25 lines (25 loc) · 700 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 700 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
{
"name": "bpk-component-datepicker",
"version": "8.1.44",
"description": "Backpack datepicker 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": {
"bpk-component-breakpoint": "^1.1.47",
"bpk-component-calendar": "^4.5.9",
"bpk-component-input": "^3.3.68",
"bpk-component-modal": "^1.8.40",
"bpk-component-popover": "^2.2.16",
"bpk-mixins": "^17.16.1",
"bpk-react-utils": "^2.7.3",
"prop-types": "^15.6.2"
}
}