-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.66 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
52
53
54
55
{
"name": "chatapp_mobile",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-native-community/async-storage": "^1.3.4",
"axios": "^0.18.0",
"native-base": "2.12.1",
"react": "16.8.3",
"react-native": "0.59.3",
"react-native-action-button": "^2.8.5",
"react-native-dropdown-menu": "^2.0.0",
"react-native-elements": "^1.1.0",
"react-native-fetch-blob": "^0.10.8",
"react-native-gesture-handler": "^1.1.0",
"react-native-gifted-chat": "^0.8.2",
"react-native-image-picker": "^0.28.1",
"react-native-material-dropdown": "^0.11.1",
"react-native-modalbox": "^1.7.1",
"react-native-search-filter": "^0.1.4",
"react-native-swipeout": "^2.3.6",
"react-native-web-swiper": "^1.14.0",
"react-navigation": "^3.6.1",
"react-navigation-drawer": "1.2.1",
"react-redux": "6.0.1",
"redux": "4.0.1",
"redux-logger": "3.0.6",
"redux-thunk": "2.3.0",
"socket.io-client": "^2.1.1"
},
"devDependencies": {
"@babel/core": "7.4.0",
"@babel/runtime": "7.4.2",
"@react-native-community/eslint-config": "0.0.3",
"babel-jest": "24.5.0",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-standard": "^4.0.0",
"jest": "24.5.0",
"metro-react-native-babel-preset": "0.53.1",
"react-test-renderer": "16.8.3"
},
"jest": {
"preset": "react-native"
}
}