-
Notifications
You must be signed in to change notification settings - Fork 1
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
jeryongchan
committed
Feb 28, 2024
1 parent
9a1d05c
commit 54e6fa6
Showing
10 changed files
with
143 additions
and
83 deletions.
There are no files selected for viewing
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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 |
---|---|---|
@@ -1,36 +1,39 @@ | ||
{ | ||
"name": "mecanywhere", | ||
"description": "A foundation for scalable desktop apps", | ||
"keywords": [ | ||
"MEC", | ||
"multi-access edge computing", | ||
"blockchain", | ||
"electron", | ||
"boilerplate", | ||
"react", | ||
"typescript", | ||
"ts", | ||
"sass", | ||
"webpack", | ||
"hot", | ||
"reload" | ||
"go" | ||
], | ||
"homepage": "https://github.com/electron-react-boilerplate/electron-react-boilerplate#readme", | ||
"bugs": { | ||
"url": "https://github.com/electron-react-boilerplate/electron-react-boilerplate/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/electron-react-boilerplate/electron-react-boilerplate.git" | ||
}, | ||
"license": "MIT", | ||
"author": { | ||
"name": "Electron React Boilerplate Maintainers", | ||
"email": "[email protected]", | ||
"url": "https://electron-react-boilerplate.js.org" | ||
"name": "Singapore Blockchain Innovation Programme", | ||
"email": "[email protected]", | ||
"url": "https://sbip.sg" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Amila Welihinda", | ||
"email": "[email protected]", | ||
"url": "https://github.com/amilajack" | ||
"name": "Chan Jer Yong", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Lim Jun Xue", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Hu Guo Yu", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Ștefan-Dan Ciocîrlan", | ||
"email": "[email protected]" | ||
} | ||
|
||
], | ||
"main": "./src/main/main.ts", | ||
"scripts": { | ||
|
@@ -288,15 +291,7 @@ | |
}, | ||
"extraResources": [ | ||
"./assets/**" | ||
], | ||
"publish": { | ||
"provider": "github", | ||
"owner": "electron-react-boilerplate", | ||
"repo": "electron-react-boilerplate" | ||
} | ||
}, | ||
"collective": { | ||
"url": "https://opencollective.com/electron-react-boilerplate-594" | ||
] | ||
}, | ||
"devEngines": { | ||
"node": ">=14.x", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"name": "electron-react-boilerplate", | ||
"version": "4.6.0", | ||
"description": "A foundation for scalable desktop apps", | ||
"name": "mecanywhere", | ||
"version": "1.0.0", | ||
"description": "A blockchain-based edge computing platform", | ||
"license": "MIT", | ||
"author": { | ||
"name": "Electron React Boilerplate Maintainers", | ||
"email": "[email protected]", | ||
"url": "https://github.com/electron-react-boilerplate" | ||
"name": "Singapore Blockchain Innovation Programme", | ||
"email": "[email protected]", | ||
"url": "https://sbip.sg" | ||
}, | ||
"main": "./dist/main/main.js", | ||
"scripts": { | ||
|
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
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
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
Oops, something went wrong.