generated from ritmillio/expo-router-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 3.04 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
"ts:check": "tsc"
},
"dependencies": {
"@clerk/clerk-expo": "^1.2.7",
"@expo/cli": "^0.10.11",
"@expo/react-native-action-sheet": "^4.1.0",
"@expo/vector-icons": "^14.0.2",
"@gorhom/bottom-sheet": "^4",
"@hookform/resolvers": "^3.2.0",
"@mapbox/geo-viewport": "^0.5.0",
"@marceloterreiro/flash-calendar": "^1.0.0",
"@react-native-community/datetimepicker": "8.0.1",
"@react-native-community/slider": "4.5.2",
"@react-native-picker/picker": "2.7.5",
"@react-navigation/material-top-tabs": "^6.6.3",
"@react-navigation/native": "^6.1.7",
"@shopify/flash-list": "^1.6.4",
"@types/react-native": "^0.72.2",
"@types/supercluster": "^7.1.3",
"add": "^2.0.6",
"apisauce": "^3.0.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"expo": "51.0.28",
"expo-av": "~14.0.6",
"expo-clipboard": "~6.0.3",
"expo-device": "~6.0.2",
"expo-font": "~12.0.9",
"expo-image": "~1.12.13",
"expo-linear-gradient": "~13.0.2",
"expo-linking": "^6.3.1",
"expo-location": "~17.0.1",
"expo-mail-composer": "~13.0.1",
"expo-notifications": "~0.28.15",
"expo-router": "3.5.23",
"expo-secure-store": "^13.0.2",
"expo-sharing": "~12.0.1",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"expo-store-review": "~7.0.2",
"expo-tracking-transparency": "~4.0.2",
"expo-updates": "~0.25.22",
"expo-web-browser": "~13.0.3",
"lucide-react-native": "^0.359.0",
"nativewind": "^4.0.22",
"postcss": "8.4.23",
"prettier": "^3.0.0",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.52.1",
"react-native": "0.74.5",
"react-native-gesture-handler": "^2.16.2",
"react-native-maps": "1.14.0",
"react-native-pager-view": "^6.3.0",
"react-native-reanimated": "3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "^3.31.1",
"react-native-svg": "^15.2.0",
"react-native-tab-view": "^3.5.2",
"react-native-webview": "13.8.6",
"supercluster": "^8.0.1",
"tailwind-merge": "^2.4.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@types/react": "~18.2.79",
"@types/react-native": "^0.72.2",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"tailwindcss": "3.3.2",
"typescript": "^5.3.3"
},
"resolutions": {
"react-refresh": "~0.14.0"
},
"overrides": {
"react-refresh": "~0.14.0"
},
"name": "expo-router-starter-kit",
"version": "1.0.0",
"private": false,
"description": "A simplified Expo-router starter kit.",
"license": "MIT",
"author": "ritmillio"
}