forked from Kyusung4698/PoE-Overlay
-
Notifications
You must be signed in to change notification settings - Fork 84
/
package.json
123 lines (123 loc) · 4.44 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "poe-overlay",
"version": "0.8.36",
"private": true,
"description": "An Overlay for Path of Exile. Built with Electron and Angular.",
"main": "main.js",
"scripts": {
"build:dev": "npm run build",
"build:prod": "npm run build -- -c production",
"build": "npm run electron:serve-tsc && ng build",
"electron:build": "npm run build:prod && electron-builder build --linux --windows",
"electron:deploy": "npm run build:prod && electron-builder build --win --publish always",
"electron:deps": "electron-builder install-app-deps",
"electron:linux": "npm run build:prod && electron-builder build --linux",
"electron:local": "npm run build:prod && electron .",
"electron:rebuild": "npm rebuild --runtime=electron --target=8.2.3 --disturl=https://electronjs.org/headers --abi=76",
"electron:serve-tsc": "node_modules/.bin/tsc -p tsconfig.serve.json",
"electron:serve": "wait-on http-get://localhost:4200/ && npm run electron:serve-tsc && electron . --serve",
"electron:version": "electron -v && electron -a",
"electron:windows": "npm run build:prod && electron-builder build --windows",
"format": "npm run ng:lint && prettier \"src/**/*.{js,ts,json,html,scss}\" --write --list-different --ignore-path .gitignore",
"ng:cc": "ngcc --properties esm5 browser module main --first-only --create-ivy-entry-points",
"ng:lint": "ng lint --fix",
"ng:serve": "ng serve",
"ng:test": "ng test",
"ng:test:ci": "set NODE_OPTIONS=--max-old-space-size=7168 && ng test --karma-config=karma-ci.conf.js",
"postinstall": "npm run ng:cc && npm run electron:deps",
"start": "set NODE_OPTIONS=--max-old-space-size=7168 && npm-run-all -p ng:serve electron:serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PoE-Overlay-Community/PoE-Overlay-Community-Fork.git"
},
"author": {
"name": "PoE-Overlay-Community",
"email": "noreply@poe-overlay-community.com"
},
"bugs": {
"url": "https://github.com/PoE-Overlay-Community/PoE-Overlay-Community-Fork/issues"
},
"homepage": "https://github.com/PoE-Overlay-Community/PoE-Overlay-Community-Fork",
"devDependencies": {
"@angular-devkit/build-angular": "^0.901.8",
"@angular/cli": "^9.1.3",
"@angular/compiler-cli": "^9.1.3",
"@angular/language-service": "^9.1.3",
"@types/jasmine": "^3.5.10",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.12.37",
"codelyzer": "^5.2.2",
"electron": "^8.3.1",
"electron-builder": "^21.2.0",
"electron-reload": "^1.5.0",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.4.1",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~2.1.1",
"karma-jasmine": "^3.1.1",
"karma-jasmine-html-reporter": "^1.5.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"protractor": "^5.4.4",
"ts-node": "^8.9.1",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.3.0",
"typescript": "~3.8.3",
"wait-on": "^4.0.2"
},
"dependencies": {
"@angular/animations": "^9.1.3",
"@angular/cdk": "^9.2.1",
"@angular/common": "^9.1.3",
"@angular/compiler": "^9.1.3",
"@angular/core": "^9.1.3",
"@angular/forms": "^9.1.3",
"@angular/material": "^9.2.1",
"@angular/platform-browser": "^9.1.3",
"@angular/platform-browser-dynamic": "^9.1.3",
"@angular/router": "^9.1.3",
"@ngx-translate/core": "^12.1.2",
"@swimlane/ngx-charts": "^13.0.4",
"@types/resize-observer-browser": "^0.1.3",
"active-win": "^6.1.0",
"auto-launch": "^5.0.5",
"bootstrap": "^4.4.1",
"custom-electron-titlebar": "git+https://github.com/PoE-Overlay-Community/custom-electron-titlebar.git#9863e12aa39bb077f8b49f7569169f03e14b2995",
"electron-log": "^4.1.1",
"electron-updater": "^4.2.5",
"iohook": "^0.6.5",
"localforage": "^1.7.3",
"moment": "^2.24.0",
"ngx-color-picker": "^9.1.0",
"node-window-manager": "^2.2.2",
"robotjs": "git+https://github.com/PoE-Overlay-Community/robotjs.git#a219829c83ff7f3a802c98a9c52a672ca798d80e",
"rxjs": "^6.5.5",
"tslib": "^1.11.1",
"zone.js": "^0.10.3"
},
"resolutions": {
"fsevents": "1.2.9",
"**/fsevents": "1.2.9"
},
"engines": {
"node": ">=10.9.0"
},
"browser": {
"fs": false
},
"iohook": {
"targets": [
"electron-76"
],
"platforms": [
"win32",
"linux"
],
"arches": [
"x64"
]
}
}