-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
102 lines (102 loc) · 3.26 KB
/
Copy pathpackage.json
File metadata and controls
102 lines (102 loc) · 3.26 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "elastest-torm-gui",
"version": "2.4.0",
"private": true,
"description": "ElasTest TORM GUI",
"keywords": [
"angular",
"components",
"reusable"
],
"scripts": {
"e2e": "ng e2e",
"lint": "ng lint",
"reinstall": "rm -rf node_modules tmp deploy dist && npm i",
"postinstall": "webdriver-manager update",
"start-api": "cd mock-api && covalent-data &",
"stop-api": "pkill covalent-data",
"webdriver-update": "bash ./node_modules/.bin/webdriver-manager update",
"test": "ng test --code-coverage --single-run",
"ghpages-deploy": "ng build --aot --prod --configuration=production --sourcemap=false",
"start": "ng serve --proxy-config proxy.conf.json",
"build-prod": "node --max_old_space_size=8192 ./node_modules/@angular/cli/bin/ng build --prod --aot --configuration=production"
},
"engines": {
"node": ">4.4 < 7",
"npm": ">3"
},
"repository": "https://github.com/elastest/elastest-torm",
"license": "Apache v2",
"dependencies": {
"@angular/animations": "8.2.5",
"@angular/cdk": "8.2.0",
"@angular/common": "8.2.5",
"@angular/compiler": "8.2.5",
"@angular/core": "11.0.5",
"@angular/flex-layout": "7.0.0-beta.23",
"@angular/forms": "8.2.5",
"@angular/http": "7.2.15",
"@angular/material": "8.2.0",
"@angular/platform-browser": "8.2.5",
"@angular/platform-browser-dynamic": "8.2.5",
"@angular/platform-server": "8.2.5",
"@angular/router": "8.2.5",
"@covalent/core": "2.1.1",
"@covalent/dynamic-forms": "2.1.1",
"@covalent/highlight": "2.1.1",
"@covalent/http": "2.1.1",
"@covalent/markdown": "2.1.1",
"@covalent/code-editor": "2.1.1",
"@fortawesome/angular-fontawesome": "0.3.0",
"@fortawesome/fontawesome-svg-core": "1.2.15",
"@fortawesome/free-brands-svg-icons": "5.7.2",
"@fortawesome/free-solid-svg-icons": "5.7.2",
"@stomp/ng2-stompjs": "7.2.0",
"@swimlane/ngx-charts": "10.0.0",
"ag-grid-angular": "20.2.0",
"ag-grid-community": "20.2.0",
"angular-tree-component": "7.0.2-beta1",
"core-js": "3.2.1",
"d3": "5.7.0",
"hammerjs": "^2.0.8",
"highlight.js": "9.15.10",
"ng2-stomp-service": "1.2.2",
"ng2-trim-directive": "2.3.2",
"ngx-autosize": "1.2.4",
"rxjs": "6.3.3",
"rxjs-compat": "6.3.3",
"showdown": "1.9.0",
"sockjs-client": "^1.1.4",
"time-ago-pipe": "1.3.2",
"tslib": "^1.9.0",
"zone.js": "^0.8.26",
"angular-split": "3.0.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.803.3",
"@angular/cli": "8.3.3",
"@angular/compiler-cli": "8.2.5",
"@types/hammerjs": "2.0.36",
"@types/jasmine": "3.3.5",
"@types/node": "~10.12.18",
"@types/selenium-webdriver": "3.0.14",
"codelyzer": "~4.5.0",
"jasmine-core": "~3.3.0",
"jasmine-spec-reporter": "4.2.1",
"karma": "~3.1.4",
"karma-chrome-launcher": "~2.2.0",
"karma-cli": "~2.0.0",
"karma-coverage-istanbul-reporter": "^2.0.4",
"karma-firefox-launcher": "1.1.0",
"karma-jasmine": "^2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"phantomjs-prebuilt": "2.1.16",
"protractor": "~5.4.2",
"ts-node": "~7.0.1",
"tslint": "^5.12.0",
"typescript": "3.5.3"
},
"optionalDependencies": {
"@covalent/data": "0.7.1"
}
}