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",
|
2023-06-28 15:12:32 +01:00
|
|
|
"version": "2.12.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",
|
2020-02-20 22:59:18 +00:00
|
|
|
"build": "gulp build",
|
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",
|
2021-12-20 16:08:43 +01:00
|
|
|
"postinstall": "jetify && yarn run build"
|
2017-05-09 19:56:01 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-06-28 15:12:32 +01:00
|
|
|
"@joplin/lib": "~2.12",
|
|
|
|
"@joplin/react-native-alarm-notification": "~2.12",
|
|
|
|
"@joplin/react-native-saf-x": "~2.12",
|
|
|
|
"@joplin/renderer": "~2.12",
|
2022-11-05 13:09:41 +00:00
|
|
|
"@react-native-community/clipboard": "1.5.1",
|
2023-06-20 17:35:14 +01:00
|
|
|
"@react-native-community/datetimepicker": "7.1.0",
|
2023-06-16 00:31:15 +00:00
|
|
|
"@react-native-community/geolocation": "3.0.6",
|
2023-05-25 23:25:58 +00:00
|
|
|
"@react-native-community/netinfo": "9.3.10",
|
2023-05-16 15:18:08 +01:00
|
|
|
"@react-native-community/push-notification-ios": "1.11.0",
|
2023-02-10 16:02:45 +00:00
|
|
|
"@react-native-community/slider": "4.4.2",
|
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",
|
2022-11-05 13:09:41 +00:00
|
|
|
"constants-browserify": "1.0.0",
|
|
|
|
"crypto-browserify": "3.12.0",
|
2023-02-19 18:38:53 +05:30
|
|
|
"deprecated-react-native-prop-types": "4.0.0",
|
2022-11-05 13:09:41 +00:00
|
|
|
"events": "3.3.0",
|
2019-06-14 22:31:01 +01:00
|
|
|
"jsc-android": "241213.1.0",
|
2023-01-08 17:23:53 +00:00
|
|
|
"lodash": "4.17.21",
|
2022-11-05 13:09:41 +00:00
|
|
|
"md5": "2.3.0",
|
2022-11-08 10:07:29 +00:00
|
|
|
"prop-types": "15.8.1",
|
2023-02-09 01:33:32 +00:00
|
|
|
"punycode": "2.3.0",
|
2022-11-14 22:37:49 +00:00
|
|
|
"react": "18.2.0",
|
2023-06-10 17:02:58 +01:00
|
|
|
"react-native": "0.71.10",
|
2022-11-05 13:09:41 +00:00
|
|
|
"react-native-action-button": "2.8.5",
|
2022-11-12 23:41:58 +00:00
|
|
|
"react-native-camera": "4.2.1",
|
2023-07-06 20:03:57 +02:00
|
|
|
"react-native-device-info": "10.6.0",
|
2022-11-05 13:09:41 +00:00
|
|
|
"react-native-dialogbox": "0.6.10",
|
2023-06-05 23:26:55 +00:00
|
|
|
"react-native-document-picker": "8.2.1",
|
2023-07-12 17:11:37 +00:00
|
|
|
"react-native-drawer-layout": "3.2.1",
|
2022-11-12 23:40:44 +00:00
|
|
|
"react-native-dropdownalert": "4.5.1",
|
2023-01-10 12:08:13 +00:00
|
|
|
"react-native-exit-app": "1.1.0",
|
2022-11-06 14:39:23 +00:00
|
|
|
"react-native-file-viewer": "2.1.5",
|
2023-01-04 20:18:51 +00:00
|
|
|
"react-native-fingerprint-scanner": "6.0.0",
|
2022-11-08 11:56:56 +00:00
|
|
|
"react-native-fs": "2.20.0",
|
2023-07-07 00:33:13 +00:00
|
|
|
"react-native-gesture-handler": "2.10.2",
|
2023-06-27 10:36:20 +01:00
|
|
|
"react-native-get-random-values": "1.9.0",
|
2023-07-05 17:51:42 +00:00
|
|
|
"react-native-image-picker": "5.4.2",
|
2022-11-05 13:09:41 +00:00
|
|
|
"react-native-image-resizer": "1.4.5",
|
2023-06-01 16:48:02 +01:00
|
|
|
"react-native-localize": "3.0.0",
|
2023-06-28 01:58:38 +00:00
|
|
|
"react-native-modal-datetime-picker": "15.0.1",
|
2023-05-16 11:43:30 +01:00
|
|
|
"react-native-paper": "5.8.0",
|
2022-11-08 14:22:53 +00:00
|
|
|
"react-native-popup-menu": "0.16.1",
|
2022-11-05 13:09:41 +00:00
|
|
|
"react-native-quick-actions": "0.3.13",
|
2023-07-09 15:49:34 +01:00
|
|
|
"react-native-reanimated": "3.2.0",
|
2022-11-06 14:39:33 +00:00
|
|
|
"react-native-rsa-native": "2.0.5",
|
2023-07-11 10:57:10 +00:00
|
|
|
"react-native-safe-area-context": "4.5.5",
|
2022-11-11 12:22:52 +00:00
|
|
|
"react-native-securerandom": "1.0.1",
|
2023-05-04 18:03:17 +00:00
|
|
|
"react-native-share": "8.2.2",
|
2022-11-12 23:38:46 +00:00
|
|
|
"react-native-sqlite-storage": "6.0.1",
|
2022-11-05 13:09:41 +00:00
|
|
|
"react-native-url-polyfill": "1.3.0",
|
2022-11-12 23:35:28 +00:00
|
|
|
"react-native-vector-icons": "9.2.0",
|
2022-11-05 13:09:41 +00:00
|
|
|
"react-native-version-info": "1.1.1",
|
2023-05-07 17:53:19 +01:00
|
|
|
"react-native-vosk": "0.1.12",
|
2023-06-10 17:58:55 +01:00
|
|
|
"react-native-webview": "12.4.0",
|
2023-06-13 18:06:54 +01:00
|
|
|
"react-native-zip-archive": "6.0.9",
|
2023-06-20 05:20:21 +00:00
|
|
|
"react-redux": "8.0.7",
|
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",
|
2018-01-25 19:01:14 +00:00
|
|
|
"stream": "0.0.2",
|
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",
|
2022-11-05 13:09:41 +00:00
|
|
|
"timers": "0.1.1",
|
2023-07-01 13:42:08 +00:00
|
|
|
"url": "0.11.1"
|
2017-05-09 19:56:01 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-06-10 17:02:58 +01:00
|
|
|
"@babel/core": "7.20.2",
|
|
|
|
"@babel/preset-env": "7.20.2",
|
|
|
|
"@babel/runtime": "7.20.0",
|
2023-04-09 04:55:47 -07:00
|
|
|
"@codemirror/commands": "6.2.2",
|
2022-11-13 14:49:20 -08:00
|
|
|
"@codemirror/lang-cpp": "6.0.2",
|
2023-04-09 04:55:47 -07:00
|
|
|
"@codemirror/lang-html": "6.4.3",
|
2022-11-13 14:49:20 -08:00
|
|
|
"@codemirror/lang-java": "6.0.1",
|
2023-04-09 04:55:47 -07:00
|
|
|
"@codemirror/lang-javascript": "6.1.5",
|
|
|
|
"@codemirror/lang-markdown": "6.1.0",
|
2022-11-13 14:49:20 -08:00
|
|
|
"@codemirror/lang-php": "6.0.1",
|
|
|
|
"@codemirror/lang-rust": "6.0.1",
|
2023-04-09 04:55:47 -07:00
|
|
|
"@codemirror/language": "6.6.0",
|
|
|
|
"@codemirror/legacy-modes": "6.3.2",
|
|
|
|
"@codemirror/search": "6.3.0",
|
|
|
|
"@codemirror/state": "6.2.0",
|
|
|
|
"@codemirror/view": "6.9.3",
|
2023-06-28 15:12:32 +01:00
|
|
|
"@joplin/tools": "~2.12",
|
2023-04-03 10:46:19 +00:00
|
|
|
"@lezer/highlight": "1.1.4",
|
2023-06-10 17:02:58 +01:00
|
|
|
"@tsconfig/react-native": "2.0.2",
|
2023-06-06 10:55:02 +01:00
|
|
|
"@types/fs-extra": "11.0.1",
|
2023-06-04 18:34:32 +01:00
|
|
|
"@types/jest": "29.5.1",
|
2023-06-10 17:02:58 +01:00
|
|
|
"@types/react": "18.0.24",
|
2023-02-08 06:21:59 -08:00
|
|
|
"@types/react-native": "0.70.6",
|
2022-12-31 08:42:54 +00:00
|
|
|
"@types/react-redux": "7.1.25",
|
2023-06-10 17:02:58 +01:00
|
|
|
"babel-jest": "29.2.1",
|
2022-11-05 14:47:55 +00:00
|
|
|
"babel-plugin-module-resolver": "4.1.0",
|
|
|
|
"execa": "4.1.0",
|
2023-03-30 20:11:29 +00:00
|
|
|
"fs-extra": "11.1.1",
|
2022-11-05 14:47:55 +00:00
|
|
|
"gulp": "4.0.2",
|
2023-06-04 18:34:32 +01:00
|
|
|
"jest": "29.5.0",
|
|
|
|
"jest-environment-jsdom": "29.5.0",
|
2022-11-11 14:27:55 +00:00
|
|
|
"jetifier": "2.0.0",
|
2023-05-21 18:13:20 +00:00
|
|
|
"jsdom": "21.1.2",
|
2023-01-04 20:39:33 +00:00
|
|
|
"md5-file": "5.0.0",
|
2023-06-10 17:02:58 +01:00
|
|
|
"metro-react-native-babel-preset": "0.73.9",
|
2023-04-02 03:42:02 +00:00
|
|
|
"nodemon": "2.0.22",
|
2023-06-04 18:34:32 +01:00
|
|
|
"ts-jest": "29.1.0",
|
2023-06-12 20:47:12 +00:00
|
|
|
"ts-loader": "9.4.3",
|
2022-11-05 14:47:55 +00:00
|
|
|
"ts-node": "10.9.1",
|
2023-06-06 10:55:02 +01:00
|
|
|
"typescript": "5.0.2",
|
2022-11-08 16:58:56 +00:00
|
|
|
"uglify-js": "3.17.4",
|
2022-11-05 14:47:55 +00:00
|
|
|
"webpack": "5.74.0"
|
2017-05-09 19:56:01 +00:00
|
|
|
}
|
|
|
|
}
|