Files
notesnook/apps/mobile/package.json
2022-09-14 13:28:07 +05:00

33 lines
1.1 KiB
JSON

{
"name": "@notesnook/mobile",
"version": "2.1.8",
"private": true,
"workspaces": [
"native/",
"app/"
],
"scripts": {
"postinstall": "patch-package",
"run-android": "cd native && react-native run-android --active-arch-only",
"run-ios": "cd native && react-native run-ios",
"start": "cd native && react-native start",
"repack": "cd native && react-native webpack-start",
"install-pods": "cd native/ios && pod install",
"build-ios": "cd native && detox build -c ios.sim.release",
"build-android": "cd native && detox build -c android.emu.release",
"e2e-android": "cd native && detox test --configuration android.emu.release --detectOpenHandles",
"e2e-ios": "cd native && detox test -c ios.sim.release --detectOpenHandles",
"bump": "npx react-native bump-version --skip-semver-for android"
},
"devDependencies": {
"patch-package": "^6.4.7",
"typescript": "^4.8.2"
},
"dependencies": {
"@notesnook/core": "*",
"@notesnook/editor": "*",
"@notesnook/editor-mobile": "*",
"react-native-actions-shortcuts": "^1.0.1"
}
}