-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 964 Bytes
/
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
{
"name": "MyQuotes",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-preset-react-native-stage-0": "^1.0.1",
"jest": "^22.4.3",
"jest-react-native": "^18.0.0",
"react-test-renderer": "16.3.1"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "jest"
},
"jest": {
"preset": "react-native"
},
"dependencies": {
"axios": "^0.18.0",
"lodash": "^4.17.10",
"metro-react-native-babel-preset": "^0.51.1",
"qs": "^6.5.2",
"react": "16.5.1",
"react-native": "0.57.2",
"react-native-htmlview": "^0.12.1",
"react-native-multiple-select": "^0.4.4",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^2.0.1",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-form": "^7.3.0",
"redux-persist": "^5.9.1",
"redux-saga": "^0.16.0",
"reselect": "^3.0.1"
}
}