This repository has been archived by the owner on Apr 25, 2019. It is now read-only.
forked from hahalml/react-native-pjsip-app
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
51 lines (51 loc) · 1.67 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
50
51
{
"name": "PjApp",
"version": "0.0.2",
"private": true,
"scripts": {
"start": "react-native start",
"lint": "eslint ./app",
"android": "react-native run-android",
"ios": "react-native run-ios"
},
"dependencies": {
"events": "^3.0.0",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"react": "16.8.6",
"react-native": "0.59.5",
"react-native-action-button": "^2.8.5",
"react-native-callkit": "^1.3.4",
"react-native-deprecated-custom-components": "^0.1.2",
"react-native-gesture-handler": "^1.1.0",
"react-native-linear-gradient": "^2.5.4",
"react-native-pjsip": "^2.7.4",
"react-native-viewpager": "^0.2.11",
"react-native-voip-push-notification": "^1.1.4",
"react-navigation": "^3.9.0",
"react-redux": "^5.1.1",
"redux": "^4.0.1",
"redux-devtools": "^3.5.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/runtime": "^7.4.3",
"autobind-decorator": "^2.4.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.7.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"eslint": "^5.16.0",
"eslint-config-google": "^0.12.0",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react-native": "^3.6.0",
"jest": "^24.7.1",
"metro-react-native-babel-preset": "^0.53.1",
"prop-types": "^15.7.2",
"react-dom": "16.8.6",
"react-test-renderer": "16.8.6",
"remote-redux-devtools": "^0.5.16"
}
}