2017-05-06 14:37:28 +00:00
|
|
|
{
|
2017-07-07 22:25:03 +00:00
|
|
|
"name": "Joplin",
|
|
|
|
"description": "Joplin for Android",
|
|
|
|
"license": "MIT",
|
|
|
|
"version": "0.8.0",
|
2017-05-09 19:56:01 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"start": "node node_modules/react-native/local-cli/cli.js start",
|
2018-02-04 17:12:24 +00:00
|
|
|
"test": "jest",
|
|
|
|
"postinstall": "node ../Tools/copycss.js"
|
2017-05-09 19:56:01 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-02-07 19:02:07 +00:00
|
|
|
"async-mutex": "^0.1.3",
|
2018-01-25 19:01:14 +00:00
|
|
|
"base-64": "^0.1.0",
|
|
|
|
"buffer": "^5.0.8",
|
|
|
|
"events": "^1.1.1",
|
2017-06-06 20:58:19 +00:00
|
|
|
"form-data": "^2.1.4",
|
2017-07-26 19:00:52 +00:00
|
|
|
"html-entities": "^1.2.1",
|
2018-11-13 22:42:06 +00:00
|
|
|
"katex": "^0.10.0",
|
2017-11-07 18:39:11 +00:00
|
|
|
"markdown-it": "^8.4.0",
|
2018-02-06 17:58:54 +00:00
|
|
|
"markdown-it-katex": "^2.0.3",
|
2017-11-07 18:39:11 +00:00
|
|
|
"md5": "^2.2.1",
|
2017-06-11 21:11:14 +00:00
|
|
|
"moment": "^2.18.1",
|
2017-10-30 18:17:01 +00:00
|
|
|
"prop-types": "^15.6.0",
|
2017-07-10 21:34:26 +00:00
|
|
|
"query-string": "4.3.4",
|
2018-10-02 18:57:31 +00:00
|
|
|
"react": "^16.5.0",
|
|
|
|
"react-native": "^0.57.1",
|
2017-05-16 21:05:53 +00:00
|
|
|
"react-native-action-button": "^2.6.9",
|
2018-10-13 09:32:44 +00:00
|
|
|
"react-native-camera": "^1.3.0",
|
2017-09-10 16:57:06 +00:00
|
|
|
"react-native-datepicker": "^1.6.0",
|
2017-07-12 22:32:08 +00:00
|
|
|
"react-native-dialogbox": "^0.6.6",
|
2017-10-30 18:17:01 +00:00
|
|
|
"react-native-document-picker": "^2.1.0",
|
2017-11-28 20:17:34 +00:00
|
|
|
"react-native-dropdownalert": "^3.1.2",
|
2018-06-30 18:45:21 +00:00
|
|
|
"react-native-file-viewer": "^1.0.5",
|
2018-10-07 17:55:49 +00:00
|
|
|
"react-native-fs": "^2.11.17",
|
2017-11-19 15:18:07 +00:00
|
|
|
"react-native-image-picker": "^0.26.7",
|
2017-10-30 18:17:01 +00:00
|
|
|
"react-native-image-resizer": "^1.0.0",
|
2017-11-18 23:59:07 +00:00
|
|
|
"react-native-material-dropdown": "^0.5.2",
|
2017-09-10 16:57:06 +00:00
|
|
|
"react-native-popup-dialog": "^0.9.35",
|
2017-12-07 23:00:22 +00:00
|
|
|
"react-native-popup-menu": "^0.10.0",
|
2017-11-24 20:14:56 +00:00
|
|
|
"react-native-push-notification": "^3.0.1",
|
2017-12-12 17:51:07 +00:00
|
|
|
"react-native-securerandom": "^0.1.1",
|
2018-07-20 09:04:25 +00:00
|
|
|
"react-native-share-extension": "^1.2.1",
|
2017-10-30 18:17:01 +00:00
|
|
|
"react-native-side-menu": "^1.1.3",
|
2017-07-10 21:34:26 +00:00
|
|
|
"react-native-sqlite-storage": "3.3.*",
|
2017-10-30 18:17:01 +00:00
|
|
|
"react-native-vector-icons": "^4.4.2",
|
2018-11-02 00:43:42 +00:00
|
|
|
"react-native-version-info": "^0.5.1",
|
2017-12-07 22:42:40 +00:00
|
|
|
"react-navigation": "^1.0.0-beta.21",
|
2018-04-30 16:38:19 +00:00
|
|
|
"react-redux": "5.0.7",
|
|
|
|
"redux": "4.0.0",
|
2018-10-07 17:55:49 +00:00
|
|
|
"rn-fetch-blob": "^0.10.13",
|
2018-01-25 19:01:14 +00:00
|
|
|
"stream": "0.0.2",
|
2018-03-17 23:00:01 +00:00
|
|
|
"string-natural-compare": "^2.0.2",
|
2018-09-29 12:15:36 +00:00
|
|
|
"string-padding": "^1.0.2",
|
2018-01-25 19:01:14 +00:00
|
|
|
"timers": "^0.1.1",
|
2018-05-23 11:14:38 +00:00
|
|
|
"url": "^0.11.0",
|
2018-01-25 19:01:14 +00:00
|
|
|
"url-parse": "^1.2.0",
|
2017-12-11 23:52:42 +00:00
|
|
|
"uuid": "^3.0.1",
|
2018-01-30 19:01:07 +00:00
|
|
|
"valid-url": "^1.0.9",
|
2018-01-25 19:01:14 +00:00
|
|
|
"word-wrap": "^1.2.3",
|
|
|
|
"xml2js": "^0.4.19"
|
2017-05-09 19:56:01 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-jest": "19.0.0",
|
|
|
|
"babel-preset-react-native": "1.9.1",
|
|
|
|
"jest": "19.0.2",
|
2017-07-07 22:25:03 +00:00
|
|
|
"react-test-renderer": "16.0.0-alpha.6"
|
2017-05-09 19:56:01 +00:00
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"preset": "react-native"
|
|
|
|
}
|
|
|
|
}
|