-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 1.28 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
{
"name": "testProject",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"link": "^0.1.5",
"native-base": "^2.8.1",
"opentok-react-native": "^0.9.3",
"react": "16.6.1",
"react-native": "^0.57.5",
"react-native-check-box": "^2.1.7",
"react-native-custom-radio-group": "^1.0.1",
"react-native-easy-toast": "^1.1.0",
"react-native-elements": "^0.19.1",
"react-native-fbsdk": "^0.8.0",
"react-native-fontawesome": "^6.0.0",
"react-native-google-signin": "^1.0.1",
"react-native-image-picker": "^0.27.2",
"react-native-link": "^4.1.0",
"react-native-loader": "^1.2.1",
"react-native-onesignal": "^3.2.12",
"react-native-router-flux": "^4.0.6",
"react-native-simple-toast": "0.0.8",
"react-native-spinkit": "^1.1.1",
"react-native-star-rating": "^1.1.0",
"react-native-toaster": "^1.2.2",
"react-native-vector-icons": "^6.1.0",
"socket.io-client": "2.2.0",
"superagent": "^4.1.0"
},
"devDependencies": {
"babel-jest": "23.6.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.49.2",
"react-test-renderer": "16.6.1"
},
"jest": {
"preset": "react-native"
}
}