{ "name": "@joplin/app-mobile", "description": "Joplin for Mobile", "license": "MIT", "version": "0.8.9", "private": true, "scripts": { "start": "react-native start --reset-cache", "build": "gulp build", "tsc": "node node_modules/typescript/bin/tsc --project tsconfig.json", "watch": "node node_modules/typescript/bin/tsc --watch --project tsconfig.json", "clean": "node tools/clean.js", "postinstall": "jetify && npm run build" }, "dependencies": { "@joplin/lib": "^1.0.9", "@joplin/renderer": "^1.0.17", "@react-native-community/clipboard": "^1.5.0", "@react-native-community/datetimepicker": "^3.0.3", "@react-native-community/geolocation": "^2.0.2", "@react-native-community/netinfo": "^6.0.0", "@react-native-community/push-notification-ios": "^1.6.0", "@react-native-community/slider": "^3.0.3", "buffer": "^5.0.8", "events": "^3.2.0", "jsc-android": "241213.1.0", "md5": "^2.2.1", "prop-types": "^15.6.0", "punycode": "^2.1.1", "react": "16.13.1", "react-native": "0.63.3", "react-native-action-button": "^2.8.5", "react-native-alarm-notification": "^1.7.1", "react-native-camera": "^3.40.0", "react-native-dialogbox": "^0.6.10", "react-native-document-picker": "^4.0.0", "react-native-dropdownalert": "^3.1.2", "react-native-file-viewer": "^2.1.4", "react-native-fs": "^2.16.6", "react-native-image-picker": "^2.3.4", "react-native-image-resizer": "^1.3.0", "react-native-modal-datetime-picker": "^9.0.0", "react-native-popup-dialog": "^0.9.41", "react-native-popup-menu": "^0.10.0", "react-native-quick-actions": "^0.3.13", "react-native-securerandom": "^1.0.0-rc.0", "react-native-share": "^5.1.5", "react-native-side-menu": "^1.1.3", "react-native-sqlite-storage": "^5.0.0", "react-native-vector-icons": "^7.1.0", "react-native-version-info": "^1.1.0", "react-native-webview": "^10.9.2", "react-redux": "5.0.7", "redux": "4.0.0", "rn-fetch-blob": "^0.12.0", "stream": "0.0.2", "stream-browserify": "^3.0.0", "string-natural-compare": "^2.0.2", "timers": "^0.1.1", "valid-url": "^1.0.9" }, "devDependencies": { "@babel/core": "^7.11.6", "@babel/runtime": "^7.11.2", "@joplin/tools": "^1.0.9", "@types/node": "^14.14.6", "@types/react": "^16.9.55", "execa": "^4.0.0", "fs-extra": "^8.1.0", "gulp": "^4.0.2", "jetifier": "^1.6.5", "metro-react-native-babel-preset": "^0.63.0", "typescript": "^4.0.5" } }