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
27 lines (27 loc) · 722 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 722 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
{
"name": "bpk-component-image",
"version": "2.0.61",
"description": "Backpack image 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-spinner": "^2.2.53",
"bpk-mixins": "^17.11.18",
"bpk-react-utils": "^2.6.11",
"prop-types": "^15.6.2",
"react-transition-group": "^2.4.0"
},
"devDependencies": {
"bpk-component-mobile-scroll-container": "^1.1.26",
"bpk-component-text": "^1.0.83",
"bpk-tokens": "^27.1.0"
}
}