2017-05-06 16:37:28 +02:00
|
|
|
{
|
2020-11-07 17:59:37 +02:00
|
|
|
"name": "@joplin/app-mobile",
|
2019-06-15 01:57:13 +02:00
|
|
|
"description": "Joplin for Mobile",
|
2022-12-21 12:00:31 +02:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2024-03-02 13:04:23 +02:00
|
|
|
"version": "3.0.0",
|
2017-05-09 21:56:01 +02:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2023-05-10 13:18:59 +02:00
|
|
|
"start": "BROWSERSLIST_IGNORE_OLD_DATA=true react-native start --reset-cache",
|
2022-07-10 16:26:24 +02:00
|
|
|
"android": "react-native run-android",
|
2023-08-22 12:01:54 +02:00
|
|
|
"build": "NO_FLIPPER=1 gulp build",
|
2021-12-21 13:43:12 +02:00
|
|
|
"tsc": "tsc --project tsconfig.json",
|
|
|
|
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
|
2020-11-05 18:58:23 +02:00
|
|
|
"clean": "node tools/clean.js",
|
2021-07-13 20:13:13 +02:00
|
|
|
"buildInjectedJs": "gulp buildInjectedJs",
|
2022-08-25 17:59:38 +02:00
|
|
|
"test": "jest",
|
|
|
|
"test-ci": "yarn test",
|
2022-07-22 19:51:12 +02:00
|
|
|
"watchInjectedJs": "gulp watchInjectedJs",
|
2023-11-19 10:55:52 +02:00
|
|
|
"postinstall": "jetify"
|
2017-05-09 21:56:01 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-09-23 03:01:51 +02:00
|
|
|
"@bam.tech/react-native-image-resizer": "3.0.7",
|
2024-03-02 13:04:23 +02:00
|
|
|
"@joplin/editor": "~3.0",
|
|
|
|
"@joplin/lib": "~3.0",
|
|
|
|
"@joplin/react-native-alarm-notification": "~3.0",
|
|
|
|
"@joplin/react-native-saf-x": "~3.0",
|
|
|
|
"@joplin/renderer": "~3.0",
|
|
|
|
"@joplin/utils": "~3.0",
|
2022-11-05 15:09:41 +02:00
|
|
|
"@react-native-community/clipboard": "1.5.1",
|
2023-12-15 08:55:36 +02:00
|
|
|
"@react-native-community/datetimepicker": "7.6.2",
|
2023-10-17 23:22:39 +02:00
|
|
|
"@react-native-community/geolocation": "3.1.0",
|
2024-02-09 14:14:59 +02:00
|
|
|
"@react-native-community/netinfo": "11.2.1",
|
2023-05-16 16:18:08 +02:00
|
|
|
"@react-native-community/push-notification-ios": "1.11.0",
|
2024-02-03 21:26:29 +02:00
|
|
|
"@react-native-community/slider": "4.5.0",
|
2022-11-05 15:09:41 +02:00
|
|
|
"assert-browserify": "2.0.0",
|
2022-11-08 22:46:32 +02:00
|
|
|
"buffer": "6.0.3",
|
2022-11-05 15:09:41 +02:00
|
|
|
"constants-browserify": "1.0.0",
|
|
|
|
"crypto-browserify": "3.12.0",
|
2024-01-05 13:56:56 +02:00
|
|
|
"deprecated-react-native-prop-types": "5.0.0",
|
2022-11-05 15:09:41 +02:00
|
|
|
"events": "3.3.0",
|
2019-06-14 23:31:01 +02:00
|
|
|
"jsc-android": "241213.1.0",
|
2023-01-08 19:23:53 +02:00
|
|
|
"lodash": "4.17.21",
|
2022-11-05 15:09:41 +02:00
|
|
|
"md5": "2.3.0",
|
2023-07-18 15:58:06 +02:00
|
|
|
"path-browserify": "1.0.1",
|
2022-11-08 12:07:29 +02:00
|
|
|
"prop-types": "15.8.1",
|
2023-11-20 00:39:39 +02:00
|
|
|
"punycode": "2.3.1",
|
2022-11-15 00:37:49 +02:00
|
|
|
"react": "18.2.0",
|
2023-06-10 18:02:58 +02:00
|
|
|
"react-native": "0.71.10",
|
2022-11-13 01:41:58 +02:00
|
|
|
"react-native-camera": "4.2.1",
|
2024-01-08 13:53:58 +02:00
|
|
|
"react-native-device-info": "10.12.0",
|
2022-11-05 15:09:41 +02:00
|
|
|
"react-native-dialogbox": "0.6.10",
|
2024-02-03 21:27:10 +02:00
|
|
|
"react-native-document-picker": "9.1.0",
|
2023-10-22 11:45:05 +02:00
|
|
|
"react-native-dropdownalert": "5.1.0",
|
2023-09-18 12:25:58 +02:00
|
|
|
"react-native-exit-app": "2.0.0",
|
2022-11-06 16:39:23 +02:00
|
|
|
"react-native-file-viewer": "2.1.5",
|
2023-01-04 22:18:51 +02:00
|
|
|
"react-native-fingerprint-scanner": "6.0.0",
|
2022-11-08 13:56:56 +02:00
|
|
|
"react-native-fs": "2.20.0",
|
2023-12-31 02:14:39 +02:00
|
|
|
"react-native-get-random-values": "1.10.0",
|
2024-01-14 11:57:34 +02:00
|
|
|
"react-native-image-picker": "7.1.0",
|
2024-02-09 14:15:21 +02:00
|
|
|
"react-native-localize": "3.0.6",
|
2023-09-21 09:31:52 +02:00
|
|
|
"react-native-modal-datetime-picker": "17.1.0",
|
2024-02-03 21:25:37 +02:00
|
|
|
"react-native-paper": "5.11.7",
|
2022-11-08 16:22:53 +02:00
|
|
|
"react-native-popup-menu": "0.16.1",
|
2022-11-05 15:09:41 +02:00
|
|
|
"react-native-quick-actions": "0.3.13",
|
2022-11-06 16:39:33 +02:00
|
|
|
"react-native-rsa-native": "2.0.5",
|
2024-02-03 21:27:24 +02:00
|
|
|
"react-native-safe-area-context": "4.8.2",
|
2022-11-11 14:22:52 +02:00
|
|
|
"react-native-securerandom": "1.0.1",
|
2024-02-09 14:15:26 +02:00
|
|
|
"react-native-share": "10.0.2",
|
2023-09-11 09:53:53 +02:00
|
|
|
"react-native-side-menu-updated": "1.3.2",
|
2022-11-13 01:38:46 +02:00
|
|
|
"react-native-sqlite-storage": "6.0.1",
|
2023-10-02 12:51:38 +02:00
|
|
|
"react-native-url-polyfill": "2.0.0",
|
2024-01-07 11:09:14 +02:00
|
|
|
"react-native-vector-icons": "10.0.3",
|
2022-11-05 15:09:41 +02:00
|
|
|
"react-native-version-info": "1.1.1",
|
2023-05-07 18:53:19 +02:00
|
|
|
"react-native-vosk": "0.1.12",
|
2024-02-03 01:29:59 +02:00
|
|
|
"react-native-webview": "13.6.4",
|
2023-10-15 21:04:26 +02:00
|
|
|
"react-native-zip-archive": "6.1.0",
|
2023-10-21 09:07:33 +02:00
|
|
|
"react-redux": "8.1.3",
|
2023-02-09 02:24:35 +02:00
|
|
|
"redux": "4.2.1",
|
2023-05-29 14:15:53 +02:00
|
|
|
"rn-fetch-blob": "0.12.0",
|
2018-01-25 21:01:14 +02:00
|
|
|
"stream": "0.0.2",
|
2022-11-05 15:09:41 +02:00
|
|
|
"stream-browserify": "3.0.0",
|
2022-11-13 12:39:51 +02:00
|
|
|
"string-natural-compare": "3.0.1",
|
2024-02-12 20:08:10 +02:00
|
|
|
"tar-stream": "3.1.7",
|
2022-11-05 15:09:41 +02:00
|
|
|
"timers": "0.1.1",
|
2023-10-05 05:35:26 +02:00
|
|
|
"url": "0.11.3"
|
2017-05-09 21:56:01 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-06-10 18:02:58 +02:00
|
|
|
"@babel/core": "7.20.2",
|
|
|
|
"@babel/preset-env": "7.20.2",
|
|
|
|
"@babel/runtime": "7.20.0",
|
2024-03-02 13:04:23 +02:00
|
|
|
"@joplin/tools": "~3.0",
|
2024-02-03 21:26:16 +02:00
|
|
|
"@js-draw/material-icons": "1.16.1",
|
2023-09-11 21:44:44 +02:00
|
|
|
"@testing-library/jest-native": "5.4.3",
|
2023-12-03 23:25:45 +02:00
|
|
|
"@testing-library/react-native": "12.3.3",
|
2023-06-10 18:02:58 +02:00
|
|
|
"@tsconfig/react-native": "2.0.2",
|
2023-11-28 09:47:02 +02:00
|
|
|
"@types/fs-extra": "11.0.4",
|
2023-12-01 09:33:29 +02:00
|
|
|
"@types/jest": "29.5.8",
|
2024-02-09 01:33:13 +02:00
|
|
|
"@types/react": "18.2.48",
|
2023-02-08 16:21:59 +02:00
|
|
|
"@types/react-native": "0.70.6",
|
2024-01-07 11:04:15 +02:00
|
|
|
"@types/react-redux": "7.1.33",
|
2023-12-21 17:14:13 +02:00
|
|
|
"@types/tar-stream": "3.1.3",
|
2023-11-01 12:48:09 +02:00
|
|
|
"babel-jest": "29.7.0",
|
2024-02-24 13:40:48 +02:00
|
|
|
"babel-loader": "9.1.3",
|
2022-11-05 16:47:55 +02:00
|
|
|
"babel-plugin-module-resolver": "4.1.0",
|
2024-01-08 13:53:28 +02:00
|
|
|
"fs-extra": "11.2.0",
|
2022-11-05 16:47:55 +02:00
|
|
|
"gulp": "4.0.2",
|
2023-11-01 12:48:09 +02:00
|
|
|
"jest": "29.7.0",
|
|
|
|
"jest-environment-jsdom": "29.7.0",
|
2022-11-11 16:27:55 +02:00
|
|
|
"jetifier": "2.0.0",
|
2024-02-03 21:25:08 +02:00
|
|
|
"js-draw": "1.16.1",
|
2023-07-21 21:46:38 +02:00
|
|
|
"jsdom": "22.1.0",
|
2023-06-10 18:02:58 +02:00
|
|
|
"metro-react-native-babel-preset": "0.73.9",
|
2024-02-09 14:15:35 +02:00
|
|
|
"nodemon": "3.0.3",
|
2024-03-18 11:11:32 +02:00
|
|
|
"punycode": "2.3.1",
|
2023-07-18 15:58:06 +02:00
|
|
|
"react-test-renderer": "18.2.0",
|
2024-02-10 17:23:33 +02:00
|
|
|
"sqlite3": "5.1.6",
|
2023-08-01 16:38:59 +02:00
|
|
|
"ts-jest": "29.1.1",
|
2023-12-05 08:27:24 +02:00
|
|
|
"ts-loader": "9.5.1",
|
2023-12-31 02:16:08 +02:00
|
|
|
"ts-node": "10.9.2",
|
2023-11-01 12:48:09 +02:00
|
|
|
"typescript": "5.2.2",
|
2022-11-08 18:58:56 +02:00
|
|
|
"uglify-js": "3.17.4",
|
2022-11-05 16:47:55 +02:00
|
|
|
"webpack": "5.74.0"
|
2017-05-09 21:56:01 +02:00
|
|
|
}
|
|
|
|
}
|