-
-
Notifications
You must be signed in to change notification settings - Fork 147
/
package.json
158 lines (158 loc) · 5.56 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"name": "Keira3",
"version": "3.8.0",
"description": "Database Editor for AzerothCore",
"homepage": "https://github.com/AzerothCore/Keira3",
"author": {
"name": "Francesco Borzi'",
"email": "[email protected]",
"url": "https://github.com/FrancescoBorzi"
},
"main": "main.js",
"private": true,
"scripts": {
"postinstall": "electron-builder install-app-deps",
"ng": "ng",
"start": "npm-run-all -p ng:serve electron:serve",
"build": "npm run electron:serve-tsc && nx build keira",
"build:dev": "npm run build -- -c dev",
"build:prod": "npm run build -- -c production",
"ng:serve": "nx serve keira",
"ng:serve:web": "nx serve keira -c dev-web -o",
"electron:serve-tsc": "tsc -p tsconfig-serve.json",
"electron:serve": "wait-on http-get://localhost:4200/ && npm run electron:serve-tsc && electron . --serve",
"electron:local": "npm run build:prod && electron .",
"electron:linux": "npm run build:prod && electron-builder build --linux",
"electron:linux:ci": "npm run build:prod && electron-builder build --linux --publish=never",
"electron:windows": "npm run build:prod && electron-builder build --windows",
"electron:mac": "npm run build:prod && electron-builder build --mac",
"electron:mac:ci": "npm run build:prod && electron-builder build --mac --publish=never",
"electron:all": "npm run build:prod && electron-builder build --linux && electron-builder build --mac && electron-builder build --windows",
"format": "prettier --config ./.prettierrc --ignore-path ./.prettierignore --no-editorconfig --write .",
"format-staged": "pretty-quick --staged",
"lint": "nx affected:lint --exclude='Keira3'",
"test": "nx affected:test --watch=false",
"test-ci": "nx affected:test --watch=false",
"e2e": "playwright test -c apps/keira-e2e/playwright.config.ts apps/keira-e2e/",
"e2e:show-trace": "playwright show-trace e2e/tracing/trace.zip",
"version": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
"prepare": "husky install"
},
"dependencies": {
"@ngx-translate/core": "16.0.3",
"@ngx-translate/http-loader": "16.0.0",
"@types/electron-settings": "4.0.2",
"acorn": "8.14.0",
"body-parser": "1.20.2",
"cors": "2.8.5",
"electron-settings": "4.0.4",
"express": "4.21.1",
"jquery": "3.7.1",
"morgan": "1.10.0",
"mysql2": "3.11.4",
"ngx-toastr": "19.0.0",
"ngx-ui-switch": "15.0.0",
"node-fetch": "2.7.0",
"serialize-javascript": "6.0.2",
"sqlite3": "5.1.7",
"tslib": "2.8.1"
},
"devDependencies": {
"@angular-builders/custom-esbuild": "18.0.0",
"@angular-devkit/build-angular": "18.2.11",
"@angular-devkit/core": "18.2.11",
"@angular-devkit/schematics": "18.2.11",
"@angular-eslint/eslint-plugin": "18.4.0",
"@angular-eslint/eslint-plugin-template": "18.4.0",
"@angular-eslint/template-parser": "18.4.0",
"@angular/animations": "18.2.9",
"@angular/cli": "18.2.11",
"@angular/common": "18.2.9",
"@angular/compiler": "18.2.9",
"@angular/compiler-cli": "18.2.9",
"@angular/core": "18.2.9",
"@angular/forms": "18.2.9",
"@angular/language-service": "18.2.9",
"@angular/platform-browser": "18.2.9",
"@angular/platform-browser-dynamic": "18.2.9",
"@angular/router": "18.2.9",
"@fortawesome/fontawesome-free": "6.6.0",
"@nx/angular": "20.1.0",
"@nx/eslint": "20.1.0",
"@nx/eslint-plugin": "20.1.0",
"@nx/js": "20.1.0",
"@nx/workspace": "20.1.0",
"@playwright/test": "1.48.2",
"@schematics/angular": "18.2.11",
"@siemens/ngx-datatable": "22.4.1",
"@swc-node/register": "~1.10.0",
"@swc/core": "~1.9.0",
"@swc/helpers": "~0.5.2",
"@types/jasmine": "5.1.4",
"@types/jasminewd2": "2.0.13",
"@types/jquery": "3.5.32",
"@types/mysql": "2.15.26",
"@types/node": "22.9.0",
"@types/sqlite3": "3.1.11",
"@types/sqlstring": "2.3.2",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"bootstrap": "5.3.3",
"conventional-changelog-cli": "4.1.0",
"cross-env": "7.0.3",
"electron": "33.2.0",
"electron-builder": "25.1.8",
"electron-reload": "1.5.0",
"eslint": "8.57.1",
"eslint-plugin-playwright": "1.6.0",
"eslint-plugin-prettier": "5.2.1",
"highlight.js": "11.10.0",
"husky": "9.1.6",
"jasmine-core": "5.4.0",
"jasmine-spec-reporter": "7.0.0",
"jsonc-eslint-parser": "^2.1.0",
"karma": "6.4.4",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"karma-time-stats-reporter": "0.1.0",
"lint-staged": "15.2.10",
"ngx-bootstrap": "18.1.3",
"ngx-clipboard": "16.0.0",
"ngx-highlightjs": "10.0.0",
"npm-run-all2": "7.0.1",
"nx": "20.1.0",
"playwright": "1.48.2",
"prettier": "3.3.3",
"pretty-quick": "4.0.0",
"rxjs": "7.8.1",
"sqlstring": "2.3.3",
"squel": "5.13.0",
"ts-mockito": "2.6.1",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"wait-on": "8.0.1",
"webdriver-manager": "13.0.2",
"zone.js": "0.14.10"
},
"optionalDependencies": {
"@nx/nx-darwin-arm64": "20.1.0",
"@nx/nx-darwin-x64": "20.1.0",
"@nx/nx-linux-x64-gnu": "20.1.0",
"@nx/nx-win32-x64-msvc": "20.1.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -e $GIT_PARAMS"
}
},
"lint-staged": {
"*.{js,json,css,scss,ts}": [
"npm run format-staged",
"git add"
]
}
}