You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tryFullStack/mobile/package.json

45 lines
1.2 KiB

3 weeks ago
{
"name": "mobile",
"version": "1.0.0",
3 weeks ago
"main": "expo-router/entry",
3 weeks ago
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/html-elements": "^0.10.1",
3 weeks ago
"@expo/vector-icons": "^15.0.2",
3 weeks ago
"@gluestack-ui/core": "^3.0.0",
"@gluestack-ui/utils": "^3.0.0",
"@legendapp/motion": "^2.3.0",
"babel-plugin-module-resolver": "^5.0.2",
"expo": "~53.0.22",
3 weeks ago
"expo-linking": "^7.1.7",
"expo-router": "^5.1.4",
3 weeks ago
"expo-status-bar": "~2.2.3",
"nativewind": "^4.1.23",
"react": "19.0.0",
"react-aria": "^3.33.0",
"react-dom": "^19.1.1",
"react-native": "0.79.6",
"react-native-reanimated": "^4.1.0",
3 weeks ago
"react-native-safe-area-context": "^4.14.1",
"react-native-screens": "^4.15.4",
3 weeks ago
"react-native-svg": "^15.2.0",
"react-native-worklets": "^0.5.0",
"react-native-worklets-core": "^1.6.2",
"react-stately": "^3.39.0",
"tailwind-variants": "^0.1.20",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/react": "~19.0.10",
"@types/react-native": "^0.72.8",
"typescript": "~5.8.3"
},
"private": true
}