-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.5 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.5 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@bahmanbinary/rnpicker",
"main": "components/picker.js",
"keywords": [
"React Native",
"Picker",
"React Native Picker",
"Select",
"Selector",
"React Native Selector",
"List",
"React Native List"
],
"repository": {
"url": "https://github.com/BahmanBinary/rnpicker"
},
"homepage": "https://github.com/BahmanBinary/rnpicker",
"version": "1.0.10",
"scripts": {
"android": "react-native run-android",
"start": "react-native start",
"test": "jest",
"storybook": "start-storybook -p 7007"
},
"peerDependencies": {
"react": "^16.8.6",
"react-native": "^0.60.0"
},
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/runtime": "^7.3.1",
"@react-native-community/eslint-config": "^0.0.3",
"@storybook/addon-actions": "^5.3.13",
"@storybook/addon-links": "^5.3.13",
"@storybook/addons": "^5.3.13",
"@storybook/cli": "^5.3.13",
"@storybook/react-native": "^5.3.13",
"@storybook/react-native-server": "^5.3.13",
"babel-jest": "^24.1.0",
"babel-loader": "^8.0.6",
"eslint": "^6.8.0",
"jest": "^24.1.0",
"metro-react-native-babel-preset": "^0.54.1",
"node": "^10.19.0",
"react": "16.8.6",
"react-dom": "^16.8.6",
"react-native": "^0.64.1",
"react-test-renderer": "16.8.6"
},
"jest": {
"preset": "react-native"
},
"dependencies": {
"react-native-elements": "^1.2.7",
"react-native-responsive-screen": "^1.4.0",
"react-native-vector-icons": "^6.6.0"
}
}