-
Notifications
You must be signed in to change notification settings - Fork 146
/
package.json
38 lines (38 loc) · 1.31 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
{
"name": "VoximplantDemo",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"postinstall": "sed -i '' 's/#import <RCTAnimation\\/RCTValueAnimatedNode.h>/#import <React\\/RCTValueAnimatedNode.h>/' ./node_modules/react-native/Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h; sed -i '' 's/#import <fishhook\\/fishhook.h>/#import <React\\/fishhook.h>/' ./node_modules/react-native/Libraries/WebSocket/RCTReconnectingWebSocket.m",
"test": "jest"
},
"dependencies": {
"react": "16.3.1",
"react-native": "0.56.0",
"react-native-default-preference": "^1.2.0",
"react-native-fcm": "^15.0.1",
"react-native-md5": "1.0.0",
"react-native-notifications": "1.1.16",
"react-native-vector-icons": "^4.6.0",
"react-native-voximplant": "1.0.0",
"react-navigation": "2.5.3"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"babel-jest": "23.0.0-alpha.0",
"babel-preset-react-native": "5.0.0",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-standard": "^3.0.1",
"jest": "22.4.2",
"react-test-renderer": "16.3.0-alpha.2"
},
"jest": {
"preset": "react-native"
}
}