mirror of
https://github.com/standardnotes/mobile.git
synced 2026-04-19 21:58:51 -04:00
88 lines
3.0 KiB
JSON
88 lines
3.0 KiB
JSON
{
|
|
"name": "StandardNotes",
|
|
"version": "3.0.22",
|
|
"versionIOS": "3.0.22",
|
|
"versionAndroid": "3.0.22",
|
|
"license": "AGPL-3.0-or-later",
|
|
"private": true,
|
|
"scripts": {
|
|
"init": "git submodule update --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",
|
|
"postinstall": "patch-package"
|
|
},
|
|
"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",
|
|
"patch-package": "^6.2.2",
|
|
"react": "16.12.0",
|
|
"react-native": "0.61.5",
|
|
"react-native-dark-mode": "^0.2.1",
|
|
"react-native-file-viewer": "^2.0.0",
|
|
"react-native-fingerprint-scanner": "https://github.com/hieuvp/react-native-fingerprint-scanner.git#0d9f8219cbff9dfd8811f120ac48c4c74593fb94",
|
|
"react-native-fs": "^2.16.2",
|
|
"react-native-gesture-handler": "^1.5.2",
|
|
"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": "https://github.com/standardnotes/react-native-webview.git#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",
|
|
"stacktrace-parser": "0.1.8",
|
|
"standard-file-js": "0.3.71"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.7.4",
|
|
"@babel/runtime": "^7.7.4",
|
|
"@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.57.0",
|
|
"mocha": "^7.1.1",
|
|
"react-test-renderer": "16.12.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"
|
|
}
|
|
}
|