-
Notifications
You must be signed in to change notification settings - Fork 60
/
package.json
55 lines (55 loc) · 1.64 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"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"
},
"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.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.27",
"electron-builder": "23.0.3"
}
}