Files
notesnook/apps/mobile/app/package.json

34 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2022-08-16 16:48:10 +05:00
{
"name": "@notesnook/mobile-app",
"version": "1.0.0",
2022-08-16 16:48:10 +05:00
"main": "./App.js",
"license": "GPL-3.0-or-later",
2022-08-16 16:48:10 +05:00
"dependencies": {
"@flyerhq/react-native-link-preview": "^1.6.0",
"@mdi/js": "^6.7.96",
"absolutify": "^0.1.0",
"buffer": "^6.0.3",
"dayjs": "^1.10.4",
"entities": "^3.0.1",
2023-04-17 22:37:29 +05:00
"html-to-text": "9.0.5",
2022-08-16 16:48:10 +05:00
"phone": "^3.1.14",
2022-10-19 12:10:31 +05:00
"qclone": "^1.2.0",
"react-native-actions-sheet": "0.9.0-alpha.18",
2022-08-16 16:48:10 +05:00
"react-native-check-version": "https://github.com/flexible-agency/react-native-check-version",
"react-native-drax": "^0.10.2",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-progress": "^5.0.0",
"react-native-qrcode-svg": "^6.0.6",
"react-native-reanimated-material-menu": "github:ammarahm-ed/react-native-reanimated-material-menu",
"react-native-reanimated-progress-bar": "1.0.1",
"@streetwriters/showdown": "3.0.1-alpha",
2022-08-16 16:48:10 +05:00
"toggle-switch-react-native": "3.2.0",
"url": "^0.11.0",
"validator": "^13.5.2",
2022-10-14 17:31:36 +05:00
"zustand": "^3.6.0",
2022-11-18 17:14:03 +05:00
"fflate": "^0.7.3",
"timeago.js": "4.0.2"
2022-08-16 16:48:10 +05:00
},
"sideEffects": false
}