/ cesconfig.jsonc
cesconfig.jsonc
1 // This is an optional configuration file used primarily for debugging purposes when reporting issues. 2 // It is safe to delete this file as it does not affect the functionality of your application. 3 { 4 "cesVersion": "2.18.7", 5 "projectName": "liontin", 6 "packages": [ 7 { 8 "name": "expo-router", 9 "type": "navigation", 10 "options": { 11 "type": "stack" 12 } 13 }, 14 { 15 "name": "nativewind", 16 "type": "styling" 17 }, 18 { 19 "name": "zustand", 20 "type": "state-management" 21 } 22 ], 23 "flags": { 24 "noGit": false, 25 "noInstall": false, 26 "overwrite": false, 27 "importAlias": true, 28 "packageManager": "bun", 29 "eas": false, 30 "publish": false 31 }, 32 "packageManager": { 33 "type": "bun", 34 "version": "1.2.12" 35 }, 36 "os": { 37 "type": "Darwin", 38 "platform": "darwin", 39 "arch": "arm64", 40 "kernelVersion": "24.5.0" 41 } 42 }