-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
74 lines (74 loc) · 2.43 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
66
67
68
69
70
71
72
73
74
{
"name": "groupmap2",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@ant-design/icons-react-native": "^2.3.2",
"@freakycoder/react-native-bounceable": "^0.2.5",
"@react-native-async-storage/async-storage": "^1.17.7",
"@react-native-community/blur": "^3.6.0",
"@react-native-community/geolocation": "^2.1.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/native": "^6.0.11",
"@rneui/base": "^4.0.0-rc.4",
"@rneui/themed": "^4.0.0-rc.4",
"apollo-boost": "^0.4.9",
"graphql": "^16.5.0",
"lottie-react-native": "^5.1.3",
"react": "17.0.2",
"react-apollo": "^3.1.5",
"react-dom": "17.0.2",
"react-native": "0.67.4",
"react-native-animated-nav-tab-bar": "^3.1.8",
"react-native-blob-util": "^0.16.1",
"react-native-dynamic-search-bar": "^2.0.2",
"react-native-fast-image": "^8.5.11",
"react-native-geolocation-service": "^5.3.0",
"react-native-gesture-handler": "^2.5.0",
"react-native-linear-gradient": "^2.5.6",
"react-native-map-link": "^2.9.3",
"react-native-maps": "^0.30.1",
"react-native-modals": "^0.22.3",
"react-native-open-map": "^3.0.2",
"react-native-popup-dialog": "^0.18.3",
"react-native-reanimated": "^3.0.0-rc.0",
"react-native-safe-area-context": "^4.3.1",
"react-native-screens": "^3.15.0",
"react-native-searchbar": "^1.16.0",
"react-native-showdown": "^1.0.1",
"react-native-spinkit": "^1.5.1",
"react-native-svg": "^12.3.0",
"react-native-vector-icons": "^9.1.0",
"react-native-web": "0.17.7",
"react-native-webview": "^11.21.0",
"react-navigation": "^4.4.4",
"react-navigation-stack": "^2.10.4",
"react-navigation-tabs": "^2.11.2",
"react-redux": "^8.0.2",
"redux": "^4.2.0",
"styled-components": "^4.4.1"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/runtime": "^7.17.9",
"@react-native-community/eslint-config": "^3.0.1",
"babel-jest": "^28.0.2",
"eslint": "^8.14.0",
"jest": "^28.0.2",
"metro-react-native-babel-preset": "^0.70.2",
"patch-package": "^6.4.7",
"postinstall-prepare": "^2.0.0",
"react-native-svg-transformer": "^1.0.0",
"react-test-renderer": "17.0.2"
},
"jest": {
"preset": "react-native"
}
}