Skip to content

Commit

Permalink
move off of vendor packages
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBacon committed Oct 13, 2024
1 parent 39fbc62 commit 31b36cb
Show file tree
Hide file tree
Showing 28 changed files with 1,528 additions and 1,319 deletions.
9 changes: 7 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#ffffff"
}
},
"package": "com.bacon.mdex"
},
"web": {
"bundler": "metro",
Expand All @@ -42,6 +43,10 @@
"eas": {
"projectId": "06b3157a-c080-423d-aa6f-7c4fc3346b55"
}
}
},
"plugins": [
"expo-font",
"expo-router"
]
}
}
1 change: 0 additions & 1 deletion app/_layout.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Slot, Tabs } from "expo-router";
import { House, ShoppingCart, Package, LineChart } from "lucide-react-native";
import * as Haptics from "expo-haptics";
import { BlurView } from "expo-blur";
import { StyleSheet } from "react-native";
import { HapticTab } from "@/components/haptic-tab";
Expand Down
71 changes: 23 additions & 48 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,7 @@
"@bacons/mdx": "^0.3.8",
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@expo/cli": "file:./vendor/expo-cli-1.0.0-pack1725830029576.tgz",
"@expo/config": "file:./vendor/expo-config-1.0.0-pack1725829707307.tgz",
"@expo/config-plugins": "file:./vendor/expo-config-plugins-1.0.0-pack1725829702646.tgz",
"@expo/config-types": "file:./vendor/expo-config-types-1.0.0-pack1725829705438.tgz",
"@expo/env": "file:./vendor/expo-env-1.0.0-pack1725829709248.tgz",
"@expo/image-utils": "file:./vendor/expo-image-utils-1.0.0-pack1725829710547.tgz",
"@expo/metro-config": "file:./vendor/expo-metro-config-1.0.0-pack1725829712413.tgz",
"@expo/metro-runtime": "file:./vendor/expo-metro-runtime-1.0.0-pack1725829714427.tgz",
"@expo/prebuild-config": "file:./vendor/expo-prebuild-config-1.0.0-pack1725829722496.tgz",
"@expo/dom-webview": "^0.0.1-canary-20240912-1059f85",
"@expo/vector-icons": "^14.0.2",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
Expand Down Expand Up @@ -58,28 +50,27 @@
"@tiptap/starter-kit": "^2.6.4",
"@types/three": "0.164.0",
"@xyflow/react": "^12.1.1",
"babel-preset-expo": "file:./vendor/babel-preset-expo-1.0.0-pack1725829720804.tgz",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"emoji-mart": "^5.6.0",
"eruda": "^3.2.3",
"expo": "file:./vendor/expo-1.0.0-pack1725829371222.tgz",
"expo-application": "file:./vendor/expo-application-1.0.0-pack1725829719336.tgz",
"expo-asset": "11.0.0-canary-20240904-69100c1",
"expo-blur": "file:./vendor/expo-blur-1.0.0-pack1725969518862.tgz",
"expo-constants": "17.0.0-canary-20240904-69100c1",
"expo-file-system": "file:./vendor/expo-file-system-1.0.0-pack1725829716481.tgz",
"expo-font": "13.0.0-canary-20240904-69100c1",
"expo-haptics": "14.0.0-canary-20240904-69100c1",
"expo-keep-awake": "14.0.0-canary-20240904-69100c1",
"expo-linking": "7.0.0-canary-20240904-69100c1",
"expo-modules-core": "2.0.0-canary-20240904-69100c1",
"expo-notifications": "1.0.0-canary-20240904-69100c1",
"expo-router": "4.0.0-canary-20240904-69100c1",
"expo-splash-screen": "1.0.0-canary-20240904-69100c1",
"expo-status-bar": "1.12.2-canary-20240904-69100c1",
"expo-system-ui": "4.0.0-canary-20240904-69100c1",
"expo-web-browser": "14.0.0-canary-20240904-69100c1",
"expo": "52.0.0-canary-20240814-ce0f7d5",
"expo-application": "6.0.0-canary-20241008-90b13ad",
"expo-asset": "11.0.0-canary-20241008-90b13ad",
"expo-blur": "14.0.0-canary-20241008-90b13ad",
"expo-constants": "17.0.0-canary-20241008-90b13ad",
"expo-file-system": "18.0.0-canary-20241008-90b13ad",
"expo-font": "13.0.0-canary-20241008-90b13ad",
"expo-haptics": "14.0.0-canary-20241008-90b13ad",
"expo-keep-awake": "14.0.0-canary-20241008-90b13ad",
"expo-linking": "7.0.0-canary-20241008-90b13ad",
"expo-modules-core": "2.0.0-canary-20241008-90b13ad",
"expo-notifications": "1.0.0-canary-20241008-90b13ad",
"expo-router": "4.0.0-canary-20241008-90b13ad",
"expo-splash-screen": "1.0.0-canary-20241008-90b13ad",
"expo-status-bar": "1.12.2-canary-20241008-90b13ad",
"expo-system-ui": "4.0.0-canary-20241008-90b13ad",
"expo-web-browser": "14.0.0-canary-20241008-90b13ad",
"lucide-react": "^0.408.0",
"lucide-react-native": "^0.436.0",
"postcss": "~8.4.32",
Expand All @@ -90,12 +81,12 @@
"react-icons": "^5.3.0",
"react-mobile-cropper": "^0.10.0",
"react-native": "0.75.2",
"react-native-gesture-handler": "~2.18.1",
"react-native-gesture-handler": "~2.20.0",
"react-native-maps": "1.14.0",
"react-native-reanimated": "~3.15.0",
"react-native-safe-area-context": "4.10.9",
"react-native-safe-area-context": "4.11.0",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-native-svg": "15.7.1",
"react-native-web": "~0.19.10",
"react-native-webview": "13.8.6",
"recharts": "alpha",
Expand All @@ -113,21 +104,5 @@
"expo-atlas": "0.3.21",
"typescript": "~5.3.3"
},
"private": true,
"resolutions": {
"expo": "file:./vendor/expo-1.0.0-pack1725829371222.tgz",
"@expo/config-plugins": "file:./vendor/expo-config-plugins-1.0.0-pack1725829702646.tgz",
"@expo/config-types": "file:./vendor/expo-config-types-1.0.0-pack1725829705438.tgz",
"@expo/config": "file:./vendor/expo-config-1.0.0-pack1725829707307.tgz",
"@expo/env": "file:./vendor/expo-env-1.0.0-pack1725829709248.tgz",
"@expo/image-utils": "file:./vendor/expo-image-utils-1.0.0-pack1725829710547.tgz",
"@expo/metro-config": "file:./vendor/expo-metro-config-1.0.0-pack1725829712413.tgz",
"@expo/metro-runtime": "file:./vendor/expo-metro-runtime-1.0.0-pack1725829714427.tgz",
"expo-file-system": "file:./vendor/expo-file-system-1.0.0-pack1725829716481.tgz",
"expo-application": "file:./vendor/expo-application-1.0.0-pack1725829719336.tgz",
"babel-preset-expo": "file:./vendor/babel-preset-expo-1.0.0-pack1725829720804.tgz",
"@expo/prebuild-config": "file:./vendor/expo-prebuild-config-1.0.0-pack1725829722496.tgz",
"@expo/cli": "file:./vendor/expo-cli-1.0.0-pack1725830029576.tgz",
"expo-blur": "file:./vendor/expo-blur-1.0.0-pack1725969518862.tgz"
}
}
"private": true
}
Binary file not shown.
Binary file removed vendor/expo-1.0.0-pack1725829371222.tgz
Binary file not shown.
Binary file removed vendor/expo-application-1.0.0-pack1725829719336.tgz
Binary file not shown.
Binary file removed vendor/expo-asset-1.0.0-pack1725277232131.tgz
Binary file not shown.
Binary file removed vendor/expo-blur-1.0.0-pack1725969518862.tgz
Binary file not shown.
Binary file removed vendor/expo-cli-1.0.0-pack1725830029576.tgz
Binary file not shown.
Binary file removed vendor/expo-config-1.0.0-pack1725829707307.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed vendor/expo-constants.tgz
Binary file not shown.
Binary file removed vendor/expo-env-1.0.0-pack1725829709248.tgz
Binary file not shown.
Binary file removed vendor/expo-file-system-1.0.0-pack1725829716481.tgz
Binary file not shown.
Binary file removed vendor/expo-font.tgz
Binary file not shown.
Binary file removed vendor/expo-haptics-1.0.0-pack140959444078.tgz
Binary file not shown.
Binary file removed vendor/expo-image-utils-1.0.0-pack1725829710547.tgz
Binary file not shown.
Binary file removed vendor/expo-keep-awake.tgz
Binary file not shown.
Binary file removed vendor/expo-linking.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed vendor/expo-modules-core-1.12.11.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed vendor/expo-splash-screen.tgz
Binary file not shown.
Binary file removed vendor/expo.tgz
Binary file not shown.
Loading

0 comments on commit 31b36cb

Please sign in to comment.