mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-28 16:06:47 +01:00
32 lines
1.0 KiB
JSON
32 lines
1.0 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": "*"
|
|
}
|
|
}
|