This repository has been archived by the owner on Apr 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
33c191b
commit 5bcc14e
Showing
14 changed files
with
47 additions
and
1,868 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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": "./", | ||
|
@@ -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", | ||
|
@@ -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": [ | ||
|
@@ -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", | ||
|
@@ -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" | ||
} | ||
} |
Oops, something went wrong.