-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.87 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
{
"name": "aurora_hunting",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start --tunnel",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@babel/eslint-parser": "^7.19.1",
"@react-native-async-storage/async-storage": "^1.17.11",
"@react-native-masked-view/masked-view": "^0.2.8",
"@react-navigation/bottom-tabs": "^6.5.4",
"@react-navigation/native": "^6.1.3",
"@react-navigation/native-stack": "^6.9.9",
"@rneui/themed": "^4.0.0-rc.7",
"d3-interpolate": "^3.0.1",
"eslint-plugin-react-native": "^4.0.0",
"expo": "~47.0.12",
"expo-av": "~13.0.3",
"expo-image-picker": "~14.0.2",
"expo-linear-gradient": "^12.0.1",
"expo-location": "~15.0.1",
"expo-status-bar": "~1.4.2",
"link": "^1.5.1",
"react": "18.1.0",
"react-hook-form": "^7.43.0",
"react-native": "^0.70.5",
"react-native-dotenv": "^3.4.7",
"react-native-elements": "^3.4.3",
"react-native-geocoding": "^0.5.0",
"react-native-grid-image-viewer": "^1.3.0",
"react-native-header-search-bar": "^0.1.10",
"react-native-linear-gradient": "^2.6.2",
"react-native-maps": "1.3.2",
"react-native-option-menu": "^1.1.3",
"react-native-paper": "^5.1.4",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "~3.18.0",
"react-native-shimmer-placeholder": "^2.0.9",
"react-native-skeleton-placeholder": "^5.2.4",
"react-native-switch-selector": "^2.3.0",
"react-native-toast-message": "^2.1.5"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"eslint": "^8.33.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"prettier": "^2.8.3"
},
"private": true
}