forked from Skyscanner/backpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 843 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
{
"name": "bpk-component-infinite-scroll",
"version": "5.0.0",
"description": "Backpack infinite scroll 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": "5c156b97cb0ba5e75851d3c763334578714c895e",
"dependencies": {
"bpk-mixins": "^31.2.0",
"bpk-react-utils": "^7.0.0",
"intersection-observer": "^0.7.0",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": "^17.0.2"
},
"devDependencies": {
"bpk-component-button": "^7.0.0",
"bpk-component-list": "^5.0.0",
"bpk-component-spinner": "^6.0.0",
"bpk-storybook-utils": "^2.0.0"
}
}