1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-03 08:35:29 +02:00
joplin/ReactNativeClient/package.json

73 lines
2.1 KiB
JSON
Raw Normal View History

2017-05-06 16:37:28 +02:00
{
2017-07-08 00:25:03 +02:00
"name": "Joplin",
"description": "Joplin for Android",
"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",
2018-02-04 19:12:24 +02:00
"test": "jest",
"postinstall": "node ../Tools/copycss.js"
2017-05-09 21:56:01 +02:00
},
"dependencies": {
"async-mutex": "^0.1.3",
"base-64": "^0.1.0",
"buffer": "^5.0.8",
"events": "^1.1.1",
"form-data": "^2.1.4",
2017-07-26 21:00:52 +02:00
"html-entities": "^1.2.1",
2018-11-14 00:42:06 +02:00
"katex": "^0.10.0",
"markdown-it": "^8.4.0",
"markdown-it-katex": "^2.0.3",
"md5": "^2.2.1",
2017-06-11 23:11:14 +02:00
"moment": "^2.18.1",
"prop-types": "^15.6.0",
2017-07-10 23:34:26 +02:00
"query-string": "4.3.4",
"react": "^16.6.3",
"react-native": "^0.57.8",
2017-05-16 23:05:53 +02:00
"react-native-action-button": "^2.6.9",
2018-10-13 11:32:44 +02:00
"react-native-camera": "^1.3.0",
2017-09-10 18:57:06 +02:00
"react-native-datepicker": "^1.6.0",
2017-07-13 00:32:08 +02:00
"react-native-dialogbox": "^0.6.6",
"react-native-document-picker": "^2.1.0",
2017-11-28 22:17:34 +02:00
"react-native-dropdownalert": "^3.1.2",
"react-native-file-viewer": "^1.0.5",
"react-native-fs": "^2.11.17",
"react-native-image-picker": "^0.26.7",
"react-native-image-resizer": "^1.0.0",
"react-native-material-dropdown": "^0.5.2",
2017-09-10 18:57:06 +02:00
"react-native-popup-dialog": "^0.9.35",
"react-native-popup-menu": "^0.10.0",
"react-native-push-notification": "^3.1.2",
"react-native-securerandom": "^0.1.1",
"react-native-share-extension": "^1.2.1",
"react-native-side-menu": "^1.1.3",
2017-07-10 23:34:26 +02:00
"react-native-sqlite-storage": "3.3.*",
"react-native-vector-icons": "^4.4.2",
2018-11-02 02:43:42 +02:00
"react-native-version-info": "^0.5.1",
"react-navigation": "^1.0.0-beta.21",
"react-redux": "5.0.7",
"redux": "4.0.0",
"rn-fetch-blob": "^0.10.13",
"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",
"timers": "^0.1.1",
"url": "^0.11.0",
"url-parse": "^1.2.0",
"uuid": "^3.0.1",
"valid-url": "^1.0.9",
"word-wrap": "^1.2.3",
"xml2js": "^0.4.19"
2017-05-09 21:56:01 +02:00
},
"devDependencies": {
"babel-jest": "19.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "19.0.2",
"react-test-renderer": "^16.6.3"
2017-05-09 21:56:01 +02:00
},
"jest": {
"preset": "react-native"
}
}