mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-25 16:09:42 +01:00
37 lines
1.4 KiB
JSON
37 lines
1.4 KiB
JSON
{
|
|
"name": "@notesnook/mobile",
|
|
"version": "2.4.11",
|
|
"private": true,
|
|
"license": "GPL-3.0-or-later",
|
|
"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": "cd native && npx react-native bump-version --skip-semver-for android",
|
|
"release-android": "cd native/android && GITHUB_RELEASE=true ENVFILE=.env.public ./gradlew assembleRelease --no-daemon",
|
|
"release-android-bundle": "cd native/android && ./gradlew bundleRelease --no-daemon"
|
|
},
|
|
"devDependencies": {
|
|
"patch-package": "^6.4.7",
|
|
"typescript": "^4.8.2",
|
|
"otplib": "12.0.1"
|
|
},
|
|
"dependencies": {
|
|
"react": "18.0.0",
|
|
"react-native": "0.69.7",
|
|
"@notesnook/core": "*",
|
|
"@notesnook/editor": "*",
|
|
"@notesnook/editor-mobile": "*"
|
|
}
|
|
} |