-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
3,872 additions
and
2,451 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
nodeLinker: node-modules |
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,55 +1,55 @@ | ||
{ | ||
"name" : "wnr", | ||
"version" : "1.30.1", | ||
"description" : "Work and rest, with wnr now!", | ||
"main" : "main.js", | ||
"scripts" : { | ||
"dep-update" : "yarn", | ||
"start" : "cross-env NODE_ENV=development electron .", | ||
"nsis" : "cross-env NODE_ENV=production node ./res/builder/nsis.js", | ||
"7zip" : "cross-env NODE_ENV=portable node ./res/builder/win-zip.js", | ||
"mac" : "cross-env NODE_ENV=production node ./res/builder/mac.js", | ||
"linux" : "cross-env NODE_ENV=production node ./res/builder/linux.js", | ||
"appimage" : "cross-env NODE_ENV=production node ./res/builder/appimage.js", | ||
"dir" : "cross-env NODE_ENV=production node ./res/builder/dir_test.js", | ||
"win-dir" : "cross-env NODE_ENV=production node ./res/builder/win_dir.js", | ||
"ms-store" : "cross-env NODE_ENV=msstore node ./res/builder/dir_test.js" | ||
"name": "wnr", | ||
"version": "1.30.2", | ||
"description": "Work and rest, with wnr now!", | ||
"main": "main.js", | ||
"scripts": { | ||
"dep-update": "yarn", | ||
"start": "cross-env NODE_ENV=development electron .", | ||
"nsis": "cross-env NODE_ENV=production node ./res/builder/nsis.js", | ||
"7zip": "cross-env NODE_ENV=portable node ./res/builder/win-zip.js", | ||
"mac": "cross-env NODE_ENV=production node ./res/builder/mac.js", | ||
"linux": "cross-env NODE_ENV=production node ./res/builder/linux.js", | ||
"appimage": "cross-env NODE_ENV=production node ./res/builder/appimage.js", | ||
"dir": "cross-env NODE_ENV=production node ./res/builder/dir_test.js", | ||
"win-dir": "cross-env NODE_ENV=production node ./res/builder/win_dir.js", | ||
"ms-store": "cross-env NODE_ENV=msstore node ./res/builder/dir_test.js" | ||
}, | ||
"repository" : { | ||
"type" : "git", | ||
"url" : "https://github.com/RoderickQiu/wnr.git" | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/RoderickQiu/wnr.git" | ||
}, | ||
"author" : "RoderickQiu", | ||
"license" : "MPL-2.0", | ||
"homepage" : "https://getwnr.com", | ||
"appId" : "com.scrisstudio.wnr", | ||
"build" : { | ||
"appId" : "com.scrisstudio.wnr" | ||
"author": "RoderickQiu", | ||
"license": "MPL-2.0", | ||
"homepage": "https://getwnr.com", | ||
"appId": "com.scrisstudio.wnr", | ||
"build": { | ||
"appId": "com.scrisstudio.wnr" | ||
}, | ||
"copyright" : "(c) Roderick Qiu", | ||
"productName" : "wnr", | ||
"dependencies" : { | ||
"@eastdesire/jscolor" : "2.5.1", | ||
"@electron/remote" : "2.0.9", | ||
"bootstrap" : "4.6.2", | ||
"cmd-or-ctrl" : "0.3.1", | ||
"compare-version" : "0.1.2", | ||
"copy-to-clipboard" : "3.3.3", | ||
"crypto-js" : "4.1.1", | ||
"electron-debug" : "3.2.0", | ||
"electron-store" : "8.1.0", | ||
"i18n" : "0.15.1", | ||
"jquery" : "3.7.0", | ||
"node-fetch" : "2.6.12", | ||
"node-notifier" : "10.0.1", | ||
"node-shi" : "0.4.2", | ||
"popper.js" : "1.16.1", | ||
"schart.js" : "3.0.4", | ||
"win-release-id" : "1.0.6" | ||
"copyright": "(c) Roderick Qiu", | ||
"productName": "wnr", | ||
"dependencies": { | ||
"@eastdesire/jscolor": "2.5.1", | ||
"@electron/remote": "2.1.1", | ||
"bootstrap": "4.6.2", | ||
"cmd-or-ctrl": "0.3.1", | ||
"compare-version": "0.1.2", | ||
"copy-to-clipboard": "3.3.3", | ||
"crypto-js": "4.2.0", | ||
"electron-debug": "3.2.0", | ||
"electron-store": "8.1.0", | ||
"i18n": "0.15.1", | ||
"jquery": "3.7.1", | ||
"node-fetch": "2.7.0", | ||
"node-notifier": "10.0.1", | ||
"node-shi": "0.4.2", | ||
"popper.js": "1.16.1", | ||
"schart.js": "3.0.4", | ||
"win-release-id": "1.0.6" | ||
}, | ||
"devDependencies" : { | ||
"cross-env" : "7.0.3", | ||
"electron" : "22.3.18", | ||
"electron-builder" : "23.0.3" | ||
"devDependencies": { | ||
"cross-env": "7.0.3", | ||
"electron": "22.3.27", | ||
"electron-builder": "23.0.3" | ||
} | ||
} |
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.