mobile: cleanup deps

This commit is contained in:
ammarahm-ed
2023-04-01 23:20:29 +05:00
committed by Ammar Ahmed
parent 9888ad327c
commit 79889665e5
3 changed files with 6 additions and 9 deletions

View File

@@ -4,8 +4,6 @@
"main": "./App.js",
"license": "GPL-3.0-or-later",
"dependencies": {
"react": "18.0.0",
"react-native": "0.69.7",
"@flyerhq/react-native-link-preview": "^1.6.0",
"@mdi/js": "^6.7.96",
"absolutify": "^0.1.0",

View File

@@ -58,7 +58,8 @@
"react-native-date-picker": "4.2.6",
"react-native-notification-sounds": "0.5.5",
"@bam.tech/react-native-image-resizer": "3.0.5",
"react-native-navigation-bar-color": "2.0.2"
"react-native-navigation-bar-color": "2.0.2",
"react-native-actions-shortcuts": "^1.0.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",

View File

@@ -28,12 +28,10 @@
"otplib": "12.0.1"
},
"dependencies": {
"react": "18.0.0",
"react-native": "0.69.7",
"@notesnook/core": "*",
"@notesnook/editor": "*",
"@notesnook/editor-mobile": "*",
"fflate": "^0.7.3",
"react-native-actions-shortcuts": "^1.0.1",
"react-native-fingerprint-scanner": "https://github.com/ammarahm-ed/react-native-fingerprint-scanner.git",
"react-native-iap": "7.5.6"
"@notesnook/editor-mobile": "*"
}
}
}