-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.37 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.37 KB
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
{
"name": "fast-than-light-orion",
"version": "0.2.0",
"scripts": {
"ng": "ng",
"start": "ng serve -o",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^20.0.4",
"@angular/common": "^20.0.4",
"@angular/compiler": "^20.0.4",
"@angular/core": "^20.0.4",
"@angular/forms": "^20.0.4",
"@angular/platform-browser": "^20.0.4",
"@angular/platform-browser-dynamic": "^20.0.4",
"@angular/router": "^20.0.4",
"@ngx-translate/core": "^15.0.0",
"@pixi/constants": "^7.2.4",
"@pixi/math": "^7.2.4",
"@pixi/sound": "^5.2.1",
"hotkeys-js": "^3.10.2",
"lodash": "^4.17.21",
"pixi.js": "^7.2.4",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"uuid": "^9.0.0",
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular/build": "^20.0.3",
"@angular/cli": "^20.0.3",
"@angular/compiler-cli": "^20.0.4",
"@types/jasmine": "~4.3.0",
"@types/lodash": "^4.14.195",
"@types/node": "^22.0.0",
"@types/offscreencanvas": "^2019.7.0",
"@types/uuid": "^8.3.4",
"jasmine-core": "~4.6.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "^5.8.3"
}
}