mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
108 lines
3.4 KiB
JSON
108 lines
3.4 KiB
JSON
{
|
|
"name": "Joplin",
|
|
"description": "Joplin for Mobile",
|
|
"license": "MIT",
|
|
"version": "0.8.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "react-native start --reset-cache",
|
|
"build": "gulp build",
|
|
"postinstall": "patch-package --patch-dir ../patches/shared && jetify && npm run build"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-community/clipboard": "^1.5.0",
|
|
"@react-native-community/datetimepicker": "^3.0.3",
|
|
"@react-native-community/geolocation": "^2.0.2",
|
|
"@react-native-community/push-notification-ios": "^1.6.0",
|
|
"@react-native-community/slider": "^3.0.3",
|
|
"async-mutex": "^0.1.3",
|
|
"aws-sdk": "^2.588.0",
|
|
"base-64": "^0.1.0",
|
|
"buffer": "^5.0.8",
|
|
"color": "^3.1.2",
|
|
"diacritics": "^1.3.0",
|
|
"diff-match-patch": "^1.0.4",
|
|
"events": "^1.1.1",
|
|
"font-awesome-filetypes": "^2.1.0",
|
|
"form-data": "^2.1.4",
|
|
"highlight.js": "10.1.1",
|
|
"html-entities": "^1.2.1",
|
|
"htmlparser2": "^4.1.0",
|
|
"immer": "^7.0.9",
|
|
"jsc-android": "241213.1.0",
|
|
"json-stringify-safe": "^5.0.1",
|
|
"katex": "^0.12.0",
|
|
"markdown-it": "^10.0.0",
|
|
"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",
|
|
"md5": "^2.2.1",
|
|
"mermaid": "^8.8.1",
|
|
"moment": "^2.24.0",
|
|
"nanoid": "^3.1.12",
|
|
"prop-types": "^15.6.0",
|
|
"punycode": "^2.1.1",
|
|
"query-string": "4.3.4",
|
|
"re-reselect": "^4.0.0",
|
|
"react": "16.13.1",
|
|
"react-async": "^10.0.0",
|
|
"react-native": "0.63.3",
|
|
"react-native-action-button": "^2.8.5",
|
|
"react-native-alarm-notification": "^1.7.1",
|
|
"react-native-camera": "^3.40.0",
|
|
"react-native-dialogbox": "^0.6.10",
|
|
"react-native-document-picker": "^4.0.0",
|
|
"react-native-dropdownalert": "^3.1.2",
|
|
"react-native-file-viewer": "^2.1.4",
|
|
"react-native-fs": "^2.16.6",
|
|
"react-native-image-picker": "^2.3.4",
|
|
"react-native-image-resizer": "^1.3.0",
|
|
"react-native-modal-datetime-picker": "^9.0.0",
|
|
"react-native-popup-dialog": "^0.9.41",
|
|
"react-native-popup-menu": "^0.10.0",
|
|
"react-native-quick-actions": "^0.3.13",
|
|
"react-native-securerandom": "^1.0.0-rc.0",
|
|
"react-native-share": "^4.0.2",
|
|
"react-native-side-menu": "^1.1.3",
|
|
"react-native-sqlite-storage": "^5.0.0",
|
|
"react-native-vector-icons": "^7.1.0",
|
|
"react-native-version-info": "^1.1.0",
|
|
"react-native-webview": "^10.9.2",
|
|
"react-redux": "5.0.7",
|
|
"redux": "4.0.0",
|
|
"reselect": "^4.0.0",
|
|
"rn-fetch-blob": "^0.12.0",
|
|
"stream": "0.0.2",
|
|
"string-natural-compare": "^2.0.2",
|
|
"string-padding": "^1.0.2",
|
|
"timers": "^0.1.1",
|
|
"url": "^0.11.0",
|
|
"url-parse": "^1.4.7",
|
|
"uslug": "git+https://github.com/laurent22/uslug.git#emoji-support",
|
|
"uuid": "^3.0.1",
|
|
"valid-url": "^1.0.9",
|
|
"word-wrap": "^1.2.3",
|
|
"xml2js": "^0.4.19"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.11.6",
|
|
"@babel/runtime": "^7.11.2",
|
|
"app-module-path": "^2.2.0",
|
|
"execa": "^4.0.0",
|
|
"fs-extra": "^8.1.0",
|
|
"gulp": "^4.0.2",
|
|
"jetifier": "^1.6.5",
|
|
"metro-react-native-babel-preset": "^0.63.0",
|
|
"patch-package": "^6.2.2"
|
|
}
|
|
}
|