mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "native",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "expo start --clear",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@better-auth/expo": "^1.2.7",
|
|
"@expo/vector-icons": "^14.0.0",
|
|
"@react-navigation/bottom-tabs": "^7.0.5",
|
|
"@react-navigation/drawer": "^7.0.0",
|
|
"@react-navigation/native": "^7.0.3",
|
|
"@tanstack/react-form": "^1.0.5",
|
|
"babel-plugin-react-compiler": "^19.0.0-beta-af1b7da-20250417",
|
|
"expo": "^53.0.8",
|
|
"expo-constants": "~17.1.4",
|
|
"expo-linking": "~7.1.4",
|
|
"expo-router": "~5.0.3",
|
|
"expo-secure-store": "~14.2.3",
|
|
"expo-status-bar": "~2.2.3",
|
|
"expo-system-ui": "~5.0.6",
|
|
"expo-dev-client": "~5.1.8",
|
|
"expo-web-browser": "~14.1.6",
|
|
"react": "19.0.0",
|
|
"react-dom": "19.0.0",
|
|
"react-native": "0.79.2",
|
|
"react-native-edge-to-edge": "1.6.0",
|
|
"react-native-gesture-handler": "~2.24.0",
|
|
"react-native-nitro-modules": "0.25.2",
|
|
"react-native-reanimated": "~3.17.4",
|
|
"react-native-safe-area-context": "5.4.0",
|
|
"react-native-screens": "~4.10.0",
|
|
"react-native-unistyles": "3.0.0-rc.3",
|
|
"react-native-web": "^0.20.0"
|
|
},
|
|
"devDependencies": {
|
|
"ajv": "^8.12.0",
|
|
"@babel/core": "^7.20.0",
|
|
"@types/react": "~19.0.10",
|
|
"typescript": "~5.8.3"
|
|
},
|
|
"private": true
|
|
}
|