web/packages/mobile/package.json
StandardNotes CI e4b858f2e8
chore(release): publish
- @standardnotes/api@1.26.26
 - @standardnotes/clipper@1.1.84
 - @standardnotes/desktop@3.108.15
 - @standardnotes/encryption@1.21.49
 - @standardnotes/features@1.59.7
 - @standardnotes/filepicker@1.28.58
 - @standardnotes/files@1.16.4
 - @standardnotes/mobile@3.55.3
 - @standardnotes/models@1.46.8
 - @standardnotes/releases@1.4.362
 - @standardnotes/responses@1.13.27
 - @standardnotes/services@1.63.1
 - @standardnotes/snjs@2.202.1
 - @standardnotes/ui-services@1.28.1
 - @standardnotes/utils@1.17.5
 - @standardnotes/web@3.166.2
2023-07-12 12:22:07 +00:00

70 lines
3.2 KiB
JSON

{
"name": "@standardnotes/mobile",
"version": "3.55.3",
"author": "Standard Notes.",
"private": true,
"license": "AGPL-3.0-or-later",
"scripts": {
"android-dev": "react-native run-android --variant devDebug --appIdSuffix dev",
"android-prod-debug": "react-native run-android --variant prodDebug",
"android-prod-release": "yarn run android:bundle && react-native run-android --variant prodRelease",
"android:bundle": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/build/intermediates/res/merged/release/",
"build": "yarn bundle:web && yarn install:pods && yarn android:bundle",
"clear-cache": "watchman watch-del-all && rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-*",
"format:fix": "yarn format --write",
"format": "prettier ./src",
"install:pods": "yarn pod-install ios",
"ios-dev": "react-native run-ios --scheme StandardNotesDev",
"ios-prod": "react-native run-ios --scheme StandardNotes",
"lint:fix": "yarn lint --fix",
"lint": "yarn eslint src --ext .ts,.tsx",
"pods": "yarn install:pods",
"start": "react-native start",
"tsc": "tsc --noEmit",
"upgrade:snjs": "ncu -u '@standardnotes/*'",
"bundle:web": "mkdir -p html/Web.bundle/src/web-src/ && cp -r ../web/dist/. html/Web.bundle/src/web-src/"
},
"installConfig": {
"hoistingLimits": "workspaces"
},
"devDependencies": {
"@babel/core": "*",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.20.1",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-community/eslint-config": "^3.2.0",
"@standardnotes/config": "^2.4.3",
"@standardnotes/react-native-utils": "1.0.1",
"@standardnotes/snjs": "workspace:*",
"@standardnotes/web": "workspace:*",
"@types/react": "^18.0.25",
"@types/react-native": "^0.70.6",
"@typescript-eslint/eslint-plugin": "*",
"@typescript-eslint/parser": "*",
"babel-jest": "^29.3.1",
"detox": "^20.0.3",
"eslint": "^8.27.0",
"eslint-plugin-prettier": "^4.2.1",
"get-yarn-workspaces": "^1.0.2",
"metro-react-native-babel-preset": "^0.73.3",
"npm-check-updates": "*",
"pod-install": "^0.1.38",
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^3.2.0",
"react": "18.2.0",
"react-native": "0.71.3",
"react-native-file-viewer": "^2.1.5",
"react-native-fingerprint-scanner": "standardnotes/react-native-fingerprint-scanner#b55d1c0ca627a87a130f758603f12911fbac200f",
"react-native-flag-secure-android": "standardnotes/react-native-flag-secure-android#cb08e74583c22a5d912842459b35ebbbb4bcd852",
"react-native-fs": "^2.20.0",
"react-native-iap": "^12.7.4",
"react-native-keychain": "standardnotes/react-native-keychain#d277d360494cbd02be4accb4a360772a8e0e97b6",
"react-native-mmkv": "^2.6.2",
"react-native-privacy-snapshot": "standardnotes/react-native-privacy-snapshot#653e904c90fc6f2b578da59138f2bfe5d7f942fe",
"react-native-share": "^8.2.0",
"react-native-version-info": "^1.1.1",
"react-native-webview": "11.26.1",
"typescript": "^4.9.3"
}
}