forked from open-amt-cloud-toolkit/sample-web-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.23 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
{
"name": "openamtui",
"version": "1.2.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"test-ci": "ng test --no-watch --no-progress",
"lint": "ng lint",
"e2e": "ng e2e",
"cypress": "cypress open",
"cy-runner": "cypress run"
},
"private": true,
"dependencies": {
"@angular/animations": "~11.2.5",
"@angular/cdk": "^11.2.4",
"@angular/common": "~11.2.5",
"@angular/compiler": "~11.2.5",
"@angular/core": "~11.2.5",
"@angular/flex-layout": "^11.0.0-beta.33",
"@angular/forms": "~11.2.5",
"@angular/material": "^11.2.4",
"@angular/platform-browser": "~11.2.5",
"@angular/platform-browser-dynamic": "~11.2.5",
"@angular/router": "~11.2.5",
"moment": "^2.29.1",
"ngx-moment": "^5.0.0",
"rxjs": "~6.6.7",
"tslib": "^2.0.0",
"ui-toolkit": "git+https://github.com/open-amt-cloud-toolkit/ui-toolkit.git#v1.2.0",
"xterm": "^4.11.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.6",
"@angular-eslint/template-parser": "^2.0.2",
"@angular/cli": "~11.2.6",
"@angular/compiler-cli": "~11.2.5",
"@angular/localize": "^11.2.8",
"@types/jasmine": "~3.6.9",
"@types/node": "^14.14.37",
"@typescript-eslint/eslint-plugin": "4.20.0",
"@typescript-eslint/parser": "4.20.0",
"eslint": "^7.23.0",
"eslint-config-standard": "^16.0.2",
"eslint-config-standard-with-typescript": "^20.0.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"jasmine-core": "~3.7.1",
"jasmine-spec-reporter": "~6.0.0",
"karma": "~6.3.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"protractor": "~7.0.0",
"ts-node": "~9.1.1",
"eslint-plugin-jsdoc": "32.3.0",
"typescript": "~4.1.5",
"eslint-plugin-prefer-arrow": "1.2.3",
"@angular-eslint/builder": "^2.0.2",
"@angular-eslint/eslint-plugin-template": "^2.0.2",
"@angular-eslint/eslint-plugin": "^2.0.2",
"@angular-eslint/schematics": "2.0.2"
},
"optionalDependencies": {
"cypress": "^6.9.1"
}
}