forked from azerothcore/Keira3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
136 lines (136 loc) · 4.87 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
{
"name": "Keira3",
"version": "3.5.2",
"description": "Database Editor for AzerothCore",
"homepage": "https://github.com/AzerothCore/Keira3",
"author": {
"name": "Francesco Borzi'",
"email": "borzifrancesco@gmail.com",
"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 && ng build",
"build:dev": "npm run build -- -c dev",
"build:prod": "npm run build -- -c production",
"ng:serve": "ng serve",
"ng:serve:web": "ng serve -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": "ng lint Keira3",
"test": "ng test",
"test-ci": "ng test --watch=false --browsers ChromeHeadless --code-coverage && (cat ./coverage/lcov.info | coveralls || true)",
"e2e": "playwright test -c e2e/playwright.config.ts 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": "14.0.0",
"@ngx-translate/http-loader": "7.0.0",
"@types/electron-settings": "4.0.0",
"acorn": "8.8.2",
"electron-settings": "4.0.2",
"jquery": "3.6.3",
"karma-coverage": "2.2.0",
"mysql2": "3.1.2",
"ngx-toastr": "16.0.2",
"ngx-ui-switch": "14.0.3",
"serialize-javascript": "6.0.1",
"sqlite3": "5.1.4",
"tslib": "2.5.0",
"webpack-sources": "3.2.3"
},
"devDependencies": {
"@angular-builders/custom-webpack": "15.0.0",
"@angular-devkit/build-angular": "15.1.6",
"@angular-eslint/builder": "15.2.1",
"@angular-eslint/eslint-plugin": "15.2.1",
"@angular-eslint/eslint-plugin-template": "15.2.1",
"@angular-eslint/schematics": "15.2.1",
"@angular-eslint/template-parser": "15.2.1",
"@angular/animations": "15.1.5",
"@angular/cli": "15.1.6",
"@angular/common": "15.1.5",
"@angular/compiler": "15.1.5",
"@angular/compiler-cli": "15.1.5",
"@angular/core": "15.1.5",
"@angular/forms": "15.1.5",
"@angular/platform-browser": "15.1.5",
"@angular/platform-browser-dynamic": "15.1.5",
"@angular/router": "15.1.5",
"@fortawesome/fontawesome-free": "6.3.0",
"@playwright/test": "1.30.0",
"@swimlane/ngx-datatable": "20.1.0",
"@types/jasmine": "4.3.1",
"@types/jasminewd2": "2.0.10",
"@types/jquery": "3.5.16",
"@types/mysql": "2.15.21",
"@types/node": "18.14.0",
"@types/sqlite3": "3.1.8",
"@types/sqlstring": "2.3.0",
"@typescript-eslint/eslint-plugin": "5.52.0",
"@typescript-eslint/parser": "5.52.0",
"bootstrap": "5.2.3",
"codelyzer": "6.0.2",
"conventional-changelog-cli": "2.2.2",
"coveralls": "3.1.1",
"cross-env": "7.0.3",
"electron": "23.1.0",
"electron-builder": "23.6.0",
"electron-reload": "1.5.0",
"eslint": "8.34.0",
"highlight.js": "11.7.0",
"husky": "8.0.3",
"jasmine-core": "4.5.0",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.4.1",
"karma-chrome-launcher": "3.1.1",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.0.0",
"lint-staged": "13.1.2",
"ngx-bootstrap": "10.2.0",
"ngx-clipboard": "15.1.0",
"ngx-highlightjs": "8.0.0",
"npm-run-all": "4.1.5",
"playwright": "1.30.0",
"prettier": "2.8.4",
"pretty-quick": "3.1.3",
"rxjs": "7.8.0",
"sqlstring": "2.3.3",
"squel": "5.13.0",
"ts-mockito": "2.6.1",
"ts-node": "10.9.1",
"typescript": "4.9.5",
"wait-on": "7.0.1",
"webdriver-manager": "13.0.2",
"webpack": "5.75.0",
"zone.js": "0.12.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"
]
}
}