-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.7 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
{
"name": "ya-mhrs-sim",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js",
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"private": true,
"dependencies": {
"@angular/animations": "16.2.4",
"@angular/cdk": "16.2.2",
"@angular/common": "16.2.4",
"@angular/compiler": "16.2.4",
"@angular/core": "16.2.4",
"@angular/fire": "^7.6.1",
"@angular/forms": "16.2.4",
"@angular/material": "16.2.2",
"@angular/platform-browser": "16.2.4",
"@angular/platform-browser-dynamic": "16.2.4",
"@angular/pwa": "16.2.1",
"@angular/router": "16.2.4",
"@angular/service-worker": "16.2.4",
"@ngrx/component": "^16.2.0",
"@nx/angular": "16.8.0",
"angular-tabler-icons": "^2.33.0",
"comlink": "^4.4.1",
"immer": "^9.0.19",
"lodash-es": "^4.17.21",
"mem": "^9.0.2",
"rxjs": "7.8.1",
"ts-pattern": "^4.2.1",
"tslib": "^2.3.0",
"yalps": "^0.5.5",
"zod": "^3.20.6",
"zone.js": "0.13.1"
},
"devDependencies": {
"@angular-devkit/architect": "0.1602.1",
"@angular-devkit/build-angular": "16.2.1",
"@angular-devkit/core": "16.2.1",
"@angular-devkit/schematics": "16.2.1",
"@angular-eslint/eslint-plugin": "16.0.3",
"@angular-eslint/eslint-plugin-template": "16.0.3",
"@angular-eslint/template-parser": "16.0.3",
"@angular/cli": "~16.2.0",
"@angular/compiler-cli": "16.2.4",
"@angular/language-service": "16.2.4",
"@nx/cypress": "16.8.0",
"@nx/eslint-plugin": "16.8.0",
"@nx/jest": "16.8.0",
"@nx/linter": "16.8.0",
"@nx/workspace": "16.8.0",
"@schematics/angular": "16.2.1",
"@testing-library/angular": "^14.3.0",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "29.4.0",
"@types/lodash-es": "^4.17.6",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"ajv": "^8.12.0",
"autoprefixer": "^10.4.15",
"cypress": "^13.0.0",
"eslint": "8.46.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "2.14.0",
"eslint-plugin-testing-library": "^6.0.1",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-preset-angular": "13.1.1",
"jest-watch-typeahead": "^2.2.2",
"msw": "^1.1.0",
"nx": "16.8.0",
"nx-cloud": "16.3.0",
"postcss": "^8.4.29",
"prettier": "^3.0.3",
"prettier-plugin-organize-attributes": "^1.0.0",
"prettier-plugin-tailwindcss": "^0.5.4",
"tailwindcss": "^3.3.3",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"type-fest": "^3.6.1",
"typescript": "5.1.6"
}
}