-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.76 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": "triptonic-ui",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"doctor": "expo doctor"
},
"dependencies": {
"@gorhom/bottom-sheet": "^4.6.0",
"@react-native-community/datetimepicker": "^8.0.1",
"@react-native-community/slider": "^4.5.2",
"axios": "^1.6.7",
"expo": "^51.0.4",
"expo-build-properties": "^0.12.1",
"expo-clipboard": "^6.0.3",
"expo-constants": "~16.0.1",
"expo-font": "^12.0.5",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.12",
"expo-splash-screen": "~0.27.4",
"expo-status-bar": "~1.12.1",
"lottie-ios": "^3.2.3",
"lottie-react-native": "6.7.0",
"nativewind": "^4.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.1",
"react-native-autocomplete-dropdown": "^3.1.5",
"react-native-dialog": "^9.3.0",
"react-native-gesture-handler": "~2.16.1",
"react-native-google-places-autocomplete": "^2.5.6",
"react-native-lottie-splash-screen": "^1.1.2",
"react-native-maps": "~1.14.0",
"react-native-maps-directions": "^1.9.0",
"react-native-popup-menu": "^0.16.1",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "~3.31.1",
"react-native-stars": "^1.2.2",
"react-native-toast-notifications": "^3.4.0",
"react-native-web": "~0.19.6",
"react-native-webview": "13.8.6",
"tailwindcss": "^3.4.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@types/react": "~18.2.79",
"prettier-plugin-tailwindcss": "^0.5.11",
"typescript": "~5.3.3"
},
"private": true
}