-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.29 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
{
"name": "AskAGirl",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"axios": "^0.18.0",
"immutable": "^4.0.0-rc.12",
"jwt-decode": "^2.2.0",
"native-base": "^2.11.0",
"react": "16.6.3",
"react-native": "0.58.4",
"react-native-fbsdk": "^0.8.0",
"react-native-fbsdklogin": "^0.0.8",
"react-native-gifted-chat": "^0.7.2",
"react-native-incall-manager": "^3.2.2",
"react-native-modal": "6.5.0",
"react-native-onesignal": "^3.2.12",
"react-native-snap-carousel": "3.7.5",
"react-native-star-rating": "1.1.0",
"react-native-tag-input": "0.0.21",
"react-native-vector-icons": "^6.2.0",
"react-native-webrtc": "1.67.1",
"react-navigation": "2.18.0",
"react-navigation-redux-helpers": "2.0.6",
"react-redux": "^6.0.0",
"redux-actions": "^2.6.4",
"redux-immutable": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-saga": "^1.0.1",
"socket.io-client": "^2.2.0"
},
"devDependencies": {
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "24.1.0",
"jest": "24.1.0",
"metro-react-native-babel-preset": "0.51.1",
"react-test-renderer": "16.6.3"
},
"jest": {
"preset": "react-native"
}
}