-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
97 lines (97 loc) · 3.25 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "ccf-asctb-reporter",
"version": "2.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:asctb-api": "cd asctb-api && npm run dev",
"dev": "npm start & npm run start:asctb-api",
"build": "ng build v2 --base-href=/ccf-asct-reporter/ --configuration=production",
"build:staging": "ng build v2 --base-href=/ --configuration=staging",
"test": "ng test",
"test:wsl": "ng test --browsers=ChromeHeadlessWSL",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular-ru/ngxs": "^14.1.4",
"@angular/animations": "^16.1.2",
"@angular/cdk": "^16.1.2",
"@angular/common": "^16.1.2",
"@angular/compiler": "^16.1.2",
"@angular/core": "^16.1.2",
"@angular/forms": "^16.1.2",
"@angular/material": "^16.1.2",
"@angular/platform-browser": "^16.1.2",
"@angular/platform-browser-dynamic": "^16.1.2",
"@angular/router": "^16.1.2",
"@angular/youtube-player": "^16.1.2",
"@fortawesome/angular-fontawesome": "^0.13.0",
"@fortawesome/fontawesome-free": "^6.4.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@ngxs/devtools-plugin": "^3.8.1",
"@ngxs/logger-plugin": "^3.8.1",
"@ngxs/storage-plugin": "^3.8.1",
"@ngxs/store": "^3.8.1",
"@swimlane/ngx-charts": "^20.4.1",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"bootstrap": "^5.3.0",
"express-fileupload": "^1.4.0",
"font-awesome": "^4.7.0",
"jspreadsheet-ce": "^4.13.3",
"marked": "^4.3.0",
"mat-table-exporter": "^15.0.0",
"moment": "^2.29.2",
"ngx-google-analytics": "^14.0.1",
"ngx-markdown": "^16.0.0",
"ngx-mat-select-search": "^7.0.2",
"ngxs-reset-plugin": "^3.0.0",
"papaparse": "^5.3.0",
"rxjs": "^7.8.0",
"tslib": "^2.0.0",
"vega": "^5.17.0",
"vega-embed": "^6.14.2",
"vega-lite": "^4.17.0",
"vega-tooltip": "^0.24.2",
"xlsx": "^0.17.4",
"zone.js": "~0.13.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.1.1",
"@angular-eslint/builder": "^16.0.3",
"@angular-eslint/eslint-plugin": "^16.0.3",
"@angular-eslint/eslint-plugin-template": "^16.0.3",
"@angular-eslint/schematics": "^16.0.3",
"@angular-eslint/template-parser": "^16.0.3",
"@angular/cli": "^16.1.1",
"@angular/compiler-cli": "^16.1.2",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/marked": "^4.0.8",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.0",
"eslint": "^8.43.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsdoc": "39.6.4",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-unicorn": "^47.0.0",
"jasmine-core": "^4.0.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.3.11",
"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",
"shallow-render": "^15.0.3",
"ts-node": "^10.4.0",
"typedoc": "^0.23.28",
"typescript": "^4.8.4"
}
}