Pre-launch — Gluecron is in final validation. Public signups and git hosting for non-owner users open after launch review.
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.

package.jsonBlame31 lines · 1 contributor
5c83cccClaude1{
2 "name": "gluecron-mobile",
3 "version": "1.0.0",
4 "main": "expo-router/entry",
5 "scripts": {
6 "start": "expo start",
7 "android": "expo start --android",
8 "ios": "expo start --ios",
9 "build:android": "eas build --platform android",
10 "build:ios": "eas build --platform ios"
11 },
12 "dependencies": {
13 "expo": "~52.0.0",
14 "expo-status-bar": "~2.0.0",
15 "expo-secure-store": "~14.0.0",
16 "react": "18.3.1",
17 "react-native": "0.76.5",
18 "@react-navigation/native": "^6.1.18",
19 "@react-navigation/native-stack": "^6.11.0",
20 "@react-navigation/bottom-tabs": "^6.6.1",
21 "react-native-safe-area-context": "4.12.0",
22 "react-native-screens": "~4.1.0",
23 "zustand": "^5.0.0",
24 "react-native-markdown-display": "^7.0.0-alpha.2"
25 },
26 "devDependencies": {
27 "@babel/core": "^7.25.0",
28 "@types/react": "~18.3.12",
29 "typescript": "^5.3.0"
30 }
31}