mirror of
https://github.com/standardnotes/mobile.git
synced 2026-04-18 21:29:05 -04:00
49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"name": "StandardNotes",
|
|
"version": "3.0.13",
|
|
"versionIOS": "3.0.13",
|
|
"versionAndroid": "3.0.13",
|
|
"license": "AGPL-3.0-or-later",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node node_modules/react-native/local-cli/cli.js start",
|
|
"android": "cd ./android && ./gradlew app:assembleDebug && ./gradlew installDebug",
|
|
"clear-cache": "watchman watch-del-all && rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-*",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-community/async-storage": "1.4.0",
|
|
"base-64": "^0.1.0",
|
|
"bugsnag-react-native": "^2.12.6",
|
|
"immutable": "^3.8.1",
|
|
"lodash": "^4.17.11",
|
|
"moment": "^2.23.0",
|
|
"react": "16.8.3",
|
|
"react-native": "0.59.10",
|
|
"react-native-file-viewer": "^1.0.10",
|
|
"react-native-fs": "^2.13.3",
|
|
"react-native-gesture-handler": "^1.0.12",
|
|
"react-native-keychain": "^1.2.1",
|
|
"react-native-store-review": "^0.1.3",
|
|
"react-native-vector-icons": "6.1.0",
|
|
"react-native-webview": "5.8.1",
|
|
"react-navigation": "^3.13.0",
|
|
"react-navigation-header-buttons": "^2.1.1",
|
|
"regenerator": "^0.13.3",
|
|
"snjs": "0.2.8",
|
|
"standard-file-js": "0.3.67",
|
|
"stacktrace-parser": "0.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.4.5",
|
|
"@babel/runtime": "^7.4.5",
|
|
"babel-jest": "^24.8.0",
|
|
"jest": "23.6.0",
|
|
"metro-react-native-babel-preset": "^0.54.1",
|
|
"react-test-renderer": "16.8.3"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
}
|
|
}
|