-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 3.88 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 3.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "fuel-up",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"postinstall": "sh ./scripts/fix-expo-constants-ios.sh && sh ./scripts/apply-package-patches.sh",
"android": "expo run:android",
"ios": "expo run:ios --device 00008150-001470C22220401C",
"ios:sim": "expo start --ios",
"push:send": "node ./scripts/sendPushNotification.cjs",
"route:probe": "swift ./scripts/predictiveRouteProbe.swift",
"web": "expo start --web",
"test": "node --test ./tests/fuelDataContracts.test.cjs ./tests/fuelCacheReset.test.cjs ./tests/trendData.test.cjs ./tests/priceValidation.test.cjs ./tests/fuelGradeValidation.test.mjs ./tests/homeLaunch.test.mjs ./tests/homeState.test.mjs ./tests/clusterMarkerOverlayMemo.test.mjs ./tests/predictiveFuelingDemo.test.cjs ./tests/locationRefresh.test.mjs ./tests/locationMovementScenarios.test.mjs ./tests/horizontalTextLayout.test.mjs ./tests/searchRadiusRange.test.mjs",
"test:predictive": "node --test ./tests/predictiveFuelingEngine.test.cjs ./tests/predictiveRecommender.test.cjs ./tests/rangeEstimator.test.cjs ./tests/mlPredictor.test.cjs ./tests/mlAugmentedRecommender.test.cjs ./tests/mlScaledCapacity.test.cjs ./tests/mlRealisticCohort.test.cjs ./tests/userFuelingProfile.test.cjs ./tests/fuelerSimulation.test.cjs ./tests/realisticFuelerSimulation.test.cjs ./tests/realisticFuelerCohort.test.cjs ./tests/trajectoryFuelFetch.test.cjs ./tests/trajectoryFuelService.test.cjs ./tests/predictiveLocationPrefetchController.test.cjs ./tests/predictiveSystem.test.cjs ./tests/predictiveFuelingProfileStore.test.cjs ./tests/predictiveFuelingRuntime.test.cjs",
"test:predictive:sim": "node --test ./tests/predictiveSystem.integration.test.cjs",
"test:cluster": "node --test ./tests/clusterAnimationMath.test.cjs ./tests/clusterProbe.integration.test.cjs",
"test:location": "node --test ./tests/locationRefresh.test.mjs ./tests/locationMovementScenarios.test.mjs ./tests/locationProbe.integration.test.cjs"
},
"dependencies": {
"@callstack/liquid-glass": "^0.7.0",
"@expo/ui": "~55.0.11",
"@expo/vector-icons": "^15.0.2",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/slider": "5.1.2",
"@react-native-masked-view/masked-view": "0.3.2",
"@react-navigation/bottom-tabs": "^7.4.0",
"@react-navigation/elements": "^2.9.8",
"@react-navigation/native": "^7.1.8",
"@sbaiahmed1/react-native-blur": "^4.5.7",
"@shopify/react-native-skia": "2.4.18",
"@supabase/supabase-js": "^2.98.0",
"d3-path": "^3.1.0",
"d3-scale": "^4.0.2",
"d3-shape": "^3.2.0",
"expo": "~55.0.15",
"expo-asset": "~55.0.8",
"expo-blur": "~55.0.14",
"expo-build-properties": "~55.0.13",
"expo-constants": "~55.0.7",
"expo-crypto": "~55.0.14",
"expo-device": "~55.0.15",
"expo-font": "~55.0.4",
"expo-glass-effect": "~55.0.10",
"expo-haptics": "~55.0.14",
"expo-linear-gradient": "~55.0.13",
"expo-linking": "~55.0.13",
"expo-location": "~55.1.8",
"expo-notifications": "~55.0.19",
"expo-router": "~55.0.12",
"expo-splash-screen": "~55.0.18",
"expo-status-bar": "~55.0.5",
"expo-symbols": "~55.0.7",
"expo-task-manager": "~55.0.14",
"expo-video": "~55.0.15",
"expo-widgets": "^55.0.2",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-native": "0.83.4",
"react-native-gesture-handler": "~2.30.0",
"react-native-get-random-values": "~1.11.0",
"react-native-maps": "1.27.2",
"react-native-reanimated": "4.2.1",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.23.0",
"react-native-svg": "^15.15.3",
"react-native-url-polyfill": "^3.0.0",
"react-native-worklets": "0.7.2",
"uuid": "^13.0.0",
"victory-native": "^41.20.2"
},
"private": true,
"devDependencies": {
"@types/react": "~19.2.10",
"typescript": "~5.9.2"
}
}