-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·63 lines (63 loc) · 2.01 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·63 lines (63 loc) · 2.01 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
59
60
61
62
63
{
"name": "rememberAll",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"@babel/runtime": "^7.2.0",
"antd-mobile": "^2.2.6",
"antd-mobile-rn": "^2.3.3",
"frisbee": "^2.0.8",
"lodash": "latest",
"native-base": "^2.12.0",
"react": "^16.5.0",
"react-dom": "^16.6.3",
"react-native": "^0.57.1",
"react-native-audio": "^4.3.0",
"react-native-calendars": "^1.32.0",
"react-native-camera": "^2.2.2",
"react-native-confirmation-code-input": "^1.0.4",
"react-native-country-picker-modal": "^0.7.1",
"react-native-datepicker": "^1.7.2",
"react-native-draggable-flatlist": "^1.1.7",
"react-native-fetch-blob": "^0.10.8",
"react-native-form": "^2.1.3",
"react-native-fs": "^2.13.3",
"react-native-gesture-handler": "^1.0.12",
"react-native-gifted-listview": "0.0.15",
"react-native-image-picker": "^0.28.1",
"react-native-keyboard-aware-scroll-view": "^0.8.0",
"react-native-loading-spinner-overlay": "^1.0.1",
"react-native-modal-dropdown": "^0.6.2",
"react-native-permissions": "^1.1.1",
"react-native-safe-area": "^0.5.0",
"react-native-shadow": "^1.2.2",
"react-native-sound": "^0.10.9",
"react-native-spacer": "^1.5.0",
"react-native-spinkit": "^1.2.0",
"react-native-svg": "^8.0.10",
"react-native-swipeout": "^2.3.6",
"react-native-ultimate-listview": "^3.3.0",
"react-native-vector-icons": "^6.1.0",
"react-native-video": "^4.4.1",
"react-native-video-player": "^0.10.0",
"react-native-zss-rich-text-editor": "^1.1.0",
"react-navigation": "^3.0.9",
"realm": "^2.21.1",
"rn-placeholder": "^1.3.3"
},
"devDependencies": {
"babel-jest": "23.6.0",
"babel-plugin-import": "^1.11.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.48.5",
"react-test-renderer": "16.6.3",
"schedule": "^0.4.0"
},
"jest": {
"preset": "react-native"
}
}