Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Commit

Permalink
remove electron (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 authored Jan 5, 2021
1 parent 33c191b commit 5bcc14e
Show file tree
Hide file tree
Showing 14 changed files with 47 additions and 1,868 deletions.
Binary file removed electron/icons/mac/icon.icns
Binary file not shown.
Binary file removed electron/icons/png/1024x1024.png
Binary file not shown.
Binary file removed electron/icons/png/128x128.png
Binary file not shown.
Binary file removed electron/icons/png/16x16.png
Binary file not shown.
Binary file removed electron/icons/png/24x24.png
Binary file not shown.
Binary file removed electron/icons/png/256x256.png
Binary file not shown.
Binary file removed electron/icons/png/32x32.png
Binary file not shown.
Binary file removed electron/icons/png/48x48.png
Binary file not shown.
Binary file removed electron/icons/png/512x512.png
Binary file not shown.
Binary file removed electron/icons/png/64x64.png
Binary file not shown.
Binary file removed electron/icons/win/icon.ico
Binary file not shown.
82 changes: 0 additions & 82 deletions electron/main.js

This file was deleted.

50 changes: 2 additions & 48 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "0.1.0",
"description": "XSender console",
"author": "Carlos Feria <[email protected]> (https://github.com/carlosthe19916)",
"main": "electron/main.js",
"private": true,
"proxy": "http://localhost:8080",
"homepage": "./",
Expand All @@ -24,8 +23,6 @@
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"axios": "^0.21.0",
"electron-is-dev": "^1.2.0",
"electron-squirrel-startup": "^1.0.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"formik": "^2.2.1",
Expand Down Expand Up @@ -53,20 +50,16 @@
"analyze": "source-map-explorer 'build/static/js/*.js'",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"dev": "concurrently -k \"BROWSER=none npm start\" \"npm:electron\"",
"electron": "wait-on tcp:3000 && electron-forge start",
"start": "react-scripts -r @cypress/instrument-cra start",
"build": "react-scripts build",
"build:instrumentation": "CYPRESS_INSTRUMENT_PRODUCTION=true react-scripts -r @cypress/instrument-cra build",
"test": "react-scripts test",
"test:debug": "react-scripts --inspect-brk test --runInBand --no-cache",
"eject": "react-scripts eject",
"package": "react-scripts build && electron-forge package",
"make": "react-scripts build && electron-forge make",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public",
"xsender:all": "npm-run-all --parallel xsender:ui",
"xsender:ui": "scripts/ui.sh"
"xsender:ui": "scripts/ui.sh"
},
"eslintConfig": {
"extends": [
Expand Down Expand Up @@ -107,11 +100,6 @@
"@babel/core": "^7.12.3",
"@cypress/code-coverage": "^3.8.3",
"@cypress/instrument-cra": "^1.4.0",
"@electron-forge/cli": "^6.0.0-beta.54",
"@electron-forge/maker-deb": "^6.0.0-beta.54",
"@electron-forge/maker-rpm": "^6.0.0-beta.54",
"@electron-forge/maker-squirrel": "^6.0.0-beta.54",
"@electron-forge/maker-zip": "^6.0.0-beta.54",
"@storybook/addon-actions": "^6.0.27",
"@storybook/addon-essentials": "^6.0.27",
"@storybook/addon-links": "^6.0.27",
Expand All @@ -129,46 +117,12 @@
"@types/yup": "^0.29.8",
"axios-mock-adapter": "^1.19.0",
"babel-loader": "^8.1.0",
"concurrently": "^5.3.0",
"cypress": "^5.4.0",
"cypress-keycloak-commands": "^1.2.0",
"electron": "^11.0.2",
"electron-devtools-installer": "^3.1.1",
"http-proxy-middleware": "^1.0.6",
"node-sass": "^4.14.1",
"npm-run-all": "^4.1.5",
"react-is": "^16.13.1",
"redux-devtools-extension": "^2.13.8",
"wait-on": "^5.2.0"
},
"config": {
"forge": {
"packagerConfig": {
"icon": "electron/icons/mac/icon.icns",
"name": "xsender"
},
"makers": [
{
"name": "@electron-forge/maker-squirrel",
"config": {
"name": "xsender"
}
},
{
"name": "@electron-forge/maker-zip",
"platforms": [
"darwin"
]
},
{
"name": "@electron-forge/maker-deb",
"config": {}
},
{
"name": "@electron-forge/maker-rpm",
"config": {}
}
]
}
"redux-devtools-extension": "^2.13.8"
}
}
Loading

0 comments on commit 5bcc14e

Please sign in to comment.