-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
73 lines (73 loc) · 2.59 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
{
"name": "d2-checklist",
"version": "25.0.3",
"manifest": "229939.24.12.03.2000-2-bnet.57808",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve --open",
"stage-prod-keys": "node stage-prod-config.js",
"stage-beta-keys": "node stage-beta-config.js",
"docker-start": "ng serve --host 0.0.0.0 --ssl",
"buildStats": "ng build --configuration=production --stats-json",
"build": "ng build",
"lint": "ng lint",
"build:prod": "ng build --configuration production",
"clean": "rm -rf ./dist/",
"server": "cd dist && http-server -S -p 4200 -C ../dev-certs/localhost.crt -K ../dev-certs/localhost.key",
"prod": "npm run clean && npm run build:prod && npm run server",
"postinstall": "ngcc",
"manifest": "manifest.bat"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.2.12",
"@angular/cdk": "^14.2.7",
"@angular/common": "^14.2.12",
"@angular/compiler": "^14.2.12",
"@angular/core": "^14.2.12",
"@angular/forms": "^14.2.12",
"@angular/material": "^14.2.7",
"@angular/platform-browser": "^14.2.12",
"@angular/platform-browser-dynamic": "^14.2.12",
"@angular/platform-server": "^14.2.12",
"@angular/router": "^14.2.12",
"@angular/service-worker": "^14.2.12",
"@d2api/date": "3.0.0",
"@fortawesome/angular-fontawesome": "0.11.1",
"@fortawesome/fontawesome-svg-core": "6.2.1",
"@fortawesome/free-brands-svg-icons": "6.2.1",
"@fortawesome/free-solid-svg-icons": "6.2.1",
"@fortawesome/pro-duotone-svg-icons": "6.2.1",
"@fortawesome/pro-light-svg-icons": "6.2.1",
"@fortawesome/pro-regular-svg-icons": "6.2.1",
"@fortawesome/pro-solid-svg-icons": "6.2.1",
"chart.js": "^4.1.2",
"date-fns": "2.29.3",
"idb-keyval": "6.2.0",
"lz-string": "1.4.4",
"ng2-charts": "^4.1.1",
"ngx-clipboard": "^15.0.1",
"rxjs": "~6.6.6",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.10",
"@angular-eslint/builder": "14.4.0",
"@angular-eslint/eslint-plugin": "14.4.0",
"@angular-eslint/eslint-plugin-template": "14.4.0",
"@angular-eslint/schematics": "14.4.0",
"@angular-eslint/template-parser": "14.4.0",
"@angular/cli": "^14.2.10",
"@angular/compiler-cli": "^14.2.12",
"@angular/language-service": "^14.2.12",
"@destinyitemmanager/dim-api-types": "1.23.0",
"@types/node": "14.18.36",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"bungie-api-ts": "4.21.0",
"eslint": "^8.28.0",
"ts-node": "10.9.1",
"typescript": "4.8.4"
}
}