mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 03:37:55 +01:00
27 lines
770 B
JSON
27 lines
770 B
JSON
{
|
|
"name": "@notesnook/mobile",
|
|
"version": "2.1.7",
|
|
"private": true,
|
|
"workspaces": [
|
|
"native/",
|
|
"app/"
|
|
],
|
|
"scripts": {
|
|
"postinstall": "yarn patch-package",
|
|
"patch-lib": "./scripts/patch-package.sh",
|
|
"run-android": "cd native && REACT_NATIVE_DEPENDENCIES=$HOME/Repos/notesnook-mobile/rn-build-deps/ 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"
|
|
},
|
|
"devDependencies": {
|
|
"patch-package": "^6.4.7",
|
|
"postinstall-postinstall": "^2.1.0",
|
|
"typescript": "^4.8.2"
|
|
},
|
|
"dependencies": {
|
|
"@notesnook/editor": "*"
|
|
}
|
|
}
|