-
-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 3.07 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 3.07 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
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
{
"name": "d2-armor-picker",
"version": "2.9.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 ",
"deploy-nznaza": "npm run config && ng deploy D2ArmorPicker --build-target D2ArmorPicker:build:beta --no-silent --repo=https://github.com/nznaza/D2ArmorPicker.git --base-href=/D2ArmorPicker/ --cname=nznaza.github.io/D2ArmorPicker/",
"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": "^16.2.12",
"@angular/cdk": "^16.2.14",
"@angular/common": "^16.2.12",
"@angular/compiler": "^16.2.12",
"@angular/core": "^16.2.12",
"@angular/forms": "^16.2.12",
"@angular/material": "^16.2.14",
"@angular/platform-browser": "^16.2.12",
"@angular/platform-browser-dynamic": "^16.2.12",
"@angular/router": "^16.2.12",
"@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",
"highlight.run": "^9.7.1",
"lodash": "^4.17.21",
"lzutf8": "^0.6.3",
"ngx-logger": "^5.0.12",
"rxjs": "^6.6.7",
"tslib": "^2.6.2",
"zone.js": "^0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.16",
"@angular-eslint/builder": "^16.3.1",
"@angular-eslint/eslint-plugin": "^16.3.1",
"@angular-eslint/eslint-plugin-template": "^16.3.1",
"@angular-eslint/schematics": "^16.3.1",
"@angular-eslint/template-parser": "^16.3.1",
"@angular/cli": "^16.2.16",
"@angular/compiler-cli": "^16.2.12",
"@commitlint/cli": "^18.2.12",
"@commitlint/config-angular": "^18.2.12",
"@types/jasmine": "^5.1.4",
"@types/lodash": "^4.17.13",
"@types/node": "^22.9.3",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"dotenv": "^16.4.5",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.10.0",
"husky": "^8.0.0",
"jasmine-core": "^5.4.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "^4.6.4"
}
}