2017-05-06 15:37:28 +01:00
|
|
|
{
|
2020-11-07 15:59:37 +00:00
|
|
|
"name": "@joplin/app-mobile",
|
2019-06-15 00:57:13 +01:00
|
|
|
"description": "Joplin for Mobile",
|
2022-12-21 10:00:31 +00:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2025-05-20 09:03:55 +01:00
|
|
|
"version": "3.4.0",
|
2017-05-09 19:56:01 +00:00
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
2023-05-10 12:18:59 +01:00
|
|
|
"start": "BROWSERSLIST_IGNORE_OLD_DATA=true react-native start --reset-cache",
|
2022-07-10 15:26:24 +01:00
|
|
|
"android": "react-native run-android",
|
2023-08-22 11:01:54 +01:00
|
|
|
"build": "NO_FLIPPER=1 gulp build",
|
2025-02-11 07:31:39 -08:00
|
|
|
"web": "webpack --mode production --config ./web/webpack.config.ts --progress && cp -r ./web/public/* ./web/dist/",
|
2025-02-11 13:15:01 -08:00
|
|
|
"serve-web-hot-reload": "yarn serve-web --env HOT_RELOAD",
|
2025-02-11 07:31:39 -08:00
|
|
|
"serve-web": "webpack serve --mode development --static ./web/public/ --config ./web/webpack.config.ts --progress",
|
2021-12-21 12:43:12 +01:00
|
|
|
"tsc": "tsc --project tsconfig.json",
|
|
|
|
|
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
|
2020-11-05 16:58:23 +00:00
|
|
|
"clean": "node tools/clean.js",
|
2021-07-13 19:13:13 +01:00
|
|
|
"buildInjectedJs": "gulp buildInjectedJs",
|
2022-08-25 16:59:38 +01:00
|
|
|
"test": "jest",
|
|
|
|
|
"test-ci": "yarn test",
|
2022-07-22 10:51:12 -07:00
|
|
|
"watchInjectedJs": "gulp watchInjectedJs",
|
2023-11-19 00:55:52 -08:00
|
|
|
"postinstall": "jetify"
|
2017-05-09 19:56:01 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-02-24 00:01:48 +00:00
|
|
|
"@bam.tech/react-native-image-resizer": "3.0.11",
|
2025-05-20 09:03:55 +01:00
|
|
|
"@joplin/editor": "~3.4",
|
|
|
|
|
"@joplin/lib": "~3.4",
|
|
|
|
|
"@joplin/react-native-alarm-notification": "~3.4",
|
|
|
|
|
"@joplin/react-native-saf-x": "~3.4",
|
|
|
|
|
"@joplin/renderer": "~3.4",
|
|
|
|
|
"@joplin/utils": "~3.4",
|
2025-06-12 21:21:26 +00:00
|
|
|
"@react-native-clipboard/clipboard": "1.16.2",
|
2025-06-11 01:35:51 -07:00
|
|
|
"@react-native-community/datetimepicker": "8.3.0",
|
2025-06-14 10:37:01 +01:00
|
|
|
"@react-native-community/geolocation": "3.4.0",
|
2025-05-19 15:02:18 -07:00
|
|
|
"@react-native-community/netinfo": "11.4.1",
|
2023-05-16 15:18:08 +01:00
|
|
|
"@react-native-community/push-notification-ios": "1.11.0",
|
2025-08-03 20:34:46 +00:00
|
|
|
"@react-native-documents/picker": "10.1.3",
|
2022-11-05 13:09:41 +00:00
|
|
|
"assert-browserify": "2.0.0",
|
2022-11-08 20:46:32 +00:00
|
|
|
"buffer": "6.0.3",
|
2024-11-20 03:39:33 -08:00
|
|
|
"color": "3.2.1",
|
2022-11-05 13:09:41 +00:00
|
|
|
"constants-browserify": "1.0.0",
|
2025-06-09 22:08:45 +00:00
|
|
|
"crypto-browserify": "3.12.1",
|
2024-01-05 11:56:56 +00:00
|
|
|
"deprecated-react-native-prop-types": "5.0.0",
|
2022-11-05 13:09:41 +00:00
|
|
|
"events": "3.3.0",
|
2025-07-14 11:40:14 -07:00
|
|
|
"expo": "53.0.19",
|
|
|
|
|
"expo-av": "15.1.7",
|
|
|
|
|
"expo-camera": "16.1.10",
|
|
|
|
|
"expo-local-authentication": "16.0.5",
|
2023-01-08 17:23:53 +00:00
|
|
|
"lodash": "4.17.21",
|
2022-11-05 13:09:41 +00:00
|
|
|
"md5": "2.3.0",
|
2023-07-18 06:58:06 -07:00
|
|
|
"path-browserify": "1.0.1",
|
2022-11-08 10:07:29 +00:00
|
|
|
"prop-types": "15.8.1",
|
2023-11-19 22:39:39 +00:00
|
|
|
"punycode": "2.3.1",
|
2025-06-11 01:35:51 -07:00
|
|
|
"react": "19.0.0",
|
|
|
|
|
"react-native": "0.79.2",
|
2025-07-02 09:31:10 +01:00
|
|
|
"react-native-device-info": "14.0.4",
|
2023-10-22 10:45:05 +01:00
|
|
|
"react-native-dropdownalert": "5.1.0",
|
2023-09-18 11:25:58 +01:00
|
|
|
"react-native-exit-app": "2.0.0",
|
2022-11-06 14:39:23 +00:00
|
|
|
"react-native-file-viewer": "2.1.5",
|
2022-11-08 11:56:56 +00:00
|
|
|
"react-native-fs": "2.20.0",
|
2024-07-16 19:01:49 +01:00
|
|
|
"react-native-get-random-values": "1.11.0",
|
2025-09-12 22:48:44 +01:00
|
|
|
"react-native-image-picker": "8.2.1",
|
2025-06-16 08:36:24 +01:00
|
|
|
"react-native-localize": "3.4.1",
|
2025-07-02 09:31:01 +01:00
|
|
|
"react-native-modal-datetime-picker": "18.0.0",
|
2025-07-24 23:33:23 +00:00
|
|
|
"react-native-paper": "5.13.5",
|
2025-05-19 15:02:18 -07:00
|
|
|
"react-native-popup-menu": "0.17.0",
|
2022-11-05 13:09:41 +00:00
|
|
|
"react-native-quick-actions": "0.3.13",
|
2025-09-08 16:07:29 -07:00
|
|
|
"react-native-quick-crypto": "0.7.17",
|
2022-11-06 14:39:33 +00:00
|
|
|
"react-native-rsa-native": "2.0.5",
|
2025-08-24 13:02:03 +03:00
|
|
|
"react-native-safe-area-context": "5.4.1",
|
2022-11-11 12:22:52 +00:00
|
|
|
"react-native-securerandom": "1.0.1",
|
2025-08-06 02:34:38 +00:00
|
|
|
"react-native-share": "12.0.11",
|
2022-11-12 23:38:46 +00:00
|
|
|
"react-native-sqlite-storage": "6.0.1",
|
2023-10-02 11:51:38 +01:00
|
|
|
"react-native-url-polyfill": "2.0.0",
|
2025-06-16 10:37:17 +01:00
|
|
|
"react-native-vector-icons": "10.2.0",
|
2022-11-05 13:09:41 +00:00
|
|
|
"react-native-version-info": "1.1.1",
|
2025-05-19 15:02:18 -07:00
|
|
|
"react-native-webview": "13.13.5",
|
2025-07-02 14:19:07 +01:00
|
|
|
"react-native-zip-archive": "7.0.1",
|
2023-10-21 07:07:33 +00:00
|
|
|
"react-redux": "8.1.3",
|
2023-02-09 00:24:35 +00:00
|
|
|
"redux": "4.2.1",
|
2023-05-29 13:15:53 +01:00
|
|
|
"rn-fetch-blob": "0.12.0",
|
2024-09-27 20:52:22 +00:00
|
|
|
"stream": "0.0.3",
|
2022-11-05 13:09:41 +00:00
|
|
|
"stream-browserify": "3.0.0",
|
2022-11-13 10:39:51 +00:00
|
|
|
"string-natural-compare": "3.0.1",
|
2024-02-12 18:08:10 +00:00
|
|
|
"tar-stream": "3.1.7",
|
2022-11-05 13:09:41 +00:00
|
|
|
"timers": "0.1.1",
|
2024-10-25 00:35:12 +00:00
|
|
|
"url": "0.11.4"
|
2017-05-09 19:56:01 +00:00
|
|
|
},
|
2017-07-07 23:25:03 +01:00
|
|
|
"devDependencies": {
|
2025-05-19 15:02:18 -07:00
|
|
|
"@babel/core": "7.26.0",
|
2025-06-12 11:41:57 +01:00
|
|
|
"@babel/plugin-transform-export-namespace-from": "7.25.9",
|
2025-05-19 15:02:18 -07:00
|
|
|
"@babel/preset-env": "7.25.3",
|
|
|
|
|
"@babel/runtime": "7.25.0",
|
2025-05-20 09:03:55 +01:00
|
|
|
"@joplin/tools": "~3.4",
|
2025-07-29 12:25:43 -07:00
|
|
|
"@joplin/turndown": "~4.0.80",
|
|
|
|
|
"@joplin/turndown-plugin-gfm": "~1.0.62",
|
2025-09-13 14:17:50 +01:00
|
|
|
"@js-draw/material-icons": "1.30.1",
|
2025-02-11 13:15:01 -08:00
|
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
|
2025-07-16 20:24:28 +00:00
|
|
|
"@react-native-community/cli": "16.0.3",
|
2025-07-16 23:54:06 +01:00
|
|
|
"@react-native-community/cli-platform-android": "16.0.3",
|
2025-07-16 19:07:29 +01:00
|
|
|
"@react-native-community/cli-platform-ios": "16.0.3",
|
2025-09-13 13:48:57 +01:00
|
|
|
"@react-native/babel-preset": "0.79.3",
|
2025-09-14 09:35:05 +01:00
|
|
|
"@react-native/metro-config": "0.79.3",
|
2025-06-11 01:35:51 -07:00
|
|
|
"@react-native/typescript-config": "0.79.2",
|
2024-08-02 06:51:49 -07:00
|
|
|
"@sqlite.org/sqlite-wasm": "3.46.0-build2",
|
2025-06-11 01:35:51 -07:00
|
|
|
"@testing-library/react-native": "13.2.0",
|
2023-11-28 07:47:02 +00:00
|
|
|
"@types/fs-extra": "11.0.4",
|
2025-08-01 14:46:54 +01:00
|
|
|
"@types/jest": "29.5.14",
|
2025-09-14 19:02:56 +01:00
|
|
|
"@types/node": "18.19.112",
|
2025-07-01 12:23:54 +01:00
|
|
|
"@types/react": "19.0.14",
|
2024-01-07 09:04:15 +00:00
|
|
|
"@types/react-redux": "7.1.33",
|
2025-09-14 12:36:40 +00:00
|
|
|
"@types/serviceworker": "0.0.139",
|
2025-09-14 19:03:05 +01:00
|
|
|
"@types/tar-stream": "3.1.4",
|
2023-11-01 10:48:09 +00:00
|
|
|
"babel-jest": "29.7.0",
|
2024-02-24 03:40:48 -08:00
|
|
|
"babel-loader": "9.1.3",
|
2022-11-05 14:47:55 +00:00
|
|
|
"babel-plugin-module-resolver": "4.1.0",
|
2025-08-02 09:23:47 +01:00
|
|
|
"babel-plugin-react-native-web": "0.20.0",
|
2025-09-09 00:32:19 +01:00
|
|
|
"esbuild": "0.25.5",
|
2024-11-09 04:54:09 -08:00
|
|
|
"fast-deep-equal": "3.1.3",
|
2024-01-08 11:53:28 +00:00
|
|
|
"fs-extra": "11.2.0",
|
2022-11-05 14:47:55 +00:00
|
|
|
"gulp": "4.0.2",
|
2023-11-01 10:48:09 +00:00
|
|
|
"jest": "29.7.0",
|
|
|
|
|
"jest-environment-jsdom": "29.7.0",
|
2022-11-11 14:27:55 +00:00
|
|
|
"jetifier": "2.0.0",
|
2025-09-15 00:27:57 +00:00
|
|
|
"js-draw": "1.30.1",
|
2025-08-11 15:32:45 +01:00
|
|
|
"jsdom": "26.1.0",
|
2025-07-24 02:03:07 +00:00
|
|
|
"nodemon": "3.1.10",
|
2024-03-18 09:11:32 +00:00
|
|
|
"punycode": "2.3.1",
|
2025-06-11 01:35:51 -07:00
|
|
|
"react-dom": "19.0.0",
|
|
|
|
|
"react-native-web": "0.20.0",
|
2025-08-02 09:23:13 +01:00
|
|
|
"react-refresh": "0.17.0",
|
2025-06-11 01:35:51 -07:00
|
|
|
"react-test-renderer": "19.0.0",
|
2025-08-20 08:33:29 +03:00
|
|
|
"sharp": "0.34.2",
|
2024-02-10 15:23:33 +00:00
|
|
|
"sqlite3": "5.1.6",
|
2024-08-02 06:51:49 -07:00
|
|
|
"timers-browserify": "2.0.12",
|
2025-08-01 14:46:54 +01:00
|
|
|
"ts-jest": "29.3.1",
|
2025-06-11 14:01:14 +01:00
|
|
|
"ts-loader": "9.5.2",
|
2023-12-31 00:16:08 +00:00
|
|
|
"ts-node": "10.9.2",
|
2025-05-19 15:02:18 -07:00
|
|
|
"typescript": "5.8.3",
|
2024-08-02 06:51:49 -07:00
|
|
|
"url-loader": "4.1.1",
|
2025-01-18 04:35:30 -08:00
|
|
|
"webpack": "5.97.1",
|
2024-08-02 06:51:49 -07:00
|
|
|
"webpack-cli": "5.1.4",
|
2025-06-25 08:31:53 +00:00
|
|
|
"webpack-dev-server": "5.2.1"
|
2024-05-21 02:12:20 -07:00
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
2024-10-30 14:12:27 -07:00
|
|
|
},
|
|
|
|
|
"expo": {
|
|
|
|
|
"autolinking": {
|
|
|
|
|
"exclude": [
|
|
|
|
|
"expo-keep-awake"
|
|
|
|
|
]
|
2025-05-19 15:02:18 -07:00
|
|
|
},
|
|
|
|
|
"install": {
|
|
|
|
|
"exclude": [
|
|
|
|
|
"react-native@~0.76.6",
|
|
|
|
|
"react-native-reanimated@~3.16.1",
|
|
|
|
|
"react-native-gesture-handler@~2.20.0",
|
|
|
|
|
"react-native-screens@~4.4.0",
|
|
|
|
|
"react-native-safe-area-context@~4.12.0",
|
|
|
|
|
"react-native-webview@~13.12.5"
|
|
|
|
|
]
|
2024-10-30 14:12:27 -07:00
|
|
|
}
|
2017-05-09 19:56:01 +00:00
|
|
|
}
|
|
|
|
|
}
|