44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"name": "appbarber",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "expo start --dev-client",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "^15.1.1",
|
|
"@react-native-async-storage/async-storage": "^3.0.2",
|
|
"@react-navigation/bottom-tabs": "^7.15.12",
|
|
"@react-navigation/native": "^7.2.3",
|
|
"@react-navigation/stack": "^7.8.12",
|
|
"@stripe/stripe-react-native": "^0.65.0",
|
|
"@supabase/supabase-js": "^2.105.3",
|
|
"expo": "~54.0.33",
|
|
"expo-constants": "^55.0.16",
|
|
"expo-image-picker": "^55.0.20",
|
|
"expo-linear-gradient": "^55.0.13",
|
|
"expo-notifications": "^55.0.22",
|
|
"expo-status-bar": "~3.0.9",
|
|
"react": "19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-native": "0.81.5",
|
|
"react-native-calendars": "^1.1314.0",
|
|
"react-native-date-picker": "^5.0.13",
|
|
"react-native-paper": "^5.15.1",
|
|
"react-native-safe-area-context": "^5.7.0",
|
|
"react-native-screens": "^4.24.0",
|
|
"react-native-vector-icons": "^10.3.0",
|
|
"react-native-web": "^0.21.2"
|
|
},
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@types/react": "~18.2.45",
|
|
"@types/react-native": "^0.73.0",
|
|
"babel-preset-expo": "^55.0.22",
|
|
"typescript": "~5.9.2"
|
|
}
|
|
}
|