|
10 | 10 | "clean-all": "yarn clean && rm -rf ~/Library/Developer/Xcode/DerivedData/Comm-*; cd android && (./gradlew clean || true)",
|
11 | 11 | "postinstall": "cd ../ && echo '{\"name\": \"olm\", \"version\": \"3.2.4\"}' > ./node_modules/olm/package.json && yarn patch-package && yarn flow-mono create-symlinks native && cd native && yarn jetify && npx pod-patch && cd ios && (pod install || true)",
|
12 | 12 | "start": "yarn react-native start",
|
13 |
| - "dev": "yarn concurrently --names=\"REDUX,METRO\" -c \"bgGreen.bold,bgBlue.bold\" \"yarn remotedev\" \"yarn start\"", |
| 13 | + "dev": "yarn concurrently --names=\"REDUX,METRO\" -c \"bgGreen.bold,bgBlue.bold\" \"yarn redux-devtools\" \"yarn start\"", |
14 | 14 | "test": "yarn jest",
|
15 | 15 | "logfirebase": "adb shell logcat | grep -E -i 'FIRMessagingModule|firebase'",
|
16 |
| - "remotedev": "remotedev --port=8043", |
| 16 | + "redux-devtools": "redux-devtools --port=8043", |
17 | 17 | "codegen-jsi": "flow && babel codegen/src/ -d codegen/dist/ && node codegen/dist",
|
18 | 18 | "codegen-grpc": "protoc -I=cpp/CommonCpp/grpc/protos --cpp_out=cpp/CommonCpp/grpc/_generated --grpc_out=cpp/CommonCpp/grpc/_generated --plugin=protoc-gen-grpc=`which grpc_cpp_plugin` cpp/CommonCpp/grpc/protos/*.proto && ./scripts/mark-generated.sh"
|
19 | 19 | },
|
|
46 | 46 | "redux-flipper": "^1.4.2",
|
47 | 47 | "remote-redux-devtools": "git+https://[email protected]/zalmoxisus/remote-redux-devtools.git",
|
48 | 48 | "remotedev": "git+https://[email protected]/zalmoxisus/remotedev.git",
|
49 |
| - "remotedev-server": "^0.3.1" |
| 49 | + "@redux-devtools/cli": "1.0.0-10", |
| 50 | + "sqlite3": "git+https://github.com/mapbox/node-sqlite3#918052b538b0effe6c4a44c74a16b2749c08a0d2" |
50 | 51 | },
|
51 | 52 | "dependencies": {
|
52 | 53 | "@commapp/sqlcipher-amalgamation": "^4.4.3-a",
|
|
0 commit comments