Skip to content

Instantly share code, notes, and snippets.

@haydenbleasel
Created March 3, 2025 18:30
Show Gist options
  • Save haydenbleasel/5e950c637143d226231b6a7b28a11a18 to your computer and use it in GitHub Desktop.
Save haydenbleasel/5e950c637143d226231b6a7b28a11a18 to your computer and use it in GitHub Desktop.
{
"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