-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
137 lines (137 loc) · 4.46 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"name": "al",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"nx": "nx",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "nx workspace-lint && ng lint",
"e2e": "ng e2e",
"deploy": "ng deploy",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:deploy": "nx affected --target=deploy",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "nx migrate latest",
"workspace-schematic": "nx workspace-schematic",
"dep-graph": "nx dep-graph",
"help": "nx help",
"postinstall": "ngcc --properties es2015 browser module main"
},
"private": true,
"dependencies": {
"@angular/animations": "12.0.0",
"@angular/common": "12.0.0",
"@angular/compiler": "12.0.0",
"@angular/core": "12.0.0",
"@angular/forms": "12.0.0",
"@angular/localize": "12.0.0",
"@angular/platform-browser": "12.0.0",
"@angular/platform-browser-dynamic": "12.0.0",
"@angular/router": "12.0.0",
"@angular/service-worker": "12.0.0",
"@fortawesome/angular-fontawesome": "0.8.1",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@ngrx/effects": "12.0.0",
"@ngrx/store": "12.0.0",
"@ngrx/store-devtools": "12.0.0",
"angular-oauth2-oidc": "10.0.3",
"core-js": "^3.6.5",
"rxjs": "~6.6.2",
"tslib": "^2.0.0",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-builders/custom-webpack": "11.0.0",
"@angular-devkit/build-angular": "12.0.0",
"@angular-eslint/eslint-plugin": "12.0.0",
"@angular-eslint/eslint-plugin-template": "12.0.0",
"@angular-eslint/template-parser": "12.0.0",
"@angular/cdk": "11.1.1",
"@angular/cli": "12.0.0",
"@angular/compiler-cli": "12.0.0",
"@angular/language-service": "12.0.0",
"@angular/material": "11.1.1",
"@babel/plugin-proposal-dynamic-import": "^7.10.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-top-level-await": "^7.10.4",
"@cypress/code-coverage": "^3.8.1",
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@ngx-formly/core": "^5.10.3",
"@ngx-formly/material": "^5.10.3",
"@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^4.0.0",
"@nrwl/angular": "12.3.3",
"@nrwl/cli": "12.3.3",
"@nrwl/cypress": "12.3.3",
"@nrwl/eslint-plugin-nx": "12.3.3",
"@nrwl/jest": "12.3.3",
"@nrwl/linter": "12.3.3",
"@nrwl/storybook": "12.3.3",
"@nrwl/tao": "12.3.3",
"@nrwl/workspace": "12.3.3",
"@storybook/addon-a11y": "6.3.0-beta.5",
"@storybook/addon-knobs": "6.3.0-next.2",
"@storybook/angular": "6.3.0-beta.5",
"@storybook/builder-webpack5": "6.3.0-beta.5",
"@storybook/manager-webpack5": "6.3.0-beta.5",
"@types/chrome": "^0.0.129",
"@types/jest": "26.0.20",
"@types/node": "14.14.33",
"@typescript-eslint/eslint-plugin": "4.19.0",
"@typescript-eslint/parser": "4.19.0",
"angular-cli-ghpages": "1.0.0-rc.1",
"codecov": "^3.7.1",
"cypress": "^6.3.0",
"cypress-lighthouse": "^0.1.0",
"date-fns": "^2.16.1",
"dotenv": "8.2.0",
"eslint": "7.22.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.0.2",
"eslint-plugin-jsdoc": "31.4.0",
"istanbul-instrumenter-loader": "^3.0.1",
"istanbul-lib-coverage": "^3.0.0",
"jest": "26.6.3",
"jest-preset-angular": "8.4.0",
"ng-packagr": "12.0.0",
"ngx-build-plus": "^11.0.0",
"ngx-date-fns": "7.0.0",
"ngx-translate-testing": "^5.1.0",
"nyc": "^15.1.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-scss": "^3.0.2",
"prettier": "2.2.1",
"roboto-fontface": "^0.10.0",
"source-map-support": "^0.5.19",
"tailwindcss": "^1.8.10",
"ts-jest": "26.5.5",
"ts-node": "~9.1.1",
"typescript": "4.2.4",
"uuid": "^8.3.0",
"webpack": "^5.37.0"
},
"nyc": {
"extends": "@istanbuljs/nyc-config-typescript",
"all": true
},
"resolutions": {
"webpack": "^5.0.0"
}
}