-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.75 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
{
"name": "cs4242-wru",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "eslint .",
"format": "prettier --write \"src/**/*.{ts,tsx}\""
},
"dependencies": {
"@mapbox/polyline": "^1.2.0",
"@react-native-community/datetimepicker": "6.7.3",
"@react-navigation/material-bottom-tabs": "^6.2.15",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"axios": "^1.3.4",
"expo": "~48.0.5",
"expo-device": "^5.2.1",
"expo-image-picker": "~14.1.1",
"expo-location": "~15.1.1",
"expo-notifications": "~0.18.1",
"expo-status-bar": "~1.4.4",
"firebase": "^9.17.2",
"moment": "^2.29.4",
"react": "18.2.0",
"react-google-autocomplete": "^2.7.3",
"react-load-script": "^0.0.6",
"react-native": "0.71.3",
"react-native-gifted-chat": "^2.0.1",
"react-native-google-places-autocomplete": "^2.5.1",
"react-native-maps": "1.3.2",
"react-native-open-maps": "^0.4.0",
"react-native-paper": "^5.4.1",
"react-native-safe-area-context": "^4.5.0",
"react-native-screens": "~3.20.0",
"react-native-tags": "^2.2.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/mapbox__polyline": "^1.0.2",
"@types/react": "~18.0.14",
"@types/react-native-tags": "^2.2.1",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-native": "^4.0.0",
"prettier": "^2.8.4",
"typescript": "^4.9.4"
},
"private": true
}