-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.89 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
{
"name": "thingoo-frontend",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"e2e": "ng e2e",
"lint": "prettier --check .",
"format": "prettier --write .",
"postinstall": "webdriver-manager update --standalone false --gecko false --versions.chrome 88.0.4324.96"
},
"private": true,
"dependencies": {
"@angular/animations": "11.2.2",
"@angular/cdk": "11.2.2",
"@angular/common": "11.2.2",
"@angular/compiler": "11.2.2",
"@angular/core": "11.2.2",
"@angular/forms": "11.2.2",
"@angular/material": "11.2.2",
"@angular/platform-browser": "11.2.2",
"@angular/platform-browser-dynamic": "11.2.2",
"@angular/router": "11.2.2",
"angular-oauth2-oidc": "^10.0.3",
"rxjs": "6.6.6",
"tslib": "2.1.0",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.1102.2",
"@angular-eslint/builder": "1.2.0",
"@angular-eslint/eslint-plugin": "1.2.0",
"@angular-eslint/eslint-plugin-template": "1.2.0",
"@angular-eslint/schematics": "1.2.0",
"@angular-eslint/template-parser": "1.2.0",
"@angular/cli": "11.2.2",
"@angular/compiler-cli": "11.2.2",
"@types/jasmine": "3.6.4",
"@types/node": "14.14.32",
"@typescript-eslint/eslint-plugin": "4.16.1",
"@typescript-eslint/parser": "4.16.1",
"codelyzer": "6.0.1",
"eslint": "^7.21.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "30.7.6",
"eslint-plugin-prefer-arrow": "1.2.3",
"jasmine-core": "3.6.0",
"jasmine-spec-reporter": "6.0.0",
"karma": "6.1.1",
"karma-chrome-launcher": "3.1.0",
"karma-coverage": "2.0.3",
"karma-jasmine": "4.0.1",
"karma-jasmine-html-reporter": "1.5.4",
"prettier": "2.2.1",
"protractor": "7.0.0",
"puppeteer": "6.0.0",
"ts-node": "9.1.1",
"typescript": "4.1.5"
}
}