mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-25 16:09:42 +01:00
* core: add api for getting Notesnook Circle partners * web: introduce notesnook circle * core: export CirclePartner type * mobile: add notesnook-circle * web: use strings from intl for notesnook circle * common: add notesnook circle to features * web: fix local ips set for hosts * mobile: fix db hosts --------- Co-authored-by: Ammar Ahmed <ammarahmed6506@gmail.com>
52 lines
1.6 KiB
JSON
52 lines
1.6 KiB
JSON
{
|
|
"name": "@notesnook/mobile-app",
|
|
"version": "1.0.0",
|
|
"main": "./App.js",
|
|
"license": "GPL-3.0-or-later",
|
|
"dependencies": {
|
|
"@flyerhq/react-native-link-preview": "^1.6.0",
|
|
"@mdi/js": "^6.7.96",
|
|
"@streetwriters/showdown": "^3.0.1-alpha.2",
|
|
"absolutify": "^0.1.0",
|
|
"buffer": "^6.0.3",
|
|
"deprecated-react-native-prop-types": "^4.1.0",
|
|
"entities": "^3.0.1",
|
|
"fflate": "^0.7.3",
|
|
"html-to-text": "9.0.5",
|
|
"phone": "^3.1.14",
|
|
"qclone": "^1.2.0",
|
|
"dayjs": "^1.11.13",
|
|
"react-native-actions-sheet": "0.9.7",
|
|
"react-native-drax": "^0.10.2",
|
|
"react-native-image-zoom-viewer": "^3.0.1",
|
|
"react-native-keyboard-aware-scroll-view": "^0.9.5",
|
|
"react-native-progress": "^5.0.0",
|
|
"react-native-qrcode-svg": "^6.0.6",
|
|
"react-native-reanimated-progress-bar": "1.0.1",
|
|
"react-native-swiper-flatlist": "3.2.2",
|
|
"timeago.js": "4.0.2",
|
|
"toggle-switch-react-native": "3.2.0",
|
|
"url": "^0.11.0",
|
|
"validator": "^13.5.2",
|
|
"zustand": "^3.6.0",
|
|
"katex": "0.16.2",
|
|
"@readme/data-urls": "3.0.0",
|
|
"react-native-wheel-color-picker": "^1.3.1",
|
|
"@azure/core-asynciterator-polyfill": "^1.0.2",
|
|
"@streetwriters/kysely": "^0.27.4",
|
|
"pathe": "1.1.2",
|
|
"react-native-format-currency": "0.0.5",
|
|
"@lingui/core": "5.1.2",
|
|
"@lingui/react": "5.1.2",
|
|
"react-native-check-version": "^1.3.0",
|
|
"react-native-material-menu": "^2.0.0",
|
|
"@trpc/client": "^10.45.2",
|
|
"@trpc/react-query": "^10.45.2",
|
|
"@trpc/server": "^10.45.2",
|
|
"@tanstack/react-query": "^4.36.1",
|
|
"async-mutex": "0.5.0",
|
|
"react-async-hook": "^4.0.0"
|
|
},
|
|
"sideEffects": false
|
|
}
|