forked from secret-tech/aag-rn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.34 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
{
"name": "askagirl",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"adm-zip": "^0.4.11",
"axios": "^0.18.0",
"immutable": "^3.8.2",
"jwt-decode": "^2.2.0",
"native-base": "^2.8.1",
"plist": "^3.0.1",
"react": "16.6.0-alpha.8af6728",
"react-native": "0.57.3",
"react-native-fbsdk": "^0.8.0",
"react-native-gifted-chat": "https://github.com/FaridSafi/react-native-gifted-chat.git",
"react-native-modal": "^6.5.0",
"react-native-onesignal": "^3.2.7",
"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.0.2",
"react-native-voximplant": "^1.2.0",
"react-navigation": "^2.18.0",
"react-navigation-redux-helpers": "^2.0.6",
"react-redux": "^5.0.7",
"redux": "^4.0.1",
"redux-actions": "^2.6.1",
"redux-immutable": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-saga": "^0.16.2",
"socket.io-client": "^2.1.1",
"xcode": "^1.0.0"
},
"devDependencies": {
"babel-jest": "23.6.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.48.1",
"react-test-renderer": "16.6.0-alpha.8af6728"
},
"jest": {
"preset": "react-native"
}
}