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
28 lines (28 loc) · 884 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 884 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
{
"name": "react-native-bpk-component-picker",
"version": "2.0.33",
"main": "index.js",
"description": "Backpack React Native picker 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-button-link": "^3.1.0",
"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"
},
"devDependencies": {
"react-native-bpk-component-select": "^1.0.29"
}
}