forked from UTDallasEPICS/Foundation_Communities_App
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.59 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.59 KB
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
{
"name": "foundation_communities_app",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-native-community/async-storage": "^1.9.0",
"@react-native-community/geolocation": "^2.0.2",
"geolib": "^3.2.1",
"react": "16.8.6",
"react-geocode": "^0.2.1",
"react-native": "0.60.5",
"react-native-async-storage": "0.0.1",
"react-native-elements": "^1.2.6",
"react-native-firebase": "^5.6.0",
"react-native-gesture-handler": "^1.4.1",
"react-native-global-props": "^1.1.5",
"react-native-image-picker": "^2.0.0",
"react-native-localization": "^2.1.6",
"react-native-maps": "0.26.1",
"react-native-modal-datetime-picker": "^7.6.0",
"react-native-platform-touchable": "^1.1.1",
"react-native-reanimated": "^1.2.0",
"react-native-snackbar": "^2.0.4",
"react-native-vector-icons": "^6.6.0",
"react-navigation": "^4.0.5",
"react-navigation-stack": "^1.8.0",
"react-navigation-tabs": "^2.5.5"
},
"devDependencies": {
"@babel/core": "7.6.0",
"@babel/runtime": "7.6.0",
"@react-native-community/eslint-config": "0.0.3",
"babel-eslint": "^10.0.3",
"babel-jest": "24.9.0",
"eslint": "^6.3.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-native": "^3.7.0",
"jest": "24.9.0",
"metro-react-native-babel-preset": "0.54.1",
"react-test-renderer": "16.8.6"
},
"jest": {
"preset": "react-native"
}
}