-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
94 lines (94 loc) · 2.97 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
{
"name": "kirby",
"version": "1.12.1",
"author": "ALAR Computing",
"license": "MIT",
"private": true,
"scripts": {
"ng": "nx",
"nx": "nx",
"start": "ng serve",
"test-all": "nx run-many --all --target=test",
"test-all-parallel": "nx run-many --all --target=test --parallel",
"deploy-pascal-lab": "envoy run deploy --project=pascal --target=lab",
"deploy-pascal-prod": "envoy run deploy --project=pascal --target=prod",
"postinstall": "electron-builder install-app-deps && ngcc --properties es2020 browser module main"
},
"dependencies": {
"@angular-devkit/core": "~15.1.6",
"@angular/animations": "~15.1.4",
"@angular/cdk": "~15.1.4",
"@angular/common": "~15.1.4",
"@angular/compiler": "~15.1.4",
"@angular/core": "~15.1.4",
"@angular/forms": "~15.1.4",
"@angular/localize": "~15.1.4",
"@angular/material": "~15.1.4",
"@angular/material-moment-adapter": "~15.1.4",
"@angular/platform-browser": "~15.1.4",
"@angular/platform-browser-dynamic": "~15.1.4",
"@angular/router": "~15.1.4",
"@ngrx/component-store": "~15.0.0",
"@ngrx/effects": "15.0.0",
"@ngrx/entity": "15.0.0",
"@ngrx/router-store": "15.0.0",
"@ngrx/store": "15.0.0",
"@nrwl/angular": "~15.7.0",
"autoprefixer": "^10.2.5",
"chart.js": "^2.9.4",
"core-js": "^2.5.4",
"lodash-es": "^4.17.21",
"moment": "^2.27.0",
"ng2-charts": "^2.4.3",
"postcss": "^8.2.12",
"rxjs": "6.6.7",
"serialport": "^10.0",
"tailwindcss": "^3.2.7",
"tslib": "^2.5.0",
"zone.js": "0.11.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "~15.1.5",
"@angular-devkit/schematics": "~15.1.6",
"@angular-eslint/eslint-plugin": "15.0.0",
"@angular-eslint/eslint-plugin-template": "15.0.0",
"@angular-eslint/template-parser": "15.0.0",
"@angular/cli": "~15.1.0",
"@angular/compiler-cli": "~15.1.4",
"@angular/language-service": "~15.1.4",
"@ngrx/schematics": "15.0.0",
"@ngrx/store-devtools": "15.0.0",
"@nrwl/cli": "~15.7.0",
"@nrwl/cypress": "~15.7.0",
"@nrwl/eslint-plugin-nx": "~15.7.0",
"@nrwl/jest": "15.7.1",
"@nrwl/linter": "~15.7.0",
"@nrwl/workspace": "~15.7.0",
"@schematics/angular": "~15.1.6",
"@types/jest": "28.1.8",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "5.52.0",
"@typescript-eslint/parser": "5.52.0",
"codecov": "^3.7.2",
"cypress": "^4.12.1",
"dotenv": "10.0.0",
"electron": "^23.0.0",
"electron-rebuild": "^3.2.9",
"eslint": "^8.34.0",
"eslint-plugin-cypress": "^2.10.3",
"exitzero": "^1.0.1",
"faker": "^4.1.0",
"jasmine-marbles": "~0.8.3",
"jest": "28.1.3",
"jest-environment-jsdom": "28.1.3",
"jest-preset-angular": "12.2.3",
"nx": "~15.7.0",
"nx-electron": "^14",
"prettier": "2.8.4",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"tslint": "6.1.3",
"typescript": "4.8.4",
"webpack-bundle-analyzer": "^3.8.0"
}
}