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
29 lines (29 loc) · 768 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 768 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
{
"name": "bpk-component-slider",
"version": "3.1.3",
"description": "Backpack slider 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": "5c156b97cb0ba5e75851d3c763334578714c895e",
"dependencies": {
"@skyscanner/bpk-foundations-web": "^6.0.0",
"bpk-mixins": "^28.0.0",
"bpk-react-utils": "^4.1.1",
"prop-types": "^15.7.2",
"react-slider": "^1.3.1"
},
"peerDependencies": {
"react": "^16.3.0 || ^17.0.0"
},
"devDependencies": {
"bpk-component-rtl-toggle": "^3.1.3"
}
}