mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-12 08:54:00 +02:00
12746c5ff9
This reverts commit 40e0037d50
.
It doesn't build on Android:
> Task :react-native-reanimated:buildCMakeRelWithDebInfo[arm64-v8a] FAILED
C/C++: ninja: error: '../../../../build/third-party-ndk/hermes/jni/arm64-v8a/libhermes.so',
needed by '../../../../build-main/intermediates/cxx/RelWithDebInfo/6w4f694p/obj/arm64-v8a/libreanimated.so',
missing and no known rule to make it
122 lines
4.1 KiB
JSON
122 lines
4.1 KiB
JSON
{
|
|
"name": "@joplin/app-mobile",
|
|
"description": "Joplin for Mobile",
|
|
"license": "AGPL-3.0-or-later",
|
|
"version": "2.11.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "BROWSERSLIST_IGNORE_OLD_DATA=true react-native start --reset-cache",
|
|
"android": "react-native run-android",
|
|
"build": "gulp build",
|
|
"tsc": "tsc --project tsconfig.json",
|
|
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
|
|
"clean": "node tools/clean.js",
|
|
"buildInjectedJs": "gulp buildInjectedJs",
|
|
"test": "jest",
|
|
"test-ci": "yarn test",
|
|
"watchInjectedJs": "gulp watchInjectedJs",
|
|
"postinstall": "jetify && yarn run build"
|
|
},
|
|
"dependencies": {
|
|
"@joplin/lib": "~2.11",
|
|
"@joplin/react-native-alarm-notification": "~2.11",
|
|
"@joplin/react-native-saf-x": "~2.11",
|
|
"@joplin/renderer": "~2.11",
|
|
"@react-native-community/clipboard": "1.5.1",
|
|
"@react-native-community/datetimepicker": "6.7.5",
|
|
"@react-native-community/geolocation": "2.1.0",
|
|
"@react-native-community/netinfo": "9.3.10",
|
|
"@react-native-community/push-notification-ios": "1.11.0",
|
|
"@react-native-community/slider": "4.4.2",
|
|
"assert-browserify": "2.0.0",
|
|
"buffer": "6.0.3",
|
|
"constants-browserify": "1.0.0",
|
|
"crypto-browserify": "3.12.0",
|
|
"deprecated-react-native-prop-types": "4.0.0",
|
|
"events": "3.3.0",
|
|
"jsc-android": "241213.1.0",
|
|
"lodash": "4.17.21",
|
|
"md5": "2.3.0",
|
|
"prop-types": "15.8.1",
|
|
"punycode": "2.3.0",
|
|
"react": "18.2.0",
|
|
"react-native": "0.70.6",
|
|
"react-native-action-button": "2.8.5",
|
|
"react-native-camera": "4.2.1",
|
|
"react-native-dialogbox": "0.6.10",
|
|
"react-native-document-picker": "8.2.0",
|
|
"react-native-dropdownalert": "4.5.1",
|
|
"react-native-exit-app": "1.1.0",
|
|
"react-native-file-viewer": "2.1.5",
|
|
"react-native-fingerprint-scanner": "6.0.0",
|
|
"react-native-fs": "2.20.0",
|
|
"react-native-get-random-values": "1.8.0",
|
|
"react-native-image-picker": "5.3.1",
|
|
"react-native-image-resizer": "1.4.5",
|
|
"react-native-localize": "3.0.0",
|
|
"react-native-modal-datetime-picker": "14.0.1",
|
|
"react-native-paper": "5.8.0",
|
|
"react-native-popup-menu": "0.16.1",
|
|
"react-native-quick-actions": "0.3.13",
|
|
"react-native-rsa-native": "2.0.5",
|
|
"react-native-safe-area-context": "4.5.2",
|
|
"react-native-securerandom": "1.0.1",
|
|
"react-native-share": "8.2.2",
|
|
"react-native-side-menu-updated": "1.3.2",
|
|
"react-native-sqlite-storage": "6.0.1",
|
|
"react-native-url-polyfill": "1.3.0",
|
|
"react-native-vector-icons": "9.2.0",
|
|
"react-native-version-info": "1.1.1",
|
|
"react-native-vosk": "0.1.12",
|
|
"react-native-webview": "11.26.1",
|
|
"react-redux": "7.2.9",
|
|
"redux": "4.2.1",
|
|
"rn-fetch-blob": "0.12.0",
|
|
"stream": "0.0.2",
|
|
"stream-browserify": "3.0.0",
|
|
"string-natural-compare": "3.0.1",
|
|
"timers": "0.1.1",
|
|
"url": "0.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.16.0",
|
|
"@babel/runtime": "7.16.3",
|
|
"@codemirror/commands": "6.2.2",
|
|
"@codemirror/lang-cpp": "6.0.2",
|
|
"@codemirror/lang-html": "6.4.3",
|
|
"@codemirror/lang-java": "6.0.1",
|
|
"@codemirror/lang-javascript": "6.1.5",
|
|
"@codemirror/lang-markdown": "6.1.0",
|
|
"@codemirror/lang-php": "6.0.1",
|
|
"@codemirror/lang-rust": "6.0.1",
|
|
"@codemirror/language": "6.6.0",
|
|
"@codemirror/legacy-modes": "6.3.2",
|
|
"@codemirror/search": "6.3.0",
|
|
"@codemirror/state": "6.2.0",
|
|
"@codemirror/view": "6.9.3",
|
|
"@joplin/tools": "~2.11",
|
|
"@lezer/highlight": "1.1.4",
|
|
"@types/fs-extra": "9.0.13",
|
|
"@types/jest": "29.2.6",
|
|
"@types/react-native": "0.70.6",
|
|
"@types/react-redux": "7.1.25",
|
|
"babel-plugin-module-resolver": "4.1.0",
|
|
"execa": "4.1.0",
|
|
"fs-extra": "11.1.1",
|
|
"gulp": "4.0.2",
|
|
"jest": "29.4.3",
|
|
"jest-environment-jsdom": "29.4.3",
|
|
"jetifier": "2.0.0",
|
|
"jsdom": "21.1.2",
|
|
"md5-file": "5.0.0",
|
|
"metro-react-native-babel-preset": "0.72.3",
|
|
"nodemon": "2.0.22",
|
|
"ts-jest": "29.0.5",
|
|
"ts-loader": "9.4.2",
|
|
"ts-node": "10.9.1",
|
|
"typescript": "4.9.4",
|
|
"uglify-js": "3.17.4",
|
|
"webpack": "5.74.0"
|
|
}
|
|
}
|