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
24 lines (24 loc) · 755 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 755 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
{
"name": "react-native-bpk-component-flat-list",
"version": "1.0.30",
"main": "index.js",
"description": "Backpack React Native flat list component.",
"repository": {
"type": "git",
"url": "git@github.com:Skyscanner/backpack.git"
},
"author": "Backpack Design System <backpack@skyscanner.net>",
"license": "Apache-2.0",
"peerDependencies": {
"react": "^16.0.0-alpha.1",
"react-native": ">= 0.47.0"
},
"dependencies": {
"bpk-tokens": "^27.1.0",
"prop-types": "^15.5.8",
"react-native-bpk-component-icon": "^1.10.7",
"react-native-bpk-component-text": "^2.1.53",
"react-native-bpk-component-touchable-native-feedback": "^1.1.28",
"react-native-bpk-component-touchable-overlay": "^1.0.37"
}
}