forked from Mijago/D2ArmorPicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.53 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-armor-picker",
"version": "2.4.0",
"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 --repo=https://github.com/Mijago/D2ArmorPicker-beta.git --base-href=/ --cname=beta.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.40",
"@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.20.0",
"all-contributors-cli": "^6.25.0",
"angular-cli-ghpages": "^1.0.3",
"angular-oauth2-oidc": "^12.0.0",
"bungie-api-ts": "^4.11.0",
"dexie": "^3.2.0",
"glpk.js": "^4.0.1",
"lzutf8": "^0.6.0",
"rxjs": "~6.6.0",
"tslib": "^2.2.0",
"zone.js": "~0.11.4"
},
"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.6.1",
"@commitlint/config-angular": "^17.6.1",
"@types/jasmine": "~3.8.0",
"@types/node": "^16.11.54",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"dotenv": "^10.0.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.8.0",
"husky": "^8.0.0",
"jasmine-core": "~3.8.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"lint-staged": "^13.2.2",
"prettier": "2.8.8",
"ts-node": "^10.3.1",
"typescript": "~4.6.4"
}
}