Skip to content

Commit

Permalink
Merge pull request #51 from Naveen-g09/depcheck
Browse files Browse the repository at this point in the history
Depcheck
  • Loading branch information
Naveen-g09 authored Jun 19, 2024
2 parents f217f33 + 1d66ff2 commit fd20d07
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 175 deletions.
16 changes: 1 addition & 15 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,6 @@ module.exports = function (api) {
api.cache(true);
return {
presets: [["babel-preset-expo"]],
plugins: [
"nativewind/babel",
[
"module:react-native-dotenv",
{
moduleName: "@env",
path: ".env",
blacklist: null,
whitelist: null,
safe: false,
allowUndefined: true,
},
],
"react-native-reanimated/plugin",
],
plugins: ["nativewind/babel", "react-native-reanimated/plugin"],
};
};
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,15 @@
"react-dom": "18.2.0",
"react-native": "0.73.6",
"react-native-calendars": "^1.1304.1",
"react-native-dotenv": "^3.4.11",
"react-native-dropdown-picker": "^5.4.6",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "~2.14.0",
"react-native-mmkv": "^2.12.2",
"react-native-pager-view": "6.2.3",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-swiper-flatlist": "^3.0.14",
"react-native-tab-view": "^3.1.1",
"react-native-url-polyfill": "^2.0.0",
"react-native-vector-icons": "^10.0.3",
"react-native-video": "^5.1.1",
"react-native-vision-camera": "^3.9.2",
"react-native-web": "~0.19.6"
},
Expand All @@ -72,15 +67,14 @@
"eslint": "^8.57.0",
"eslint-config-universe": "^12.0.0",
"eslint-plugin-unused-imports": "^3.1.0",
"husky": "^8.0.0",
"jest": "^29.3.1",
"jest-expo": "^50.0.0",
"metro-react-native-babel-preset": "^0.64.0",
"prettier": "^3.2.5",
"react-test-renderer": "18.2.0",
"tailwindcss": "3.3.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.0",
"husky": "^8.0.0"
"typescript": "^5.3.0"
},
"overrides": {
"react-refresh": "~0.14.0"
Expand Down
Loading

0 comments on commit fd20d07

Please sign in to comment.