Skip to content

Instantly share code, notes, and snippets.

@thatisuday
Created January 5, 2021 09:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thatisuday/12674528fc1a369a9f976490cdc77441 to your computer and use it in GitHub Desktop.
Save thatisuday/12674528fc1a369a9f976490cdc77441 to your computer and use it in GitHub Desktop.
{
"name": "electron-lessons",
"scripts": {
"start": "electron-webpack dev",
"build": "electron-webpack"
},
"devDependencies": {
"electron": "^11.1.1",
"electron-webpack": "^2.8.2",
"webpack": "^4.44.2"
},
"dependencies": {
"source-map-support": "^0.5.19"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment