-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.74 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
{
"name": "unifi-reset-password",
"version": "0.0.1",
"author": "Jan Bednar <public@janbednar.eu> (http://janbednar.eu)",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production --base-href=\"/unifi-reset-password/\"",
"test": "ng test --watch=false --progress=false --browsers=ChromeHeadless --code-coverage",
"lint": "ng lint",
"test-headless": "ng test --watch=false --progress=false --browsers=ChromeHeadless --code-coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/bedlaj/unifi-password-reset.git"
},
"private": true,
"dependencies": {
"@angular/animations": "^12.2.12",
"@angular/cdk": "^12.2.12",
"@angular/common": "^12.2.12",
"@angular/compiler": "^12.2.12",
"@angular/core": "^12.2.12",
"@angular/forms": "^12.2.12",
"@angular/material": "^12.2.12",
"@angular/platform-browser": "^12.2.12",
"@angular/platform-browser-dynamic": "^12.2.12",
"@material-icons/font": "^1.0.19",
"@openfonts/roboto_latin": "^1.44.1",
"rxjs": "~7.4.0",
"sha512-crypt-ts": "^0.1.26",
"tslib": "^2.3.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.2.12",
"@angular/cli": "~12.2.12",
"@angular/compiler-cli": "^12.2.12",
"@types/jest": "^27.0.2",
"codecov": "^3.8.3",
"codelyzer": "^6.0.2",
"jasmine-core": "~3.10.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "^6.3.7",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"protractor": "^7.0.0",
"ts-node": "~10.4.0",
"tslint": "~6.1.3",
"typescript": "~4.3.5"
}
}