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",
|
2017-07-08 00:25:03 +02:00
|
|
|
"license": "MIT",
|
2022-07-11 11:07:21 +02:00
|
|
|
"version": "2.9.0",
|
2017-05-09 21:56:01 +02:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2020-10-16 17:26:19 +02:00
|
|
|
"start": "react-native start --reset-cache",
|
2022-07-10 16:26:24 +02:00
|
|
|
"android": "react-native run-android",
|
2020-02-21 00:59:18 +02:00
|
|
|
"build": "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",
|
2021-12-20 17:08:43 +02:00
|
|
|
"postinstall": "jetify && yarn run build"
|
2017-05-09 21:56:01 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-07-11 11:07:21 +02:00
|
|
|
"@joplin/lib": "~2.9",
|
|
|
|
"@joplin/react-native-saf-x": "~2.9",
|
|
|
|
"@joplin/renderer": "~2.9",
|
2020-10-16 17:26:19 +02:00
|
|
|
"@react-native-community/clipboard": "^1.5.0",
|
|
|
|
"@react-native-community/datetimepicker": "^3.0.3",
|
2020-06-05 01:08:09 +02:00
|
|
|
"@react-native-community/geolocation": "^2.0.2",
|
2021-03-29 10:35:39 +02:00
|
|
|
"@react-native-community/netinfo": "^6.0.0",
|
2020-10-16 17:26:19 +02:00
|
|
|
"@react-native-community/push-notification-ios": "^1.6.0",
|
|
|
|
"@react-native-community/slider": "^3.0.3",
|
2021-10-03 17:00:49 +02:00
|
|
|
"assert-browserify": "^2.0.0",
|
2018-01-25 21:01:14 +02:00
|
|
|
"buffer": "^5.0.8",
|
2021-10-03 17:00:49 +02:00
|
|
|
"constants-browserify": "^1.0.0",
|
|
|
|
"crypto-browserify": "^3.12.0",
|
2020-11-05 18:58:23 +02:00
|
|
|
"events": "^3.2.0",
|
2021-11-27 18:22:30 +02:00
|
|
|
"joplin-rn-alarm-notification": "^1.0.5",
|
2019-06-14 23:31:01 +02:00
|
|
|
"jsc-android": "241213.1.0",
|
2017-11-07 20:39:11 +02:00
|
|
|
"md5": "^2.2.1",
|
2017-10-30 20:17:01 +02:00
|
|
|
"prop-types": "^15.6.0",
|
2019-02-27 01:39:52 +02:00
|
|
|
"punycode": "^2.1.1",
|
2021-11-02 18:33:53 +02:00
|
|
|
"react": "17.0.2",
|
|
|
|
"react-native": "0.66.1",
|
2020-10-16 17:26:19 +02:00
|
|
|
"react-native-action-button": "^2.8.5",
|
|
|
|
"react-native-camera": "^3.40.0",
|
2020-06-13 17:20:59 +02:00
|
|
|
"react-native-dialogbox": "^0.6.10",
|
2020-10-16 17:26:19 +02:00
|
|
|
"react-native-document-picker": "^4.0.0",
|
2017-11-28 22:17:34 +02:00
|
|
|
"react-native-dropdownalert": "^3.1.2",
|
2020-10-16 17:26:19 +02:00
|
|
|
"react-native-file-viewer": "^2.1.4",
|
|
|
|
"react-native-fs": "^2.16.6",
|
2021-11-25 01:03:03 +02:00
|
|
|
"react-native-get-random-values": "^1.7.0",
|
2022-09-11 17:58:36 +02:00
|
|
|
"react-native-image-picker": "^4.10.0",
|
2020-10-16 17:26:19 +02:00
|
|
|
"react-native-image-resizer": "^1.3.0",
|
|
|
|
"react-native-modal-datetime-picker": "^9.0.0",
|
2022-08-21 23:03:41 +02:00
|
|
|
"react-native-popup-menu": "^0.15.13",
|
2020-02-19 01:52:36 +02:00
|
|
|
"react-native-quick-actions": "^0.3.13",
|
2021-10-03 17:00:49 +02:00
|
|
|
"react-native-rsa-native": "^2.0.4",
|
2020-02-09 16:51:12 +02:00
|
|
|
"react-native-securerandom": "^1.0.0-rc.0",
|
2021-11-07 13:53:39 +02:00
|
|
|
"react-native-share": "^7.2.1",
|
2022-08-25 17:59:38 +02:00
|
|
|
"react-native-side-menu-updated": "^1.3.2",
|
2020-10-16 17:26:19 +02:00
|
|
|
"react-native-sqlite-storage": "^5.0.0",
|
2021-11-25 01:03:03 +02:00
|
|
|
"react-native-url-polyfill": "^1.3.0",
|
2020-10-16 17:26:19 +02:00
|
|
|
"react-native-vector-icons": "^7.1.0",
|
|
|
|
"react-native-version-info": "^1.1.0",
|
|
|
|
"react-native-webview": "^10.9.2",
|
2018-04-30 18:38:19 +02:00
|
|
|
"react-redux": "5.0.7",
|
|
|
|
"redux": "4.0.0",
|
2020-02-09 16:51:12 +02:00
|
|
|
"rn-fetch-blob": "^0.12.0",
|
2018-01-25 21:01:14 +02:00
|
|
|
"stream": "0.0.2",
|
2021-01-07 18:36:07 +02:00
|
|
|
"stream-browserify": "^3.0.0",
|
2018-03-18 01:00:01 +02:00
|
|
|
"string-natural-compare": "^2.0.2",
|
2018-01-25 21:01:14 +02:00
|
|
|
"timers": "^0.1.1",
|
2022-10-15 23:51:57 +02:00
|
|
|
"url": "^0.11.0"
|
2017-05-09 21:56:01 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-08-09 22:45:41 +02:00
|
|
|
"@babel/core": "^7.12.9",
|
|
|
|
"@babel/runtime": "^7.12.5",
|
2022-06-20 15:31:30 +02:00
|
|
|
"@codemirror/commands": "^6.0.0",
|
2022-07-28 18:01:34 +02:00
|
|
|
"@codemirror/lang-cpp": "^6.0.0",
|
|
|
|
"@codemirror/lang-html": "^6.0.0",
|
|
|
|
"@codemirror/lang-java": "^6.0.0",
|
|
|
|
"@codemirror/lang-javascript": "^6.0.0",
|
2022-06-20 15:31:30 +02:00
|
|
|
"@codemirror/lang-markdown": "^6.0.0",
|
2022-07-28 18:01:34 +02:00
|
|
|
"@codemirror/lang-php": "^6.0.0",
|
|
|
|
"@codemirror/lang-rust": "^6.0.0",
|
2022-06-20 15:31:30 +02:00
|
|
|
"@codemirror/language": "^6.0.0",
|
2022-07-22 11:44:19 +02:00
|
|
|
"@codemirror/legacy-modes": "^6.1.0",
|
2022-06-24 11:56:59 +02:00
|
|
|
"@codemirror/search": "^6.0.0",
|
2022-06-20 15:31:30 +02:00
|
|
|
"@codemirror/state": "^6.0.0",
|
|
|
|
"@codemirror/view": "^6.0.0",
|
2022-07-11 11:07:21 +02:00
|
|
|
"@joplin/tools": "~2.9",
|
2022-06-20 15:31:30 +02:00
|
|
|
"@lezer/highlight": "^1.0.0",
|
2022-08-27 14:41:49 +02:00
|
|
|
"@types/fs-extra": "^9.0.13",
|
2022-07-22 11:44:19 +02:00
|
|
|
"@types/jest": "^28.1.3",
|
2021-04-25 10:50:52 +02:00
|
|
|
"@types/react-native": "^0.64.4",
|
2022-08-27 14:36:59 +02:00
|
|
|
"@types/react-redux": "^7.1.24",
|
2021-10-03 17:00:49 +02:00
|
|
|
"babel-plugin-module-resolver": "^4.1.0",
|
2020-02-21 00:59:18 +02:00
|
|
|
"execa": "^4.0.0",
|
2019-12-29 19:58:40 +02:00
|
|
|
"fs-extra": "^8.1.0",
|
2020-02-21 00:59:18 +02:00
|
|
|
"gulp": "^4.0.2",
|
2022-09-30 12:46:26 +02:00
|
|
|
"jest": "^28.1.1",
|
|
|
|
"jest-environment-jsdom": "^28.1.3",
|
2020-02-21 00:59:18 +02:00
|
|
|
"jetifier": "^1.6.5",
|
2022-08-08 17:00:14 +02:00
|
|
|
"jsdom": "^20.0.0",
|
2021-11-02 18:33:53 +02:00
|
|
|
"metro-react-native-babel-preset": "^0.66.2",
|
2021-07-13 20:13:13 +02:00
|
|
|
"nodemon": "^2.0.12",
|
2022-07-22 11:44:19 +02:00
|
|
|
"ts-jest": "^28.0.5",
|
2022-07-30 14:07:38 +02:00
|
|
|
"ts-loader": "^9.3.1",
|
2022-08-27 14:41:49 +02:00
|
|
|
"ts-node": "^10.9.1",
|
2022-08-31 13:57:28 +02:00
|
|
|
"typescript": "^4.7.4",
|
2022-07-30 14:07:38 +02:00
|
|
|
"uglify-js": "^3.13.10",
|
|
|
|
"webpack": "^5.74.0"
|
2017-05-09 21:56:01 +02:00
|
|
|
}
|
|
|
|
}
|