2017-05-06 16:37:28 +02:00
|
|
|
{
|
2017-07-08 00:25:03 +02:00
|
|
|
"name": "Joplin",
|
2019-06-15 01:57:13 +02:00
|
|
|
"description": "Joplin for Mobile",
|
2017-07-08 00:25:03 +02:00
|
|
|
"license": "MIT",
|
|
|
|
"version": "0.8.0",
|
2017-05-09 21:56:01 +02:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"start": "node node_modules/react-native/local-cli/cli.js start",
|
2019-12-29 19:58:40 +02:00
|
|
|
"postinstall": "node ../Tools/buildReactNativeInjectedJs.js && npx jetify && npm run encodeAssets",
|
2020-02-09 17:48:09 +02:00
|
|
|
"encodeAssets": "node encodeAssets.js",
|
|
|
|
"log-ios": "react-native-log-ios \"Joplin\"",
|
|
|
|
"log-android": "adb logcat *:S ReactNative:V ReactNativeJS:V"
|
2017-05-09 21:56:01 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-02-09 18:29:46 +02:00
|
|
|
"@react-native-community/push-notification-ios": "^1.0.5",
|
2020-02-09 16:51:12 +02:00
|
|
|
"@react-native-community/slider": "^2.0.8",
|
2018-02-07 21:02:07 +02:00
|
|
|
"async-mutex": "^0.1.3",
|
2018-01-25 21:01:14 +02:00
|
|
|
"base-64": "^0.1.0",
|
|
|
|
"buffer": "^5.0.8",
|
2019-01-14 21:11:54 +02:00
|
|
|
"diacritics": "^1.3.0",
|
2019-05-06 22:35:29 +02:00
|
|
|
"diff-match-patch": "^1.0.4",
|
2018-01-25 21:01:14 +02:00
|
|
|
"events": "^1.1.1",
|
2020-02-09 16:51:12 +02:00
|
|
|
"font-awesome-filetypes": "^2.1.0",
|
2017-06-06 22:58:19 +02:00
|
|
|
"form-data": "^2.1.4",
|
2020-02-09 16:51:12 +02:00
|
|
|
"highlight.js": "^9.17.1",
|
2017-07-26 21:00:52 +02:00
|
|
|
"html-entities": "^1.2.1",
|
2019-06-14 23:31:01 +02:00
|
|
|
"jsc-android": "241213.1.0",
|
2020-02-09 16:51:12 +02:00
|
|
|
"json-stringify-safe": "^5.0.1",
|
|
|
|
"katex": "^0.11.1",
|
2020-02-08 01:20:59 +02:00
|
|
|
"markdown-it": "^10.0.0",
|
2020-02-09 16:51:12 +02:00
|
|
|
"markdown-it-abbr": "^1.0.4",
|
|
|
|
"markdown-it-anchor": "^5.2.5",
|
|
|
|
"markdown-it-deflist": "^2.0.3",
|
|
|
|
"markdown-it-emoji": "^1.4.0",
|
|
|
|
"markdown-it-expand-tabs": "^1.0.13",
|
|
|
|
"markdown-it-footnote": "^3.0.2",
|
|
|
|
"markdown-it-ins": "^3.0.0",
|
|
|
|
"markdown-it-mark": "^3.0.0",
|
|
|
|
"markdown-it-multimd-table": "^4.0.1",
|
|
|
|
"markdown-it-sub": "^1.0.0",
|
|
|
|
"markdown-it-sup": "^1.0.0",
|
|
|
|
"markdown-it-toc-done-right": "^4.1.0",
|
2017-11-07 20:39:11 +02:00
|
|
|
"md5": "^2.2.1",
|
2020-02-19 02:09:19 +02:00
|
|
|
"memory-cache": "^0.2.0",
|
2020-02-12 00:27:34 +02:00
|
|
|
"mermaid": "^8.4.6",
|
2019-07-28 23:03:54 +02:00
|
|
|
"moment": "^2.24.0",
|
2020-02-19 02:09:19 +02:00
|
|
|
"node-html-parser": "^1.2.4",
|
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",
|
2017-07-10 23:34:26 +02:00
|
|
|
"query-string": "4.3.4",
|
2020-02-09 22:21:52 +02:00
|
|
|
"react": "16.9.0",
|
2019-12-29 19:58:40 +02:00
|
|
|
"react-async": "^10.0.0",
|
2020-02-09 22:21:52 +02:00
|
|
|
"react-native": "0.61.5",
|
2017-05-16 23:05:53 +02:00
|
|
|
"react-native-action-button": "^2.6.9",
|
2019-06-14 10:15:38 +02:00
|
|
|
"react-native-camera": "^2.10.2",
|
2017-09-10 18:57:06 +02:00
|
|
|
"react-native-datepicker": "^1.6.0",
|
2020-02-09 19:42:19 +02:00
|
|
|
"react-native-device-info": "^5.5.1",
|
2019-06-15 00:02:35 +02:00
|
|
|
"react-native-dialogbox": "^0.6.10",
|
2019-06-15 00:23:01 +02:00
|
|
|
"react-native-document-picker": "^2.3.0",
|
2017-11-28 22:17:34 +02:00
|
|
|
"react-native-dropdownalert": "^3.1.2",
|
2019-06-15 02:23:12 +02:00
|
|
|
"react-native-file-viewer": "^1.0.15",
|
2018-10-07 19:55:49 +02:00
|
|
|
"react-native-fs": "^2.11.17",
|
2017-11-19 17:18:07 +02:00
|
|
|
"react-native-image-picker": "^0.26.7",
|
2017-10-30 20:17:01 +02:00
|
|
|
"react-native-image-resizer": "^1.0.0",
|
2020-02-09 17:48:09 +02:00
|
|
|
"react-native-log-ios": "^1.5.0",
|
2017-11-19 01:59:07 +02:00
|
|
|
"react-native-material-dropdown": "^0.5.2",
|
2017-09-10 18:57:06 +02:00
|
|
|
"react-native-popup-dialog": "^0.9.35",
|
2017-12-08 01:00:22 +02:00
|
|
|
"react-native-popup-menu": "^0.10.0",
|
2019-01-25 19:54:43 +02:00
|
|
|
"react-native-push-notification": "git+https://github.com/laurent22/react-native-push-notification.git",
|
2020-02-19 01:52:36 +02:00
|
|
|
"react-native-quick-actions": "^0.3.13",
|
2020-02-09 16:51:12 +02:00
|
|
|
"react-native-securerandom": "^1.0.0-rc.0",
|
2017-10-30 20:17:01 +02:00
|
|
|
"react-native-side-menu": "^1.1.3",
|
2020-02-09 19:42:19 +02:00
|
|
|
"react-native-sqlite-storage": "^4.1.0",
|
2020-02-09 16:51:12 +02:00
|
|
|
"react-native-vector-icons": "^6.6.0",
|
2020-02-19 02:45:22 +02:00
|
|
|
"react-native-version-info": "^1.0.1",
|
2019-06-14 09:11:15 +02:00
|
|
|
"react-native-webview": "^5.12.0",
|
2018-04-30 18:38:19 +02:00
|
|
|
"react-redux": "5.0.7",
|
|
|
|
"redux": "4.0.0",
|
2019-09-13 23:05:02 +02:00
|
|
|
"reselect": "^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",
|
2018-03-18 01:00:01 +02:00
|
|
|
"string-natural-compare": "^2.0.2",
|
2018-09-29 14:15:36 +02:00
|
|
|
"string-padding": "^1.0.2",
|
2018-01-25 21:01:14 +02:00
|
|
|
"timers": "^0.1.1",
|
2018-05-23 13:14:38 +02:00
|
|
|
"url": "^0.11.0",
|
2019-07-28 23:03:54 +02:00
|
|
|
"url-parse": "^1.4.7",
|
2020-02-09 16:51:12 +02:00
|
|
|
"uslug": "^1.0.4",
|
2017-12-12 01:52:42 +02:00
|
|
|
"uuid": "^3.0.1",
|
2018-01-30 21:01:07 +02:00
|
|
|
"valid-url": "^1.0.9",
|
2018-01-25 21:01:14 +02:00
|
|
|
"word-wrap": "^1.2.3",
|
2020-02-09 16:51:12 +02:00
|
|
|
"xml2js": "^0.4.19"
|
2017-05-09 21:56:01 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-02-09 16:51:12 +02:00
|
|
|
"@babel/core": "^7.6.2",
|
|
|
|
"@babel/runtime": "^7.6.2",
|
2019-12-29 19:58:40 +02:00
|
|
|
"app-module-path": "^2.2.0",
|
|
|
|
"fs-extra": "^8.1.0",
|
2019-08-14 23:44:57 +02:00
|
|
|
"jetifier": "^1.6.4",
|
2019-06-14 08:12:24 +02:00
|
|
|
"metro-react-native-babel-preset": "^0.54.1",
|
|
|
|
"react-test-renderer": "^16.8.3"
|
2017-05-09 21:56:01 +02:00
|
|
|
}
|
|
|
|
}
|