{
  "name": "@joplin/app-mobile",
  "description": "Joplin for Mobile",
  "license": "AGPL-3.0-or-later",
  "version": "3.1.0",
  "private": true,
  "scripts": {
    "start": "BROWSERSLIST_IGNORE_OLD_DATA=true react-native start --reset-cache",
    "android": "react-native run-android",
    "build": "NO_FLIPPER=1 gulp build",
    "web": "webpack --mode production --config ./web/webpack.config.js --progress && cp -r ./web/public/* ./web/dist/",
    "serve-web": "webpack serve --mode development --static ./web/public/ --config ./web/webpack.config.js --progress",
    "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"
  },
  "dependencies": {
    "@bam.tech/react-native-image-resizer": "3.0.10",
    "@joplin/editor": "~3.1",
    "@joplin/lib": "~3.1",
    "@joplin/react-native-alarm-notification": "~3.1",
    "@joplin/react-native-saf-x": "~3.1",
    "@joplin/renderer": "~3.1",
    "@joplin/utils": "~3.1",
    "@react-native-clipboard/clipboard": "1.14.1",
    "@react-native-community/datetimepicker": "8.1.1",
    "@react-native-community/geolocation": "3.2.1",
    "@react-native-community/netinfo": "11.3.2",
    "@react-native-community/push-notification-ios": "1.11.0",
    "@react-native-community/slider": "4.5.2",
    "assert-browserify": "2.0.0",
    "buffer": "6.0.3",
    "constants-browserify": "1.0.0",
    "crypto-browserify": "3.12.0",
    "deprecated-react-native-prop-types": "5.0.0",
    "events": "3.3.0",
    "lodash": "4.17.21",
    "md5": "2.3.0",
    "path-browserify": "1.0.1",
    "prop-types": "15.8.1",
    "punycode": "2.3.1",
    "react": "18.3.1",
    "react-native": "0.74.1",
    "react-native-camera": "4.2.1",
    "react-native-device-info": "10.14.0",
    "react-native-dialogbox": "0.6.10",
    "react-native-document-picker": "9.3.0",
    "react-native-dropdownalert": "5.1.0",
    "react-native-exit-app": "2.0.0",
    "react-native-file-viewer": "2.1.5",
    "react-native-fingerprint-scanner": "6.0.0",
    "react-native-fs": "2.20.0",
    "react-native-get-random-values": "1.11.0",
    "react-native-image-picker": "7.1.1",
    "react-native-localize": "3.2.0",
    "react-native-modal-datetime-picker": "17.1.0",
    "react-native-paper": "5.12.5",
    "react-native-popup-menu": "0.16.1",
    "react-native-quick-actions": "0.3.13",
    "react-native-quick-crypto": "0.7.1",
    "react-native-rsa-native": "2.0.5",
    "react-native-safe-area-context": "4.10.8",
    "react-native-securerandom": "1.0.1",
    "react-native-share": "10.2.1",
    "react-native-sqlite-storage": "6.0.1",
    "react-native-url-polyfill": "2.0.0",
    "react-native-vector-icons": "10.1.0",
    "react-native-version-info": "1.1.1",
    "react-native-vosk": "0.1.12",
    "react-native-webview": "13.10.5",
    "react-native-zip-archive": "6.1.2",
    "react-redux": "8.1.3",
    "redux": "4.2.1",
    "rn-fetch-blob": "0.12.0",
    "stream": "0.0.3",
    "stream-browserify": "3.0.0",
    "string-natural-compare": "3.0.1",
    "tar-stream": "3.1.7",
    "timers": "0.1.1",
    "url": "0.11.4"
  },
  "devDependencies": {
    "@babel/core": "7.24.7",
    "@babel/plugin-transform-export-namespace-from": "7.24.7",
    "@babel/preset-env": "7.24.7",
    "@babel/runtime": "7.24.7",
    "@joplin/tools": "~3.1",
    "@js-draw/material-icons": "1.20.3",
    "@react-native/babel-preset": "0.74.86",
    "@react-native/metro-config": "0.74.86",
    "@sqlite.org/sqlite-wasm": "3.46.0-build2",
    "@testing-library/jest-native": "5.4.3",
    "@testing-library/react-native": "12.3.3",
    "@tsconfig/react-native": "2.0.2",
    "@types/fs-extra": "11.0.4",
    "@types/jest": "29.5.12",
    "@types/react": "18.3.3",
    "@types/react-native": "0.70.6",
    "@types/react-redux": "7.1.33",
    "@types/serviceworker": "0.0.90",
    "@types/tar-stream": "3.1.3",
    "babel-jest": "29.7.0",
    "babel-loader": "9.1.3",
    "babel-plugin-module-resolver": "4.1.0",
    "babel-plugin-react-native-web": "0.19.12",
    "fs-extra": "11.2.0",
    "gulp": "4.0.2",
    "jest": "29.7.0",
    "jest-environment-jsdom": "29.7.0",
    "jetifier": "2.0.0",
    "js-draw": "1.20.3",
    "jsdom": "24.1.1",
    "nodemon": "3.1.7",
    "punycode": "2.3.1",
    "react-dom": "18.3.1",
    "react-native-web": "0.19.12",
    "react-test-renderer": "18.3.1",
    "sharp": "0.33.4",
    "sqlite3": "5.1.6",
    "timers-browserify": "2.0.12",
    "ts-jest": "29.1.5",
    "ts-loader": "9.5.1",
    "ts-node": "10.9.2",
    "typescript": "5.4.5",
    "url-loader": "4.1.1",
    "webpack": "5.84.0",
    "webpack-cli": "5.1.4",
    "webpack-dev-server": "5.0.4"
  },
  "engines": {
    "node": ">=18"
  }
}