Skip to content

Commit

Permalink
Chore/#39 React Native 불필요한 의존성 삭제 (#56)
Browse files Browse the repository at this point in the history
* chore(apps/app): 불필요한 dependency 삭제

* chore(apps/app): 불필요한 devDependency 삭제
  • Loading branch information
ghdtjgus76 authored Dec 21, 2024
1 parent 0994650 commit 980e193
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 666 deletions.
19 changes: 1 addition & 18 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,20 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@gorhom/bottom-sheet": "^4.6.4",
"@react-native-async-storage/async-storage": "^2.1.0",
"@react-native-community/datetimepicker": "^8.2.0",
"@react-native-community/slider": "^4.5.3",
"react": "18.3.1",
"react-dom": "^18.3.1",
"react-native": "0.75.3",
"react-native-gesture-handler": "^2.21.2",
"react-native-reanimated": "^3.16.5",
"react-native-safe-area-context": "^4.11.0",
"react-native-svg": "^15.7.1",
"react-native-web": "^0.19.12"
"react-native-svg": "^15.7.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/preset-react": "^7.24.7",
"@babel/runtime": "^7.26.0",
"@chromatic-com/storybook": "^1.9.0",
"@react-native-community/cli": "^15.1.3",
"@react-native/babel-preset": "0.75.3",
"@react-native/eslint-config": "0.75.3",
Expand All @@ -45,28 +40,16 @@
"@react-navigation/native": "^7.0.14",
"@react-navigation/native-stack": "^7.2.0",
"@react-navigation/stack": "^7.1.1",
"@storybook/addon-actions": "^8.3.5",
"@storybook/addon-controls": "^8.3.5",
"@storybook/addon-essentials": "^8.3.5",
"@storybook/addon-links": "^8.3.5",
"@storybook/addon-ondevice-actions": "^8.3.5",
"@storybook/addon-ondevice-backgrounds": "^8.3.5",
"@storybook/addon-ondevice-controls": "^8.3.5",
"@storybook/addon-ondevice-notes": "^8.3.5",
"@storybook/addon-react-native-web": "^0.0.26",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/react": "^8.3.5",
"@storybook/react-native": "^8.3.5",
"@storybook/react-webpack5": "^8.3.5",
"@storybook/testing-library": "^0.2.2",
"@types/jest": "^29.2.1",
"@types/react": "^18.2.6",
"@types/react-native": "^0.73.0",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"babel-loader": "^8.2.4",
"babel-plugin-react-docgen-typescript": "^1.5.1",
"babel-plugin-react-native-web": "^0.19.12",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"cross-env": "^7.0.3",
"eslint": "^8.19.0",
Expand Down
Loading

0 comments on commit 980e193

Please sign in to comment.