-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
74 lines (74 loc) · 2.78 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
{
"name": "d2-armor-picker",
"version": "2.6.6",
"scripts": {
"ng": "ng",
"config": "ts-node set-env.ts",
"start": "npm run config && ng serve --ssl",
"build": "npm run config && ng build",
"deploy": "npm run config && ng deploy D2ArmorPicker --base-href=/ --cname=d2armorpicker.com",
"deploy-beta": "npm run config && ng deploy D2ArmorPicker --build-target D2ArmorPicker:build:beta --repo=https://github.com/Mijago/D2ArmorPicker-beta.git --base-href=/ --cname=beta.d2armorpicker.com",
"deploy-canary": "npm run config && ng deploy D2ArmorPicker --build-target D2ArmorPicker:build:canary --repo=https://github.com/Mijago/D2ArmorPicker-Canary.git --base-href=/ --cname=canary.d2armorpicker.com ",
"watch": "npm run config && ng build --watch --configuration development",
"test": "ng test",
"prepare": "husky install",
"lint": "ng lint --fix --max-warnings=0",
"format": "prettier . --write",
"contributors": "all-contributors generate"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.1.3",
"@angular/cdk": "^14.1.3",
"@angular/common": "^14.1.3",
"@angular/compiler": "^14.1.3",
"@angular/core": "^14.1.3",
"@angular/flex-layout": "^14.0.0-beta.41",
"@angular/forms": "^14.1.3",
"@angular/material": "^14.1.3",
"@angular/platform-browser": "^14.1.3",
"@angular/platform-browser-dynamic": "^14.1.3",
"@angular/router": "^14.1.3",
"@destinyitemmanager/dim-api-types": "^1.31.0",
"all-contributors-cli": "^6.26.1",
"angular-cli-ghpages": "^1.0.7",
"angular-oauth2-oidc": "^12.1.0",
"bungie-api-ts": "^5.1.0",
"dexie": "^4.0.7",
"glpk.js": "^4.0.2",
"lzutf8": "^0.6.3",
"rxjs": "^6.6.7",
"tslib": "^2.6.2",
"zone.js": "^0.11.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.1.3",
"@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.1.3",
"@angular/compiler-cli": "^14.1.3",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-angular": "^17.8.1",
"@types/jasmine": "^3.8.2",
"@types/node": "^16.18.97",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"dotenv": "^10.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"husky": "^8.0.3",
"jasmine-core": "^3.8.0",
"karma": "^6.3.20",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^2.0.3",
"karma-jasmine": "^4.0.2",
"karma-jasmine-html-reporter": "^1.7.0",
"lint-staged": "^13.3.0",
"prettier": "^2.8.8",
"ts-node": "^10.9.2",
"typescript": "^4.6.4"
}
}