-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.66 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.66 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
{
"name": "react-native-screen-tools",
"version": "0.0.1",
"description": "React native components to create screens",
"main": "./components/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/josesuero/react-native-screen-tools.git"
},
"dependencies": {
"base-64": "^0.1.0",
"lodash": "^4.17.15",
"mem": "^5.1.1",
"moment": "^2.22.2",
"query-string": "^6.2.0",
"react": "^16.6.0",
"react-addons-create-fragment": "^15.6.2",
"react-mixin": "2",
"react-native-camera": "^1.12.0",
"react-native-check-box": "^2.1.6",
"react-native-fs": "^2.13.3",
"react-native-icon-badge": "^1.1.3",
"react-native-image-crop-picker": "^0.21.3",
"react-native-keyboard-aware-scroll-view": "^0.8.0",
"react-native-masked-text": "^1.9.2",
"react-native-modal": "^6.5.0",
"react-native-modal-datetime-picker": "^6.0.0",
"react-native-picker-dropdown": "^0.1.2",
"react-native-popup-menu": "^0.14.1",
"react-native-snap-carousel": "^3.7.5",
"react-native-star-rating": "^1.1.0",
"react-native-stripe-api": "^0.1.0",
"react-native-tag-input": "^0.0.21",
"react-native-vector-icons": "^6.0.2",
"react-native-video": "^4.4.0",
"react-timer-mixin": "^0.13.4"
},
"keywords": [
"react",
"native",
"screen",
"tools",
"components",
"elements"
],
"author": "Jose Suero (MSTN Media)",
"license": "MIT",
"bugs": {
"url": "https://github.com/josesuero/react-native-screen-tools/issues"
},
"homepage": "https://github.com/josesuero/react-native-screen-tools#readme"
}