-
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.84 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.84 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": "hrFaceGuardRN",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"jcore-react-native": "^1.2.5",
"jpush-react-native": "^2.1.12",
"prop-types": "^15.6.1",
"rc-animate": "^2.4.4",
"rc-queue-anim": "^1.4.1",
"rc-tween-one": "^1.7.3",
"react": "16.3.0-alpha.1",
"react-native": "0.54.2",
"react-native-action-button": "^2.8.4",
"react-native-actionsheet": "^2.3.0",
"react-native-calendar-select": "^0.1.2",
"react-native-camera": "^1.0.3",
"react-native-collapsible": "^0.10.0",
"react-native-confirmation-code-input": "^1.0.4",
"react-native-custom-actionsheet": "0.0.4",
"react-native-easy-toast": "^1.1.0",
"react-native-elements": "^0.19.0",
"react-native-gifted-listview": "0.0.15",
"react-native-gifted-spinner": "^0.1.0",
"react-native-image-picker": "^0.26.7",
"react-native-loading-spinner-overlay": "^0.5.2",
"react-native-material-cards": "^1.0.7",
"react-native-modal-datetime-picker": "^5.0.0",
"react-native-modal-dropdown": "^0.6.2",
"react-native-popup-dialog": "^0.11.46",
"react-native-selectmultiple-button": "0.0.85",
"react-native-settings-list": "^1.8.0",
"react-native-storage": "^0.2.2",
"react-native-swipe-list-view": "^1.0.6",
"react-native-syan-image-picker": "^0.1.6",
"react-native-tab-navigator": "^0.3.4",
"react-native-textinput-effects": "^0.4.2",
"react-native-timeline-listview": "^0.2.3",
"react-native-vector-icons": "^4.5.0",
"react-navigation": "^1.5.2"
},
"devDependencies": {
"babel-jest": "22.4.1",
"babel-preset-react-native": "4.0.0",
"jest": "22.4.2",
"react-test-renderer": "16.3.0-alpha.1"
},
"jest": {
"preset": "react-native"
}
}