Skip to content

Commit

Permalink
chore: remove unused packages
Browse files Browse the repository at this point in the history
  • Loading branch information
OverGlass committed Jul 26, 2024
1 parent 33b1eb4 commit 5fed675
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 474 deletions.
10 changes: 9 additions & 1 deletion knip.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{
"entry": ["app/**/*.{js,ts,tsx}", "themes.ts", "src/web-workers/**/*.{js,ts,tsx}", ".github/scripts/**/*.{js,ts,tsx,mjs}"],
"entry": [
"app/**/*.{js,ts,tsx}",
"themes.ts",
"src/web-workers/**/*.{js,ts,tsx}",
".github/scripts/**/*.{js,ts,tsx,mjs}",
"scripts/**/*.{js,ts,tsx,mjs}",
"app.config.ts",
"metro.config.cjs"
],
"ignore": ["**/*.stories.tsx"]
}
19 changes: 0 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,29 +29,21 @@
"dependencies": {
"@eslint/js": "^9.3.0",
"@expo/webpack-config": "~19.0.1",
"@formatjs/intl-displaynames": "^6.6.4",
"@formatjs/intl-getcanonicallocales": "^2.3.0",
"@formatjs/intl-locale": "^3.4.3",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.0.1",
"@react-native-community/netinfo": "11.3.1",
"@react-native-community/progress-bar-android": "^1.0.5",
"@react-native-community/progress-view": "^1.4.2",
"@react-native-community/push-notification-ios": "react-native-community/push-notification-ios",
"@react-native-firebase/analytics": "^18.7.3",
"@react-native-firebase/app": "^18.7.3",
"@react-native-firebase/installations": "^18.7.3",
"@react-native-firebase/messaging": "^18.7.3",
"@react-native-picker/picker": "2.7.5",
"@rehookify/datepicker": "^6.6.1",
"@rnmapbox/maps": "^10.1.23",
"@ronradtke/react-native-markdown-display": "^8.0.0",
"@sentry/react-native": "~5.22.0",
"@tamagui/babel-plugin": "1.98.0",
"@tamagui/config": "1.98.0",
"@tamagui/lucide-icons": "1.98.0",
"@tamagui/metro-plugin": "1.98.0",
"@tamagui/select": "1.98.0",
"@tamagui/toast": "1.98.0",
"@tanstack/react-query": "^5.25.0",
"@testing-library/react-native": "^12.4.3",
Expand All @@ -64,7 +56,6 @@
"async-mutex": "^0.4.0",
"awesome-phonenumber": "^6.6.0",
"axios": "^1.7.2",
"axios-auth-refresh": "^3.3.6",
"burnt": "^0.12.2",
"country-data": "^0.0.31",
"date-fns": "^3.6.0",
Expand Down Expand Up @@ -101,7 +92,6 @@
"intl-pluralrules": "^2.0.1",
"jest": "^29.3.1",
"jest-expo": "~51.0.2",
"jotai": "^2.6.2",
"localized-address-format": "^1.3.1",
"lodash": "^4.17.21",
"mapbox-gl": "^3.3.0",
Expand All @@ -117,26 +107,17 @@
"react-native-add-calendar-event": "^5.0.0",
"react-native-cache": "^2.0.3",
"react-native-check-version": "^1.1.1",
"react-native-google-places-autocomplete": "^2.5.6",
"react-native-map-clustering": "^3.4.2",
"react-native-maps": "1.14.0",
"react-native-markdown-display": "^7.0.2",
"react-native-pager-view": "6.3.0",
"react-native-paper": "^5.12.3",
"react-native-permissions": "^4.1.5",
"react-native-push-notification": "^8.1.1",
"react-native-reanimated": "~3.10.1",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-super-grid": "^5.0.0",
"react-native-svg": "15.2.0",
"react-native-tab-view": "^3.5.2",
"react-native-url-polyfill": "^2.0.0",
"react-native-web": "~0.19.6",
"react-native-webview": "13.8.6",
"react-test-renderer": "18.1.0",
"sentry-expo": "~7.0.0",
"tamagui": "1.98.0",
"tinycolor2": "^1.6.0",
"typescript": "^5.5.4",
Expand Down
Loading

0 comments on commit 5fed675

Please sign in to comment.