This repository has been archived by the owner on Oct 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.63 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
{
"dependencies": {
"@gorhom/bottom-sheet": "^4.4.6",
"@react-native-community/datetimepicker": "6.7.3",
"@react-native-picker/picker": "2.4.8",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"expo": "~48.0.15",
"expo-crypto": "~12.2.1",
"expo-location": "~15.1.1",
"expo-secure-store": "~12.1.1",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"firebase": "^9.21.0",
"formik": "^2.2.9",
"moment": "^2.29.4",
"react": "18.2.0",
"react-native": "0.71.8",
"react-native-gesture-handler": "~2.9.0",
"react-native-maps": "1.3.2",
"react-native-maps-directions": "^1.9.0",
"react-native-paper": "^5.7.2",
"react-native-reanimated": "~2.14.4",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"yup": "^1.1.1",
"zod": "^3.21.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.0.14",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2",
"prettier": "^2.8.8",
"react-native-dotenv": "^3.4.8",
"typescript": "^4.9.4"
},
"main": "node_modules/expo/AppEntry.js",
"name": "communidrive",
"private": true,
"scripts": {
"android": "expo start --android",
"check": "tsc --noEmit",
"format": "prettier --write **/*.{json,ts,tsx}",
"ios": "expo start --ios",
"lint": "eslint --ext .ts,.tsx .",
"start": "expo start",
"web": "expo start --web"
},
"version": "1.0.0"
}