app framework

This commit is contained in:
blaisadmin
2026-03-27 00:38:12 -04:00
parent a395f9422c
commit bba670491e
39 changed files with 11781 additions and 1 deletions
+36
View File
@@ -0,0 +1,36 @@
{
"name": "fletchiq",
"version": "0.1.0",
"private": true,
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@expo/metro-runtime": "~5.0.5",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/native": "^7.1.6",
"@react-navigation/native-stack": "^7.3.5",
"@supabase/supabase-js": "^2.49.4",
"expo": "^53.0.0",
"expo-constants": "^17.1.0",
"expo-status-bar": "^2.2.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-native": "^0.79.0",
"react-native-safe-area-context": "^5.4.0",
"react-native-screens": "^4.10.0",
"react-native-web": "^0.20.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@types/react": "^19.0.10",
"babel-plugin-module-resolver": "^5.0.2",
"typescript": "^5.8.2"
}
}