-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.42 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
40
41
42
43
44
45
46
47
48
49
{
"name": "manager",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"communications": "^1.0.0",
"firebase": "^4.8.2",
"lodash": "^4.17.15",
"metro-core": "^0.57.0",
"react": "16.8.6",
"react-native": "0.59.10",
"react-native-communications": "^2.2.1",
"react-native-notification-android-permission-library": "^1.0.5",
"react-native-permissions": "^2.0.8",
"react-native-router-flux": "^4.0.0-beta.28",
"react-navigation": "2.18.3",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-effects": "^0.4.3",
"redux-effects-fetch": "^0.5.5",
"redux-form": "7.2.0",
"redux-promise-middleware": "^5.0.0",
"redux-saga": "^0.16.0",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"@babel/core": "7.5.5",
"@babel/plugin-proposal-class-properties": "7.5.5",
"@babel/plugin-proposal-decorators": "7.4.4",
"@babel/plugin-transform-flow-strip-types": "7.4.4",
"@babel/preset-flow": "7.0.0",
"@babel/runtime": "7.5.5",
"babel-eslint": "10.0.3",
"babel-jest": "24.9.0",
"jest": "22.0.6",
"metro-react-native-babel-preset": "^0.56.0",
"react-test-renderer": "16.2.0"
},
"jest": {
"transform": {
"^.+\\.js$": "<rootDir>/node_modules/react-native/jest/preprocessor.js"
}
}
}