-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
72 lines (72 loc) · 2.09 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
{
"name": "scrublandeux",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:ghp": "ng build --configuration production && echo d2scrub.land > dist/CNAME && cp dist/index.html dist/404.html",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"manifest": "node ./utils/update-definitions.js && node ./utils/parse-definitions.js"
},
"private": true,
"husky": {
"hooks": {
"pre-commit": "git-format-staged -f 'prettier --ignore-unknown --stdin --stdin-filepath \"{}\"' ."
}
},
"resolutions": {
"webpack": "^5.0.0"
},
"dependencies": {
"@angular/animations": "15.2.1",
"@angular/cdk": "^15.2.1",
"@angular/common": "15.2.1",
"@angular/compiler": "15.2.1",
"@angular/core": "15.2.1",
"@angular/forms": "15.2.1",
"@angular/material": "^15.2.1",
"@angular/platform-browser": "15.2.1",
"@angular/platform-browser-dynamic": "15.2.1",
"@angular/router": "15.2.1",
"@types/three": "^0.134.0",
"angular-oauth2-oidc": "^15.0.1",
"angular-oauth2-oidc-jwks": "^15.0.1",
"bungie-api-ts": "^4.22.2",
"core-js": "^3.1.4",
"fast-equals": "^2.0.0",
"idb-keyval": "^3.2.0",
"rxjs": "^6.5.3",
"sass": "^1.22.7",
"three": "^0.135.0",
"three-csg-ts": "^3.1.9",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.1",
"@angular/cli": "15.2.1",
"@angular/compiler-cli": "15.2.1",
"@angular/language-service": "15.2.1",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.2",
"@types/node": "~12.6.8",
"codelyzer": "^6.0.0",
"husky": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.4.1",
"karma-chrome-launcher": "~3.1.0",
"karma-cli": "~2.0.0",
"karma-coverage-istanbul-reporter": "^2.1.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"pretty-quick": "^3.1.0",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.3",
"typescript": "4.9.5"
}
}