feat(electron): add plebbit rpc

This commit is contained in:
Esteban Abaroa
2023-12-11 00:49:36 +00:00
parent 33a4009ed7
commit 03b9b82a6f
14 changed files with 143 additions and 61 deletions
+2 -1
View File
@@ -45,6 +45,7 @@
"remark-breaks": "3.0.2",
"styled-components": "5.3.9",
"web-vitals": "3.3.0",
"tcp-port-used": "1.0.2",
"zustand": "4.3.6"
},
"scripts": {
@@ -61,7 +62,7 @@
"electron:build:windows": "electron-builder build --publish never -w",
"electron:build:mac": "electron-builder build --publish never -m",
"electron:before": "yarn electron:before:download-ipfs && yarn electron:before:delete-data",
"electron:before:download-ipfs": "node electron/downloadIpfs",
"electron:before:download-ipfs": "node electron/download-ipfs",
"electron:before:delete-data": "rimraf .plebbit",
"android:build:icons": "cordova-res android --skip-config --copy --resources /tmp/plebbit-react-android-icons --icon-source ./android/icons/icon.png --splash-source ./android/icons/splash.png --icon-foreground-source ./android/icons/icon-foreground.png --icon-background-source '#ffffee'",
"prettier": "prettier src/**/*.{js,jsx} --write",