mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
c758377188
Also improved SCSS support, which was needed for the master password dialog.
94 lines
3.3 KiB
JSON
94 lines
3.3 KiB
JSON
{
|
|
"name": "@joplin/app-mobile",
|
|
"description": "Joplin for Mobile",
|
|
"license": "MIT",
|
|
"version": "0.8.9",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "react-native start --reset-cache",
|
|
"build": "gulp build",
|
|
"tsc": "node node_modules/typescript/bin/tsc --project tsconfig.json",
|
|
"watch": "node node_modules/typescript/bin/tsc --watch --project tsconfig.json",
|
|
"clean": "node tools/clean.js",
|
|
"buildInjectedJs": "gulp buildInjectedJs",
|
|
"watchInjectedJs": "nodemon --verbose --watch components/NoteEditor/CodeMirror.ts --exec \"npm run buildInjectedJs\"",
|
|
"postinstall": "jetify && npm run build"
|
|
},
|
|
"dependencies": {
|
|
"@joplin/lib": "~2.4",
|
|
"@joplin/renderer": "~2.4",
|
|
"@react-native-community/clipboard": "^1.5.0",
|
|
"@react-native-community/datetimepicker": "^3.0.3",
|
|
"@react-native-community/geolocation": "^2.0.2",
|
|
"@react-native-community/netinfo": "^6.0.0",
|
|
"@react-native-community/push-notification-ios": "^1.6.0",
|
|
"@react-native-community/slider": "^3.0.3",
|
|
"assert-browserify": "^2.0.0",
|
|
"buffer": "^5.0.8",
|
|
"constants-browserify": "^1.0.0",
|
|
"crypto-browserify": "^3.12.0",
|
|
"events": "^3.2.0",
|
|
"joplin-rn-alarm-notification": "^1.0.3",
|
|
"jsc-android": "241213.1.0",
|
|
"md5": "^2.2.1",
|
|
"prop-types": "^15.6.0",
|
|
"punycode": "^2.1.1",
|
|
"react": "17.0.1",
|
|
"react-native": "0.64.2",
|
|
"react-native-action-button": "^2.8.5",
|
|
"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-rsa-native": "^2.0.4",
|
|
"react-native-securerandom": "^1.0.0-rc.0",
|
|
"react-native-share": "^5.1.5",
|
|
"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",
|
|
"rn-fetch-blob": "^0.12.0",
|
|
"stream": "0.0.2",
|
|
"stream-browserify": "^3.0.0",
|
|
"string-natural-compare": "^2.0.2",
|
|
"timers": "^0.1.1",
|
|
"valid-url": "^1.0.9"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.9",
|
|
"@babel/runtime": "^7.12.5",
|
|
"@codemirror/highlight": "^0.18.4",
|
|
"@codemirror/history": "^0.18.1",
|
|
"@codemirror/lang-markdown": "^0.18.4",
|
|
"@codemirror/state": "^0.18.7",
|
|
"@codemirror/view": "^0.18.19",
|
|
"@joplin/tools": "~2.4",
|
|
"@rollup/plugin-node-resolve": "^13.0.0",
|
|
"@rollup/plugin-typescript": "^8.2.1",
|
|
"@types/node": "^14.14.6",
|
|
"@types/react": "^16.9.55",
|
|
"@types/react-native": "^0.64.4",
|
|
"babel-plugin-module-resolver": "^4.1.0",
|
|
"execa": "^4.0.0",
|
|
"fs-extra": "^8.1.0",
|
|
"gulp": "^4.0.2",
|
|
"jetifier": "^1.6.5",
|
|
"metro-react-native-babel-preset": "^0.64.0",
|
|
"nodemon": "^2.0.12",
|
|
"rollup": "^2.53.1",
|
|
"typescript": "^4.0.5",
|
|
"uglify-js": "^3.13.10"
|
|
}
|
|
}
|