Skip to content

Commit

Permalink
Merge pull request #23 from sametcn99/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
sametcn99 authored May 8, 2024
2 parents bccec92 + 60162a2 commit f61f63e
Show file tree
Hide file tree
Showing 23 changed files with 314 additions and 577 deletions.
225 changes: 7 additions & 218 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 23 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,30 @@
{
"name": "electron-widgets",
"productName": "electron-widgets",
"version": "2.0.3",
"version": "2.0.4",
"description": "A minimal widget application created with electron.js",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/sametcn99/electron-widgets"
},
"homepage": "https://www.electron-widgets.sametcc.me",
"keywords": [
"electron",
"widgets",
"application",
"widget manager"
],
"author": {
"name": "sametcn99",
"email": "[email protected]",
"url": "https://www.electron-widgets.sametcc.me"
},
"os": [
"darwin",
"linux",
"win32"
],
"main": ".vite/build/main.js",
"scripts": {
"start": "electron-forge start",
Expand Down Expand Up @@ -43,18 +65,11 @@
"typescript": "^5.4.5",
"vite": "^5.2.9"
},
"keywords": [],
"author": {
"name": "sametcn99",
"email": "[email protected]"
},
"license": "GPL-3.0",
"dependencies": {
"@electron-forge/shared-types": "^7.4.0",
"electron-is": "^3.0.0",
"electron-localshortcut": "^3.2.1",
"electron-squirrel-startup": "^1.0.0",
"electron-store": "^8.2.0",
"fs-extra": "^11.2.0",
"node-disk-info": "^1.3.0",
"node-stream-zip": "^1.15.0",
Expand Down
Loading

0 comments on commit f61f63e

Please sign in to comment.