{ "name": "@joplin/app-mobile", "description": "Joplin for Mobile", "license": "MIT", "version": "2.9.0", "private": true, "scripts": { "start": "react-native start --reset-cache", "android": "react-native run-android", "build": "gulp build", "tsc": "tsc --project tsconfig.json", "watch": "tsc --watch --preserveWatchOutput --project tsconfig.json", "clean": "node tools/clean.js", "buildInjectedJs": "gulp buildInjectedJs", "test": "jest", "test-ci": "yarn test", "watchInjectedJs": "gulp watchInjectedJs", "postinstall": "jetify && yarn run build" }, "dependencies": { "@joplin/lib": "~2.9", "@joplin/react-native-saf-x": "~2.9", "@joplin/renderer": "~2.9", "@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", "assert-browserify": "^2.0.0", "buffer": "^5.0.8", "constants-browserify": "^1.0.0", "crypto-browserify": "^3.12.0", "events": "^3.2.0", "joplin-rn-alarm-notification": "^1.0.5", "jsc-android": "241213.1.0", "md5": "^2.2.1", "prop-types": "^15.6.0", "punycode": "^2.1.1", "react": "17.0.2", "react-native": "0.66.1", "react-native-action-button": "^2.8.5", "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-get-random-values": "^1.7.0", "react-native-image-picker": "^4.10.0", "react-native-image-resizer": "^1.3.0", "react-native-modal-datetime-picker": "^9.0.0", "react-native-popup-menu": "^0.15.13", "react-native-quick-actions": "^0.3.13", "react-native-rsa-native": "^2.0.4", "react-native-securerandom": "^1.0.0-rc.0", "react-native-share": "^7.2.1", "react-native-side-menu-updated": "^1.3.2", "react-native-sqlite-storage": "^5.0.0", "react-native-url-polyfill": "^1.3.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", "url": "^0.11.0" }, "devDependencies": { "@babel/core": "^7.12.9", "@babel/runtime": "^7.12.5", "@codemirror/commands": "^6.0.0", "@codemirror/lang-cpp": "^6.0.0", "@codemirror/lang-html": "^6.0.0", "@codemirror/lang-java": "^6.0.0", "@codemirror/lang-javascript": "^6.0.0", "@codemirror/lang-markdown": "^6.0.0", "@codemirror/lang-php": "^6.0.0", "@codemirror/lang-rust": "^6.0.0", "@codemirror/language": "^6.0.0", "@codemirror/legacy-modes": "^6.1.0", "@codemirror/search": "^6.0.0", "@codemirror/state": "^6.0.0", "@codemirror/view": "^6.0.0", "@joplin/tools": "~2.9", "@lezer/highlight": "^1.0.0", "@types/fs-extra": "^9.0.13", "@types/jest": "^28.1.3", "@types/react-native": "^0.64.4", "@types/react-redux": "^7.1.24", "babel-plugin-module-resolver": "^4.1.0", "execa": "^4.0.0", "fs-extra": "^8.1.0", "gulp": "^4.0.2", "jest": "^28.1.1", "jest-environment-jsdom": "^28.1.3", "jetifier": "^1.6.5", "jsdom": "^20.0.0", "metro-react-native-babel-preset": "^0.66.2", "nodemon": "^2.0.12", "ts-jest": "^28.0.5", "ts-loader": "^9.3.1", "ts-node": "^10.9.1", "typescript": "^4.7.4", "uglify-js": "^3.13.10", "webpack": "^5.74.0" } }