-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
73 lines (73 loc) · 2.16 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
{
"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": {
"@expo/cli": "^0.10.11",
"@expo/vector-icons": "^14.0.4",
"@hookform/resolvers": "^3.2.0",
"@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",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"expo": "51.0.39",
"expo-font": "~12.0.10",
"expo-image": "~1.13.0",
"expo-linking": "^6.3.1",
"expo-router": "3.5.24",
"expo-splash-screen": "~0.27.7",
"expo-status-bar": "~1.12.1",
"expo-updates": "~0.25.27",
"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-native": "0.74.5",
"react-native-gesture-handler": "^2.16.1",
"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",
"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"
}