-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·157 lines (157 loc) · 4.95 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
{
"name": "@v-paranoiaque/ew",
"description": "Front-end of the Ellas War Game",
"version": "2.1.4",
"homepage": "https://ellaswar.eu",
"author": {
"name": "Ellas War Team",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/V-Paranoiaque/Ellas-War.git"
},
"bugs": {
"url": "https://github.com/V-Paranoiaque/Ellas-War/issues"
},
"license": "AGPL-3.0-or-later",
"main": "index.js",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration=mobile;ng build --configuration=production",
"watch": "ng build --watch --configuration development",
"mbuild": "ng build --configuration=mobile",
"wbuild": "ng build --configuration=production",
"test": "ng test --watch=false --code-coverage",
"lint": "ng lint",
"lint-fix": "ng lint --fix",
"sonar": "sonar-scanner"
},
"dependencies": {
"@angular/animations": "^19.0.4",
"@angular/common": "^19.0.4",
"@angular/compiler": "^19.0.4",
"@angular/core": "^19.0.4",
"@angular/forms": "^19.0.4",
"@angular/platform-browser": "^19.0.4",
"@angular/platform-browser-dynamic": "^19.0.4",
"@angular/router": "^19.0.4",
"@ngx-translate/core": "^16.0.3",
"@ngx-translate/http-loader": "^16.0.0",
"angular-oauth2-oidc": "^19.0.0",
"bootstrap": "^5.3.3",
"ngx-bootstrap": "^19.0.1",
"ngx-clipboard": "^16.0.0",
"rxjs": "~7.8.1",
"socket.io-client": "^4.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.5",
"@angular-eslint/builder": "19.0.2",
"@angular-eslint/eslint-plugin": "19.0.2",
"@angular-eslint/eslint-plugin-template": "19.0.2",
"@angular-eslint/schematics": "19.0.2",
"@angular-eslint/template-parser": "19.0.2",
"@angular/cdk": "^19.0.3",
"@angular/cli": "~19.0.5",
"@angular/compiler-cli": "^19.0.4",
"@iconify-icons/akar-icons": "^1.2.19",
"@iconify-icons/clarity": "^1.2.8",
"@iconify-icons/emojione-monotone": "^1.2.4",
"@iconify-icons/fa6-brands": "^1.2.11",
"@iconify-icons/ic": "^1.2.13",
"@iconify-icons/ion": "^1.2.10",
"@iconify-icons/logos": "^1.2.36",
"@iconify-icons/mdi": "^1.2.48",
"@iconify-icons/ri": "^1.2.10",
"@iconify-icons/whh": "^1.2.3",
"@iconify/icons-bi": "^1.2.19",
"@iconify/icons-carbon": "^1.2.20",
"@iconify/icons-emojione-monotone": "^1.2.4",
"@iconify/icons-fa6-regular": "^1.2.11",
"@iconify/icons-fa6-solid": "^1.2.13",
"@iconify/icons-game-icons": "^1.2.1",
"@iconify/icons-ic": "^1.2.13",
"@iconify/icons-mdi": "^1.2.48",
"@iconify/icons-vaadin": "^1.2.4",
"@iconify/icons-whh": "^1.2.3",
"@types/bootstrap": "^5.2.10",
"@types/jasmine": "~5.1.5",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"cordova-android": "^13.0.0",
"cordova-electron": "^4.0.0",
"cordova-ios": "^7.1.1",
"cordova-plugin-device": "^3.0.0",
"cordova-plugin-googleplus": "8.5.2",
"cordova-plugin-inappbrowser": "^6.0.0",
"cordova-plugin-statusbar": "^4.0.0",
"electron": "^33.3.0",
"electron-builder": "^25.1.8",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-sonarjs": "^3.0.1",
"iconify-icon": "^2.2.0",
"jasmine-core": "~5.5.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-firefox-launcher": "^2.1.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"prettier": "^3.4.2",
"prettier-eslint": "^16.3.0",
"sonarqube-scanner": "^4.2.6"
},
"overrides": {
"electron@<=33.0.0": "$electron",
"electron-builder@<=25.1.0": "$electron-builder"
},
"cordova": {
"platforms": [
"ios",
"electron",
"android"
],
"plugins": {
"cordova-plugin-googleplus": {
"REVERSED_CLIENT_ID": "com.googleusercontent.apps.516434350883-qo9nfv1jnp5jvgqjikcnjdvf9g0piutp",
"WEB_APPLICATION_CLIENT_ID": "516434350883-qo9nfv1jnp5jvgqjikcnjdvf9g0piutp.apps.googleusercontent.com",
"PLAY_SERVICES_VERSION": "15.0.1"
},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-device": {},
"cordova-plugin-statusbar": {}
}
},
"build": {
"linux": {
"appId": "com.ellaswar.ewnext",
"category": "Game"
},
"appx": {
"applicationId": "PearlDev.EllasWar",
"publisher": "CN=6A55B1A5-FF3A-4B18-99CD-333287DB569A",
"publisherDisplayName": "PearlDev",
"identityName": "61206PearlDev.EllasWar",
"displayName": "Ellas War",
"languages": [
"en-US",
"fr-FR"
]
},
"flatpak": {
"baseVersion": "23.08",
"runtimeVersion": "23.08"
},
"snap": {
"base": "core22"
}
}
}