CodeIssuesDiscussionsWikiPull RequestsProjectsCommitsActionsReleasesContributorsPulse● GatesSecuritySettingsDeploymentsPipelineInsightsAgents✨ Explain✨ Ask AI✨ Workspace✨ Spec✨ Tests▓ Debt Map✨ NL Search🏛 Archaeology
Blame · Line-by-line history
package.json
Each line is annotated with the commit that last touched it. Click any SHA to jump to that commit and see the surrounding change.
| c53cf00 | 1 | { |
| 2 | "name": "gluecron-mobile", | |
| 3 | "version": "1.0.0", | |
| 4 | "main": "expo/AppEntry.js", | |
| 5 | "scripts": { | |
| 6 | "start": "expo start", | |
| 7 | "android": "expo start --android", | |
| 8 | "ios": "expo start --ios" | |
| 9 | }, | |
| 10 | "dependencies": { | |
| 11 | "expo": "~51.0.0", | |
| 12 | "expo-status-bar": "~1.12.1", | |
| 13 | "expo-secure-store": "~13.0.2", | |
| 14 | "@react-navigation/native": "^6.1.17", | |
| 15 | "@react-navigation/native-stack": "^6.9.26", | |
| 16 | "@react-navigation/bottom-tabs": "^6.5.20", | |
| 17 | "react-native-screens": "~3.31.1", | |
| 18 | "react-native-safe-area-context": "4.10.5", | |
| 19 | "react": "18.2.0", | |
| 20 | "react-native": "0.74.3" | |
| 21 | }, | |
| 22 | "devDependencies": { | |
| 23 | "@babel/core": "^7.24.0", | |
| 24 | "@types/react": "~18.2.79", | |
| 25 | "@types/react-native": "~0.73.0", | |
| 26 | "typescript": "~5.3.3" | |
| 27 | } | |
| 28 | } |