mirror of
https://github.com/tooot-app/app
synced 2025-02-08 16:08:44 +01:00
Removed unused packages
This commit is contained in:
parent
1c0464d9fb
commit
6d6b808af2
@ -1,14 +1,7 @@
|
|||||||
module.exports = function (api) {
|
module.exports = function (api) {
|
||||||
api.cache(true)
|
api.cache(true)
|
||||||
return {
|
return {
|
||||||
presets: [
|
presets: ['babel-preset-expo'],
|
||||||
'babel-preset-expo',
|
|
||||||
// {
|
|
||||||
// runtime: 'automatic',
|
|
||||||
// development: process.env.NODE_ENV === 'development',
|
|
||||||
// importSource: '@welldone-software/why-did-you-render'
|
|
||||||
// }
|
|
||||||
],
|
|
||||||
plugins: [
|
plugins: [
|
||||||
['@babel/plugin-proposal-optional-chaining'],
|
['@babel/plugin-proposal-optional-chaining'],
|
||||||
[
|
[
|
||||||
|
@ -9,13 +9,9 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@expo/vector-icons": "^10.0.0",
|
"@expo/vector-icons": "^10.0.0",
|
||||||
"@react-native-async-storage/async-storage": "^1.13.2",
|
|
||||||
"@react-native-community/masked-view": "0.1.10",
|
|
||||||
"@react-native-community/segmented-control": "2.1.1",
|
"@react-native-community/segmented-control": "2.1.1",
|
||||||
"@react-native-community/viewpager": "4.1.6",
|
|
||||||
"@react-navigation/bottom-tabs": "^5.10.6",
|
"@react-navigation/bottom-tabs": "^5.10.6",
|
||||||
"@react-navigation/native": "^5.8.6",
|
"@react-navigation/native": "^5.8.6",
|
||||||
"@react-navigation/stack": "^5.12.3",
|
|
||||||
"@reduxjs/toolkit": "^1.4.0",
|
"@reduxjs/toolkit": "^1.4.0",
|
||||||
"expo": "~39.0.4",
|
"expo": "~39.0.4",
|
||||||
"expo-auth-session": "~2.0.0",
|
"expo-auth-session": "~2.0.0",
|
||||||
@ -34,12 +30,10 @@
|
|||||||
"react-native-htmlview": "^0.16.0",
|
"react-native-htmlview": "^0.16.0",
|
||||||
"react-native-image-zoom-viewer": "^3.0.1",
|
"react-native-image-zoom-viewer": "^3.0.1",
|
||||||
"react-native-reanimated": "~1.13.0",
|
"react-native-reanimated": "~1.13.0",
|
||||||
"react-native-render-html": "^4.2.4",
|
|
||||||
"react-native-safe-area-context": "3.1.4",
|
"react-native-safe-area-context": "3.1.4",
|
||||||
"react-native-screens": "~2.10.1",
|
"react-native-screens": "~2.10.1",
|
||||||
"react-native-shimmer-placeholder": "^2.0.6",
|
"react-native-shimmer-placeholder": "^2.0.6",
|
||||||
"react-native-toast-message": "^1.3.4",
|
"react-native-toast-message": "^1.3.4",
|
||||||
"react-native-web": "~0.13.7",
|
|
||||||
"react-native-webview": "10.7.0",
|
"react-native-webview": "10.7.0",
|
||||||
"react-navigation": "^4.4.3",
|
"react-navigation": "^4.4.3",
|
||||||
"react-query": "^2.26.2",
|
"react-query": "^2.26.2",
|
||||||
@ -61,7 +55,6 @@
|
|||||||
"@types/react-redux": "^7.1.11",
|
"@types/react-redux": "^7.1.11",
|
||||||
"@welldone-software/why-did-you-render": "^6.0.0-rc.1",
|
"@welldone-software/why-did-you-render": "^6.0.0-rc.1",
|
||||||
"babel-plugin-module-resolver": "^4.0.0",
|
"babel-plugin-module-resolver": "^4.0.0",
|
||||||
"babel-plugin-typescript-to-proptypes": "^1.4.1",
|
|
||||||
"typescript": "~3.9.2"
|
"typescript": "~3.9.2"
|
||||||
},
|
},
|
||||||
"private": true
|
"private": true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user