-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 899 Bytes
/
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": "FirebaseApp",
"version": "0.0.1",
"private": true,
"scripts": {
"postinstall": "react-native-schemes-manager all",
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "16.4.1",
"react-native": "0.56.0",
"react-native-device-info": "^0.22.5",
"react-native-firebase": "^4.3.8",
"react-redux": "^5.0.7",
"redux-form": "^7.4.2",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"babel-jest": "23.4.2",
"babel-preset-react-native": "^5",
"jest": "23.5.0",
"react-native-rename": "^2.2.2",
"react-native-schemes-manager": "^1.0.5",
"react-test-renderer": "16.4.1"
},
"jest": {
"preset": "react-native"
},
"xcodeSchemes": {
"Debug": [
"Dev.Debug"
],
"Release": [
"Dev.Release"
],
"projectDirectory": "ios"
}
}