mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
mobile: cleanup deps
This commit is contained in:
@@ -4,8 +4,6 @@
|
|||||||
"main": "./App.js",
|
"main": "./App.js",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"react": "18.0.0",
|
|
||||||
"react-native": "0.69.7",
|
|
||||||
"@flyerhq/react-native-link-preview": "^1.6.0",
|
"@flyerhq/react-native-link-preview": "^1.6.0",
|
||||||
"@mdi/js": "^6.7.96",
|
"@mdi/js": "^6.7.96",
|
||||||
"absolutify": "^0.1.0",
|
"absolutify": "^0.1.0",
|
||||||
|
|||||||
@@ -58,7 +58,8 @@
|
|||||||
"react-native-date-picker": "4.2.6",
|
"react-native-date-picker": "4.2.6",
|
||||||
"react-native-notification-sounds": "0.5.5",
|
"react-native-notification-sounds": "0.5.5",
|
||||||
"@bam.tech/react-native-image-resizer": "3.0.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": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.12.9",
|
"@babel/core": "^7.12.9",
|
||||||
|
|||||||
@@ -28,12 +28,10 @@
|
|||||||
"otplib": "12.0.1"
|
"otplib": "12.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"react": "18.0.0",
|
||||||
|
"react-native": "0.69.7",
|
||||||
"@notesnook/core": "*",
|
"@notesnook/core": "*",
|
||||||
"@notesnook/editor": "*",
|
"@notesnook/editor": "*",
|
||||||
"@notesnook/editor-mobile": "*",
|
"@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"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user