2026-02-19 00:11:31 +00:00
|
|
|
{
|
2026-06-12 17:35:26 +01:00
|
|
|
"name": "freya-client",
|
2026-02-19 00:11:31 +00:00
|
|
|
"version": "1.0.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"main": "expo-router/entry",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "./scripts/run-dev-server.sh",
|
|
|
|
|
"reset-project": "node ./scripts/reset-project.js",
|
|
|
|
|
"android": "expo start --android",
|
|
|
|
|
"ios": "expo start --ios",
|
|
|
|
|
"web": "expo start --web",
|
|
|
|
|
"lint": "expo lint",
|
2026-06-18 16:25:54 +01:00
|
|
|
"build:ios": "bunx eas-cli build --profile development --platform ios --non-interactive",
|
|
|
|
|
"build:ios-simulator": "bunx eas-cli build --profile development-simulator --platform ios --non-interactive",
|
2026-02-19 00:11:31 +00:00
|
|
|
"debugger": "bun run scripts/open-debugger.ts"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@expo-google-fonts/inter": "^0.4.2",
|
2026-02-22 18:42:50 +00:00
|
|
|
"@expo-google-fonts/source-serif-4": "^0.4.1",
|
2026-02-19 00:11:31 +00:00
|
|
|
"@expo/vector-icons": "^15.0.3",
|
2026-03-13 23:56:34 +00:00
|
|
|
"@json-render/react-native": "^0.13.0",
|
2026-03-15 17:10:32 +00:00
|
|
|
"@tanstack/react-query": "^5.90.21",
|
2026-06-18 16:25:54 +01:00
|
|
|
"expo": "^56.0.0",
|
|
|
|
|
"expo-constants": "~56.0.18",
|
|
|
|
|
"expo-dev-client": "~56.0.20",
|
|
|
|
|
"expo-font": "~56.0.7",
|
|
|
|
|
"expo-haptics": "~56.0.3",
|
|
|
|
|
"expo-image": "~56.0.11",
|
|
|
|
|
"expo-linking": "~56.0.14",
|
|
|
|
|
"expo-location": "~56.0.18",
|
|
|
|
|
"expo-router": "~56.2.11",
|
|
|
|
|
"expo-splash-screen": "~56.0.10",
|
|
|
|
|
"expo-status-bar": "~56.0.4",
|
|
|
|
|
"expo-symbols": "~56.0.6",
|
|
|
|
|
"expo-system-ui": "~56.0.5",
|
|
|
|
|
"expo-web-browser": "~56.0.5",
|
|
|
|
|
"react": "19.2.3",
|
|
|
|
|
"react-dom": "19.2.3",
|
|
|
|
|
"react-native": "0.85.3",
|
|
|
|
|
"react-native-gesture-handler": "~2.31.1",
|
|
|
|
|
"react-native-reanimated": "4.3.1",
|
|
|
|
|
"react-native-safe-area-context": "~5.7.0",
|
|
|
|
|
"react-native-screens": "4.25.2",
|
|
|
|
|
"react-native-svg": "15.15.4",
|
2026-02-19 00:11:31 +00:00
|
|
|
"react-native-web": "~0.21.0",
|
2026-06-18 16:25:54 +01:00
|
|
|
"react-native-worklets": "0.8.3",
|
2026-03-13 23:56:34 +00:00
|
|
|
"twrnc": "^4.16.0",
|
|
|
|
|
"zod": "^4.3.6"
|
2026-02-19 00:11:31 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-06-18 16:25:54 +01:00
|
|
|
"@types/react": "~19.2.10",
|
2026-02-19 00:11:31 +00:00
|
|
|
"eslint": "^9.25.0",
|
2026-06-18 16:25:54 +01:00
|
|
|
"eslint-config-expo": "~56.0.4",
|
|
|
|
|
"typescript": "~6.0.3"
|
2026-02-19 00:11:31 +00:00
|
|
|
}
|
|
|
|
|
}
|