-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 983 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 983 Bytes
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
{
"name": "doortwodoor",
"version": "1.0.0",
"private": true,
"scripts": {
"postinstall": "react-native-schemes-manager all",
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"xcodeSchemes": {
"Debug": [],
"Release": [
"Staging"
]
},
"dependencies": {
"native-base": "2.3.8",
"prop-types": "15.6.0",
"react": "16.2.0",
"react-native": "0.53.0",
"react-native-firebase": "3.2.5",
"react-native-navigation": "1.1.377",
"react-native-typography": "1.3.0",
"react-redux": "5.0.6",
"redux": "3.7.2",
"redux-logger": "3.0.6",
"redux-perf-middleware": "1.2.2",
"redux-thunk": "2.2.0",
"shortid": "2.2.8"
},
"devDependencies": {
"babel-jest": "22.2.2",
"babel-preset-react-native": "4.0.0",
"jest": "22.3.0",
"react-native-schemes-manager": "1.0.1",
"react-test-renderer": "16.2.0"
},
"jest": {
"preset": "react-native"
}
}