-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
136 lines (136 loc) · 4.65 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
{
"name": "website_frontend",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "nx",
"nx": "nx",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "nx workspace-lint && ng lint",
"e2e": "ng e2e",
"start:frontend": "ng serve --project=frontend --hmr",
"build:frontend": "ng build --project=frontend --configuration production",
"affected:apps": "./node_modules/.bin/nx affected:apps",
"affected:libs": "./node_modules/.bin/nx affected:libs",
"affected:build": "./node_modules/.bin/nx affected:build",
"affected:e2e": "./node_modules/.bin/nx affected:e2e",
"affected:test": "./node_modules/.bin/nx affected:test",
"affected:lint": "./node_modules/.bin/nx affected:lint",
"affected:dep-graph": "./node_modules/.bin/nx affected:dep-graph",
"affected": "./node_modules/.bin/nx affected",
"format": "./node_modules/.bin/nx format:write",
"format:write": "./node_modules/.bin/nx format:write",
"format:check": "./node_modules/.bin/nx format:check",
"update": "nx migrate latest",
"update:check": "ng update",
"dep-graph": "./node_modules/.bin/nx dep-graph",
"help": "./node_modules/.bin/nx help",
"postinstall": "node ./decorate-angular-cli.js",
"workspace-generator": "nx workspace-generator"
},
"private": true,
"dependencies": {
"@angular/animations": "13.2.1",
"@angular/cdk": "13.2.1",
"@angular/common": "13.2.1",
"@angular/compiler": "13.2.1",
"@angular/core": "13.2.1",
"@angular/forms": "13.2.1",
"@angular/material": "13.2.1",
"@angular/platform-browser": "13.2.1",
"@angular/platform-browser-dynamic": "13.2.1",
"@angular/platform-server": "13.2.1",
"@angular/router": "13.2.1",
"@angular/service-worker": "13.2.1",
"@apollo/client": "3.5.7",
"@fortawesome/angular-fontawesome": "0.9.0",
"@fortawesome/fontawesome-svg-core": "1.2.36",
"@fortawesome/free-brands-svg-icons": "5.15.4",
"@fortawesome/free-solid-svg-icons": "5.15.4",
"@ngrx/effects": "13.0.2",
"@ngrx/entity": "13.0.2",
"@ngrx/router-store": "13.0.2",
"@ngrx/store": "13.0.2",
"@nguniversal/express-engine": "13.0.1",
"@ngx-loading-bar/core": "5.1.2",
"@ngx-loading-bar/http-client": "5.1.2",
"@ngx-loading-bar/router": "5.1.2",
"@nrwl/angular": "13.4.5",
"apollo-angular": "2.6.0",
"color": "^4.0.1",
"core-js": "3.18.1",
"crypto-hash": "^2.0.1",
"date-fns": "1.30.1",
"express": "4.17.1",
"graphql": "15.7.2",
"ng-katex": "2.0.3",
"ng2-pdf-viewer": "^7.0.1",
"parse-color": "1.0.0",
"rxjs": "6.6.7",
"subsink": "1.0.2",
"tslib": "2.3.1",
"winston": "^3.8.2",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-builders/custom-webpack": "13.1.0",
"@angular-devkit/architect": "^0.1302.2",
"@angular-devkit/build-angular": "13.2.2",
"@angular-eslint/builder": "13.0.1",
"@angular-eslint/eslint-plugin": "13.0.1",
"@angular-eslint/eslint-plugin-template": "13.0.1",
"@angular-eslint/schematics": "13.0.1",
"@angular-eslint/template-parser": "13.0.1",
"@angular/cli": "13.2.2",
"@angular/compiler-cli": "13.2.1",
"@angular/language-service": "13.2.1",
"@angularclass/hmr": "3.0.0",
"@ngrx/schematics": "13.0.2",
"@ngrx/store-devtools": "13.0.2",
"@nguniversal/builders": "13.0.1",
"@nrwl/cli": "13.4.5",
"@nrwl/tao": "13.4.5",
"@nrwl/workspace": "13.4.5",
"@schematics/angular": "12.2.8",
"@types/color": "^3.0.2",
"@types/express": "4.17.13",
"@types/jasmine": "3.9.1",
"@types/jasminewd2": "2.0.10",
"@types/jsdom": "16.2.5",
"@types/node": "16.10.2",
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/parser": "5.3.0",
"autoprefixer": "10.3.7",
"dotenv": "10.0.0",
"eslint": "^8.2.0",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-jsdoc": "36.1.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"fuzzy": "^0.1.3",
"inquirer": "^6.2.2",
"inquirer-autocomplete-prompt": "^1.0.1",
"jasmine-core": "3.9.0",
"jasmine-marbles": "0.8.4",
"jasmine-spec-reporter": "7.0.0",
"jsonc-parser": "^3.0.0",
"karma": "6.3.4",
"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",
"loaders.css": "0.1.2",
"ng-in-viewport": "6.1.5",
"open": "^7.0.3",
"postcss": "8.3.9",
"postcss-import": "14.0.2",
"postcss-loader": "6.1.1",
"postcss-scss": "4.0.1",
"prettier": "2.4.1",
"protractor": "7.0.0",
"tailwindcss": "2.2.16",
"ts-node": "10.2.1",
"typescript": "4.5.4"
}
}