mirror of
https://github.com/standardnotes/mobile.git
synced 2026-04-18 21:29:05 -04:00
* Android upgrade * iOS setup without flipper * Add Bridging headers * Bring back AsyncStorage limit * Remove submodules * Remove files from vendor * Use dependencies from forks * Update init command * Remove unused libraries * Working iOS setup * Update AppDelegate.m * Use new flipper
95 lines
3.6 KiB
JSON
95 lines
3.6 KiB
JSON
{
|
|
"name": "StandardNotes",
|
|
"version": "3.0.21",
|
|
"versionIOS": "3.0.21",
|
|
"versionAndroid": "3.0.21",
|
|
"license": "AGPL-3.0-or-later",
|
|
"private": true,
|
|
"scripts": {
|
|
"init": "npm install && cd ios && pod install",
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"start": "react-native start",
|
|
"test": "jest",
|
|
"lint": "eslint .",
|
|
"clear-cache": "watchman watch-del-all && rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-*",
|
|
"bundle-android": "cd android && ./gradlew bundleRelease",
|
|
"apk-android": "cd android && ./gradlew assembleRelease"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-community/async-storage": "1.6.3",
|
|
"base-64": "^0.1.0",
|
|
"bugsnag-react-native": "^2.23.2",
|
|
"immutable": "^3.8.2",
|
|
"lodash": "^4.17.15",
|
|
"moment": "^2.24.0",
|
|
"react": "16.11.0",
|
|
"react-native": "0.62.2",
|
|
"react-native-actionsheet": "standardnotes/react-native-actionsheet#6846f21",
|
|
"react-native-aes": "standardnotes/react-native-aes#3480f65",
|
|
"react-native-alternate-icons": "standardnotes/react-native-alternate-icons#3154f8d",
|
|
"react-native-flag-secure-android": "standardnotes/react-native-flag-secure-android#d0cbae0",
|
|
"react-native-mail": "standardnotes/react-native-mail#9862c76",
|
|
"react-native-search-box": "standardnotes/react-native-search-box#210b036",
|
|
"react-native-fab": "standardnotes/react-native-fab#113661d",
|
|
"react-native-dark-mode": "^0.2.2",
|
|
"react-native-file-viewer": "^2.0.0",
|
|
"react-native-fingerprint-scanner": "standardnotes/react-native-fingerprint-scanner#5984941f452e978da9d18f8ad324a16b0b459580",
|
|
"react-native-fs": "^2.16.2",
|
|
"react-native-gesture-handler": "^1.6.1",
|
|
"react-native-keychain": "^4.0.1",
|
|
"react-native-reanimated": "^1.4.0",
|
|
"react-native-screens": "^1.0.0-alpha.23",
|
|
"react-native-store-review": "^0.1.5",
|
|
"react-native-vector-icons": "6.6.0",
|
|
"react-native-webview": "standardnotes/react-native-webview#92aac04e0f4e1e27edbce9e053436c6777a6f34a",
|
|
"react-navigation": "^4.0.10",
|
|
"react-navigation-drawer": "^2.3.3",
|
|
"react-navigation-header-buttons": "^2.1.1",
|
|
"react-navigation-stack": "^1.10.3",
|
|
"regenerator": "^0.14.2",
|
|
"snjs": "0.2.9",
|
|
"sn-textview": "standardnotes/sn-textview#8b62cb2",
|
|
"stacktrace-parser": "0.1.8",
|
|
"standard-file-js": "0.3.71",
|
|
"standard-notes-rn": "standardnotes/standard-notes-rn"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.9.0",
|
|
"@babel/runtime": "^7.9.2",
|
|
"@react-native-community/eslint-config": "^0.0.5",
|
|
"babel-jest": "^24.9.0",
|
|
"detox": "^16.0.1",
|
|
"eslint": "^6.7.2",
|
|
"faker": "^4.1.0",
|
|
"jest": "^24.9.0",
|
|
"metro-react-native-babel-preset": "^0.58.0",
|
|
"mocha": "^7.1.1",
|
|
"react-test-renderer": "16.11.0"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
},
|
|
"detox": {
|
|
"configurations": {
|
|
"android.emu.debug": {
|
|
"binaryPath": "android/app/build/outputs/apk/debug/app-debug.apk",
|
|
"build": "cd android && ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug && cd ..",
|
|
"type": "android.emulator",
|
|
"device": {
|
|
"avdName": "Pixel_2_XL_API_28"
|
|
}
|
|
},
|
|
"android.emu.release": {
|
|
"binaryPath": "android/app/build/outputs/apk/release/app-release.apk",
|
|
"build": "cd android && ./gradlew assembleRelease assembleAndroidTest -DtestBuildType=release && cd ..",
|
|
"type": "android.emulator",
|
|
"device": {
|
|
"avdName": "Pixel_2_XL_API_28"
|
|
}
|
|
}
|
|
},
|
|
"test-runner": "mocha"
|
|
}
|
|
}
|