generated from ritmillio/expo-router-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.82 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
{
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
"ts:check": "tsc"
},
"dependencies": {
"@clerk/clerk-expo": "^0.20.4",
"@expo/cli": "^0.10.11",
"@expo/vector-icons": "^14.0.0",
"@hookform/resolvers": "^3.2.0",
"@react-native-picker/picker": "2.6.1",
"@react-navigation/material-top-tabs": "^6.6.10",
"@react-navigation/native": "^6.1.18",
"@tanstack/react-query": "^5.12.2",
"@types/react": "~18.2.14",
"@types/react-native": "^0.72.2",
"apisauce": "^3.0.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"expo": "50.0.19",
"expo-application": "^5.8.4",
"expo-auth-session": "^5.4.0",
"expo-constants": "~15.4.6",
"expo-device": "~5.9.4",
"expo-font": "~11.10.3",
"expo-image": "~1.10.6",
"expo-linking": "^6.2.2",
"expo-localization": "~14.8.4",
"expo-location": "~16.5.5",
"expo-router": "3.4.10",
"expo-secure-store": "^12.8.1",
"expo-sharing": "~11.10.0",
"expo-splash-screen": "~0.26.5",
"expo-status-bar": "~1.11.1",
"expo-tracking-transparency": "~3.3.0",
"expo-web-browser": "~12.8.2",
"i18next": "^23.4.1",
"intl-pluralrules": "^2.0.1",
"lucide-react-native": "^0.363.0",
"nativewind": "^4.0.22",
"onesignal-expo-plugin": "^2.0.2",
"postcss": "8.4.23",
"prettier": "^3.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.4",
"react-i18next": "^13.0.2",
"react-native": "0.73.6",
"react-native-gesture-handler": "^2.17.1",
"react-native-onesignal": "^5.1.0",
"react-native-pager-view": "^6.2.3",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "^3.29.0",
"react-native-svg": "^14.1.0",
"react-native-tab-view": "^3.5.2",
"react-query-kit": "^3.1.2",
"tailwind-merge": "^2.2.1",
"vexo-analytics": "^1.3.13",
"zod": "^3.21.4",
"zustand": "^4.3.9"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@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-pro-starter",
"version": "1.0.0",
"private": false,
"description": "An opinionated Expo starter with expo-router, nativewind, zustand, expo-image, @shopify/flash-list",
"license": "MIT",
"author": "Zoltan Fodor - @ritmillio"
}