mirror of
https://github.com/standardnotes/mobile.git
synced 2026-02-06 05:51:27 -05:00
62 lines
2.2 KiB
JSON
62 lines
2.2 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": "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"
|
|
},
|
|
"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.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/standardnotes/react-native-fingerprint-scanner.git#5984941f452e978da9d18f8ad324a16b0b459580",
|
|
"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",
|
|
"eslint": "^6.7.2",
|
|
"jest": "^24.9.0",
|
|
"metro-react-native-babel-preset": "^0.57.0",
|
|
"react-test-renderer": "16.12.0"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
}
|
|
}
|