Created
March 3, 2025 18:30
-
-
Save haydenbleasel/5e950c637143d226231b6a7b28a11a18 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cesVersion": "2.12.3", | |
"projectName": "app", | |
"packages": [ | |
{ | |
"name": "expo-router", | |
"type": "navigation", | |
"options": { | |
"type": "stack" | |
} | |
}, | |
{ | |
"name": "nativewind", | |
"type": "styling" | |
}, | |
{ | |
"name": "zustand", | |
"type": "state-management" | |
}, | |
{ | |
"name": "supabase", | |
"type": "authentication" | |
} | |
], | |
"flags": { | |
"noGit": false, | |
"noInstall": false, | |
"overwrite": false, | |
"importAlias": true, | |
"packageManager": "pnpm", | |
"eas": true | |
}, | |
"packageManager": { | |
"type": "pnpm", | |
"version": "9.0.0" | |
}, | |
"os": { | |
"type": "Darwin", | |
"platform": "darwin", | |
"arch": "arm64", | |
"kernelVersion": "24.3.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment