-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
80 lines (80 loc) · 2.48 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
{
"name": "a2agc",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "nx serve",
"compile-build-data": "node compile-build-data.js",
"build": "nx build a2agc",
"test": "nx test",
"test:wsl": "nx test --browsers=ChromeHeadlessWSL",
"lint": "nx lint",
"e2e": "nx e2e",
"compodoc": "npx compodoc -p apps/a2agc/tsconfig.doc.json"
},
"private": true,
"dependencies": {
"@angular-ru/cdk": "^15.0.1",
"@angular-ru/ngxs": "^14.2.2",
"@angular/animations": "^17.1.2",
"@angular/cdk": "^17.1.2",
"@angular/common": "^17.1.2",
"@angular/compiler": "^17.1.2",
"@angular/core": "^17.1.2",
"@angular/forms": "^17.1.2",
"@angular/material": "^17.1.2",
"@angular/platform-browser": "^17.1.2",
"@angular/platform-browser-dynamic": "^17.1.2",
"@angular/router": "^17.1.2",
"@ngxs/logger-plugin": "^3.8.2",
"@ngxs/router-plugin": "^3.8.2",
"@ngxs/storage-plugin": "^3.8.2",
"@ngxs/store": "^3.8.2",
"css-element-queries": "^1.2.3",
"ngx-markdown": "^17.1.1",
"ngx-vega": "^1.0.0",
"papaparse": "^5.4.1",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"vega": "^5.27.0",
"vega-embed": "^6.24.0",
"vega-lite": "^5.16.3",
"zone.js": "~0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.1.2",
"@angular-devkit/core": "^17.1.2",
"@angular-devkit/schematics": "^17.1.2",
"@angular-eslint/builder": "^17.2.1",
"@angular-eslint/eslint-plugin": "^17.2.1",
"@angular-eslint/eslint-plugin-template": "^17.2.1",
"@angular-eslint/schematics": "17.2.1",
"@angular-eslint/template-parser": "^17.2.1",
"@angular/cli": "^17.1.2",
"@angular/compiler-cli": "^17.1.2",
"@compodoc/compodoc": "^1.1.23",
"@nx/angular": "18.0.4",
"@nx/workspace": "18.0.4",
"@schematics/angular": "^17.1.2",
"@types/jasmine": "^5.1.4",
"@types/jasminewd2": "^2.0.13",
"@types/node": "^20.11.16",
"@types/papaparse": "^5.3.14",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"jasmine-core": "^5.1.1",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"ng-packagr": "^17.1.2",
"nx": "18.0.4",
"protractor": "~7.0.0",
"shallow-render": "^17.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}