-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·39 lines (39 loc) · 1.22 KB
/
package.json
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
{
"name": "MySocialApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"android-dev": "adb reverse tcp:8081 tcp:8081 && react-native run-android"
},
"dependencies": {
"firebase": "^3.6.4",
"react": "15.4.1",
"react-native": "0.39.2",
"react-native-camera": "^0.4.0",
"react-native-dropdown": "0.0.6",
"react-native-fetch-blob": "^0.10.1-beta.1",
"react-native-image-picker": "^0.24.1",
"react-native-maps": "^0.12.2",
"react-native-material-design-searchbar": "^1.0.11",
"react-native-navigation-bar": "^0.2.1",
"react-native-radio-button": "^1.0.2",
"react-native-selection": "^1.3.5",
"react-native-simple-radio-button": "^2.4.0",
"react-native-sleek-loading-indicator": "^0.1.3",
"react-native-switch": "^1.0.5",
"react-native-testkit": "^0.1.2",
"react-native-video": "^0.9.0"
},
"devDependencies": {
"babel-jest": "18.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "18.0.0",
"react-test-renderer": "15.4.1",
"android-dev": "adb reverse tcp:8081 tcp:8081 && react-native run-android"
},
"jest": {
"preset": "react-native"
}
}