mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "native",
|
|
"version": "1.0.0",
|
|
"main": "expo-router/entry",
|
|
"scripts": {
|
|
"dev": "expo start --clear",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"prebuild": "expo prebuild",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "^14.0.4",
|
|
"@react-navigation/bottom-tabs": "^7.2.0",
|
|
"@react-navigation/drawer": "^7.1.1",
|
|
"@react-navigation/native": "^7.0.14",
|
|
"@tanstack/react-form": "^1.0.5",
|
|
"@tanstack/react-query": "^5.69.2",
|
|
"expo": "^52.0.44",
|
|
"expo-constants": "~17.0.8",
|
|
"expo-linking": "~7.0.5",
|
|
"expo-navigation-bar": "~4.0.8",
|
|
"expo-router": "~4.0.19",
|
|
"expo-secure-store": "~14.0.1",
|
|
"expo-status-bar": "~2.0.1",
|
|
"expo-system-ui": "~4.0.8",
|
|
"expo-web-browser": "~14.0.2",
|
|
"nativewind": "^4.1.23",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"react-native": "0.76.9",
|
|
"react-native-gesture-handler": "~2.20.2",
|
|
"react-native-reanimated": "3.16.2",
|
|
"react-native-safe-area-context": "4.12.0",
|
|
"react-native-screens": "~4.4.0",
|
|
"react-native-web": "~0.19.13"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.26.10",
|
|
"@types/react": "~18.3.12",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "~5.8.2"
|
|
},
|
|
"private": true
|
|
}
|