-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.94 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
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "waseele_desktop",
"version": "1.1.14",
"description": "waseele desktop app",
"main": "autoupdater/autoupdater.js",
"scripts": {
"start": "electron .",
"build": "electron-builder build --x64 --ia32 --win --publish never",
"deploy": "electron-builder build --x64 --ia32 --win --publish always"
},
"files": [
"images/**/*"
],
"repository": {
"type": "git",
"url": "https://github.com/waseel-asp/desktopapp.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/waseel-asp/desktopapp/issues"
},
"homepage": "https://github.com/waseel-asp/desktopapp#readme",
"devDependencies": {
"electron": "^11.0.1",
"electron-builder": "^22.9.1"
},
"dependencies": {
"electron-log": "^4.3.1",
"electron-root-path": "^1.0.16",
"electron-updater": "^4.3.5",
"gijgo": "^1.9.13",
"http-server": "^0.12.3",
"jwt-decode": "^3.1.2",
"mssql": "^6.2.3",
"mysql": "^2.18.1",
"oracledb": "^5.1.0"
},
"resolutions": {
"fs-extra": "9.0.1",
"semver": "7.3.2",
"debug": "4.3.1",
"ms": "2.1.2",
"jsonfile": "6.1.0",
"universalify": "2.0.0",
"sprintf-js": "1.0.3",
"mime": "2.4.6",
"async": "2.6.3",
"@types/node": "14.14.9",
"get-stream": "5.2.0",
"lowercase-keys": "2.0.0",
"escape-string-regexp": "4.0.0",
"type-fest": "0.13.1",
"chalk": "4.1.0",
"hosted-git-info": "3.0.7",
"ansi-styles": "4.3.0",
"supports-color": "7.2.0",
"color-convert": "2.0.1",
"color-name": "1.1.4",
"has-flag": "4.0.0",
"string-width": "4.2.0",
"emoji-regex": "8.0.0",
"is-fullwidth-code-point": "3.0.0",
"strip-ansi": "6.0.0",
"ansi-regex": "5.0.0"
}
}