-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.3 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
75
76
77
{
"version": "0.1.0",
"private": true,
"name": "angulargo",
"description": "angular template app",
"author": "",
"dependencies": {
"@angular/animations": "^14.2.5",
"@angular/common": "^14.2.5",
"@angular/core": "^14.2.5",
"@angular/forms": "^14.2.5",
"@angular/localize": "^14.2.5",
"@angular/material": "^14.2.4",
"@angular/platform-browser": "^14.2.5",
"@angular/platform-browser-dynamic": "^14.2.5",
"@angular/router": "^14.2.5",
"@azure/msal-angular": "^1.1.2",
"@ng-bootstrap/ng-bootstrap": "^13.0.0",
"@types/applicationinsights-js": "^1.0.9",
"@types/gapi": "^0.0.39",
"@types/gapi.auth2": "^0.0.54",
"applicationinsights-js": "^1.0.21",
"bootstrap": "^5.2.2",
"classlist.js": "^1.1.20150312",
"core-js": "^3.25.5",
"error-stack-parser": "^2.0.6",
"font-awesome": "^4.7.0",
"jquery": "^3.6.1",
"msal": "^1.4.17",
"ngx-restangular": "^6.0.1",
"popper.js": "^1.16.1",
"rxjs": "^6.6.7",
"rxjs-compat": "^6.6.7",
"tslib": "^2.4.0",
"web-animations-js": "^2.3.2",
"zone.js": "^0.11.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.5",
"@angular/cdk": "^14.2.4",
"@angular/cli": "^14.2.5",
"@angular/compiler": "^14.2.5",
"@angular/compiler-cli": "^14.2.5",
"@angular/language-service": "^14.2.5",
"@types/jasmine": "^3.7.6",
"@types/jasminewd2": "^2.0.9",
"@types/node": "^18.8.3",
"codelyzer": "^6.0.2",
"jasmine-core": "^3.7.1",
"jasmine-spec-reporter": "^5.0.0",
"karma": "^6.3.2",
"karma-chrome-launcher": "^3.1.0",
"karma-cli": "^2.0.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^4.0.0",
"karma-jasmine-html-reporter": "^1.6.0",
"node-sass": "^7.0.3",
"npm-force-resolutions": "^0.0.10",
"protractor": "^7.0.0",
"ts-node": "^10.9.1",
"tslint": "^6.1.3",
"tslint-angular": "^3.0.3",
"typescript": "^4.8.4"
},
"scripts": {
"ng": "ng",
"preinstall": "npx npm-force-resolutions",
"postinstall": "ngcc",
"start": "ng serve --ssl --aot",
"test": "test",
"build": "ng build",
"buildProd": "ng build --configuration production --aot",
"lint": "lint",
"e2e": "ng e2e --port 8009 --ssl",
"preprotractor": "webdriver-manager update"
}
}