1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-12 08:54:00 +02:00
joplin/packages/app-mobile/package.json

122 lines
4.1 KiB
JSON
Raw Normal View History

2017-05-06 16:37:28 +02:00
{
"name": "@joplin/app-mobile",
2019-06-15 01:57:13 +02:00
"description": "Joplin for Mobile",
2022-12-21 12:00:31 +02:00
"license": "AGPL-3.0-or-later",
2023-12-17 17:07:31 +02:00
"version": "2.14.0",
2017-05-09 21:56:01 +02:00
"private": true,
"scripts": {
"start": "BROWSERSLIST_IGNORE_OLD_DATA=true react-native start --reset-cache",
"android": "react-native run-android",
"build": "NO_FLIPPER=1 gulp build",
"tsc": "tsc --project tsconfig.json",
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
2020-11-05 18:58:23 +02:00
"clean": "node tools/clean.js",
"buildInjectedJs": "gulp buildInjectedJs",
"test": "jest",
"test-ci": "yarn test",
"watchInjectedJs": "gulp watchInjectedJs",
"postinstall": "jetify"
2017-05-09 21:56:01 +02:00
},
"dependencies": {
"@bam.tech/react-native-image-resizer": "3.0.7",
2023-12-17 17:07:31 +02:00
"@joplin/editor": "~2.14",
"@joplin/lib": "~2.14",
"@joplin/react-native-alarm-notification": "~2.14",
"@joplin/react-native-saf-x": "~2.14",
"@joplin/renderer": "~2.14",
"@joplin/utils": "~2.14",
2022-11-05 15:09:41 +02:00
"@react-native-community/clipboard": "1.5.1",
"@react-native-community/datetimepicker": "7.6.2",
"@react-native-community/geolocation": "3.1.0",
"@react-native-community/netinfo": "9.5.0",
"@react-native-community/push-notification-ios": "1.11.0",
"@react-native-community/slider": "4.4.4",
2022-11-05 15:09:41 +02:00
"assert-browserify": "2.0.0",
2022-11-08 22:46:32 +02:00
"buffer": "6.0.3",
2022-11-05 15:09:41 +02:00
"constants-browserify": "1.0.0",
"crypto-browserify": "3.12.0",
"deprecated-react-native-prop-types": "5.0.0",
2022-11-05 15:09:41 +02:00
"events": "3.3.0",
2019-06-14 23:31:01 +02:00
"jsc-android": "241213.1.0",
2023-01-08 19:23:53 +02:00
"lodash": "4.17.21",
2022-11-05 15:09:41 +02:00
"md5": "2.3.0",
2023-07-18 15:58:06 +02:00
"path-browserify": "1.0.1",
"prop-types": "15.8.1",
"punycode": "2.3.1",
2022-11-15 00:37:49 +02:00
"react": "18.2.0",
2023-06-10 18:02:58 +02:00
"react-native": "0.71.10",
"react-native-camera": "4.2.1",
"react-native-device-info": "10.12.0",
2022-11-05 15:09:41 +02:00
"react-native-dialogbox": "0.6.10",
"react-native-document-picker": "9.0.1",
"react-native-dropdownalert": "5.1.0",
"react-native-exit-app": "2.0.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.10.0",
"react-native-image-picker": "7.1.0",
"react-native-localize": "3.0.5",
"react-native-modal-datetime-picker": "17.1.0",
"react-native-paper": "5.11.7",
"react-native-popup-menu": "0.16.1",
2022-11-05 15:09:41 +02:00
"react-native-quick-actions": "0.3.13",
"react-native-rsa-native": "2.0.5",
"react-native-safe-area-context": "4.7.4",
2022-11-11 14:22:52 +02:00
"react-native-securerandom": "1.0.1",
"react-native-share": "9.4.1",
"react-native-side-menu-updated": "1.3.2",
"react-native-sqlite-storage": "6.0.1",
"react-native-url-polyfill": "2.0.0",
"react-native-vector-icons": "10.0.3",
2022-11-05 15:09:41 +02:00
"react-native-version-info": "1.1.1",
2023-05-07 18:53:19 +02:00
"react-native-vosk": "0.1.12",
"react-native-webview": "13.6.4",
"react-native-zip-archive": "6.1.0",
"react-redux": "8.1.3",
"redux": "4.2.1",
"rn-fetch-blob": "0.12.0",
"stream": "0.0.2",
2022-11-05 15:09:41 +02:00
"stream-browserify": "3.0.0",
"string-natural-compare": "3.0.1",
2023-07-18 15:58:06 +02:00
"tar-stream": "3.1.6",
2022-11-05 15:09:41 +02:00
"timers": "0.1.1",
"url": "0.11.3"
2017-05-09 21:56:01 +02:00
},
"devDependencies": {
2023-06-10 18:02:58 +02:00
"@babel/core": "7.20.2",
"@babel/preset-env": "7.20.2",
"@babel/runtime": "7.20.0",
2023-12-17 17:07:31 +02:00
"@joplin/tools": "~2.14",
"@js-draw/material-icons": "1.15.0",
"@testing-library/jest-native": "5.4.3",
"@testing-library/react-native": "12.3.3",
2023-06-10 18:02:58 +02:00
"@tsconfig/react-native": "2.0.2",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.8",
"@types/react": "18.2.47",
"@types/react-native": "0.70.6",
"@types/react-redux": "7.1.33",
"@types/tar-stream": "3.1.3",
"babel-jest": "29.7.0",
2022-11-05 16:47:55 +02:00
"babel-plugin-module-resolver": "4.1.0",
"fs-extra": "11.2.0",
2022-11-05 16:47:55 +02:00
"gulp": "4.0.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jetifier": "2.0.0",
"js-draw": "1.16.1",
"jsdom": "22.1.0",
2023-06-10 18:02:58 +02:00
"metro-react-native-babel-preset": "0.73.9",
"nodemon": "3.0.2",
2023-07-18 15:58:06 +02:00
"react-test-renderer": "18.2.0",
"sqlite3": "5.1.6",
"ts-jest": "29.1.1",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"typescript": "5.2.2",
"uglify-js": "3.17.4",
2022-11-05 16:47:55 +02:00
"webpack": "5.74.0"
2017-05-09 21:56:01 +02:00
}
}