-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.91 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
56
57
58
59
60
61
62
63
64
65
{
"name": "TigerEats",
"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.8.1",
"@react-native-community/geolocation": "^2.0.2",
"@react-native-community/netinfo": "^4.1.3",
"axios": "^0.19.0",
"fast-html-parser": "^1.0.1",
"firebase": "^7.2.2",
"firebase-admin": "^8.6.1",
"frisbee": "^3.1.0",
"geolib": "^3.0.3",
"jssoup": "0.0.10",
"react": "16.8.3",
"react-native": "0.59.9",
"react-native-cached-image": "^1.4.3",
"react-native-elements": "^1.1.0",
"react-native-fetch-blob": "^0.10.8",
"react-native-flash-message": "^0.1.13",
"react-native-gesture-handler": "^1.2.1",
"react-native-google-maps-directions": "^2.1.0",
"react-native-inappbrowser-reborn": "^3.0.1",
"react-native-maps": "^0.25.0",
"react-native-material-dropdown": "^0.11.1",
"react-native-material-ui": "^1.30.1",
"react-native-phone-call": "^1.0.9",
"react-native-platform-touchable": "^1.1.1",
"react-native-progress": "^3.6.0",
"react-native-reanimated": "^1.1.0",
"react-native-share": "^2.0.0",
"react-native-swipe-gestures": "^1.0.4",
"react-native-tab-view": "^2.9.0",
"react-native-vector-icons": "^6.4.2",
"react-navigation": "^3.11.0",
"react-redux": "^7.1.0",
"redux": "^4.0.3",
"redux-thunk": "^2.3.0",
"superagent": "^5.1.2",
"util": "^0.12.1"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/runtime": "^7.4.5",
"babel-jest": "^24.8.0",
"babel-plugin-module-resolver": "^3.2.0",
"jest": "^24.8.0",
"jetifier": "^1.6.5",
"metro-react-native-babel-preset": "^0.54.1",
"react-test-renderer": "16.8.3"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./src/assets/fonts"
]
}
}