This repository has been archived by the owner on Apr 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.54 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
{
"name": "petrolPrice",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"@react-native-community/async-storage": "^1.3.4",
"axios": "^0.18.0",
"moment": "^2.24.0",
"native-base": "^2.12.0",
"react": "16.6.3",
"react-native": "0.58.5",
"react-native-animatable": "^1.3.1",
"react-native-animate-loading-button": "^1.0.3",
"react-native-app-intro-slider": "^1.0.1",
"react-native-elements": "^1.1.0",
"react-native-gesture-handler": "^1.0.16",
"react-native-linear-gradient": "^2.5.3",
"react-native-maps": "^0.23.0",
"react-native-material-buttons": "^0.5.0",
"react-native-material-dropdown": "^0.11.1",
"react-native-material-textfield": "^0.12.0",
"react-native-modal": "^9.0.0",
"react-native-paper": "^2.13.0",
"react-native-pure-chart": "^0.0.24",
"react-native-render-html": "^4.1.2",
"react-native-snap-carousel": "^3.7.5",
"react-native-textarea": "^1.0.3",
"react-native-vector-icons": "^6.4.0",
"react-navigation": "^3.3.2",
"react-navigation-material-bottom-tabs": "^1.0.0",
"react-redux": "^6.0.1",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-persist": "^5.10.0"
},
"devDependencies": {
"babel-core": "7.0.0-bridge.0",
"babel-jest": "24.1.0",
"jest": "24.1.0",
"metro-react-native-babel-preset": "0.52.0",
"react-test-renderer": "16.6.3"
},
"jest": {
"preset": "react-native"
}
}