-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.72 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": "easyboard",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"deploy:ios": "eas build --platform ios && eas submit -p ios --latest",
"ts:check": "tsc",
"lint": "eslint ."
},
"dependencies": {
"@expo/ngrok": "^4.1.0",
"@expo/react-native-action-sheet": "^3.13.0",
"@googlemaps/polyline-codec": "^1.0.28",
"@react-native-masked-view/masked-view": "0.2.9",
"@react-navigation/native": "^6.0.12",
"@react-navigation/native-stack": "^6.8.0",
"axios": "^0.27.2",
"expo": "^49.0.13",
"expo-build-properties": "~0.8.3",
"expo-constants": "~14.4.2",
"expo-dev-client": "~2.4.11",
"expo-image-picker": "~14.3.2",
"expo-location": "~16.1.0",
"expo-secure-store": "~12.3.1",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"nativewind": "^2.0.11",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.34.2",
"react-native": "0.72.5",
"react-native-autocomplete-input": "^5.1.1",
"react-native-gesture-handler": "~2.12.0",
"react-native-maps": "1.7.1",
"react-native-phone-call": "^1.2.0",
"react-native-reanimated-carousel": "^3.5.1",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-web": "~0.19.6",
"react-navigation": "^4.4.4",
"typescript": "^5.1.3",
"react-native-reanimated": "~3.3.0"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"eslint": "^8.51.0",
"eslint-config-universe": "^12.0.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"tailwindcss": "^3.3.2"
},
"private": true
}