2022-08-10 18:15:58 +05:00
|
|
|
{
|
2022-08-27 15:23:11 +05:00
|
|
|
"name": "@notesnook/mobile",
|
2023-04-27 12:49:02 +05:00
|
|
|
"version": "2.4.14",
|
2022-08-10 18:15:58 +05:00
|
|
|
"private": true,
|
2022-09-26 15:30:16 +05:00
|
|
|
"license": "GPL-3.0-or-later",
|
2022-08-16 16:48:10 +05:00
|
|
|
"workspaces": [
|
|
|
|
|
"native/",
|
|
|
|
|
"app/"
|
|
|
|
|
],
|
2022-08-10 18:15:58 +05:00
|
|
|
"scripts": {
|
2022-09-07 09:37:39 +05:00
|
|
|
"postinstall": "patch-package",
|
2022-09-01 14:59:03 +05:00
|
|
|
"run-android": "cd native && react-native run-android --active-arch-only",
|
2022-08-29 16:19:17 +05:00
|
|
|
"run-ios": "cd native && react-native run-ios",
|
|
|
|
|
"start": "cd native && react-native start",
|
|
|
|
|
"repack": "cd native && react-native webpack-start",
|
2022-09-01 14:59:03 +05:00
|
|
|
"install-pods": "cd native/ios && pod install",
|
|
|
|
|
"build-ios": "cd native && detox build -c ios.sim.release",
|
2023-03-17 16:18:57 +05:00
|
|
|
"build-android": " cd native && detox build -c android.emu.release",
|
2022-09-01 14:59:03 +05:00
|
|
|
"e2e-android": "cd native && detox test --configuration android.emu.release --detectOpenHandles",
|
|
|
|
|
"e2e-ios": "cd native && detox test -c ios.sim.release --detectOpenHandles",
|
2022-09-28 18:03:37 +05:00
|
|
|
"bump": "cd native && npx react-native bump-version --skip-semver-for android",
|
2022-09-22 15:18:48 +05:00
|
|
|
"release-android": "cd native/android && GITHUB_RELEASE=true ENVFILE=.env.public ./gradlew assembleRelease --no-daemon",
|
2022-09-22 17:57:13 +05:00
|
|
|
"release-android-bundle": "cd native/android && ./gradlew bundleRelease --no-daemon"
|
2022-08-10 18:15:58 +05:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"patch-package": "^6.4.7",
|
2023-01-06 11:15:35 +05:00
|
|
|
"typescript": "^4.8.2",
|
|
|
|
|
"otplib": "12.0.1"
|
2022-08-29 16:19:17 +05:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2023-04-01 23:20:29 +05:00
|
|
|
"react": "18.0.0",
|
|
|
|
|
"react-native": "0.69.7",
|
2022-09-01 14:59:03 +05:00
|
|
|
"@notesnook/core": "*",
|
2022-08-30 16:59:43 +05:00
|
|
|
"@notesnook/editor": "*",
|
2023-04-01 23:20:29 +05:00
|
|
|
"@notesnook/editor-mobile": "*"
|
2022-08-10 18:15:58 +05:00
|
|
|
}
|
2023-04-05 02:45:02 +05:00
|
|
|
}
|