-
Notifications
You must be signed in to change notification settings - Fork 78
/
package.json
185 lines (185 loc) · 5.85 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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
{
"name": "angular-movies",
"version": "1.0.1",
"license": "MIT",
"main": "dist/projects/movies/server/index.js",
"engines": {
"node": "18"
},
"scripts": {
"nx": "nx",
"start": "nx serve movies:development",
"husky": "husky",
"serve:dist": "npx http-server -p 8080 -c-1 dist/projects/movies/browser",
"format:all": "prettier --write .",
"commit": "git-cz",
"prepare": "husky install || true"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
},
"dependencies": {
"@angular/animations": "^16.2.0",
"@angular/common": "^16.2.0",
"@angular/core": "^16.2.0",
"@angular/platform-browser": "^16.2.0",
"@angular/platform-browser-dynamic": "^16.2.0",
"@angular/platform-server": "^16.2.0",
"@angular/router": "^16.2.0",
"@angular/service-worker": "^16.2.0",
"@push-based/ngx-fast-svg": "^0.3.1",
"@rx-angular/cdk": "^16.0.0",
"@rx-angular/eslint-plugin": "^1.0.0",
"@rx-angular/state": "^16.0.0",
"@rx-angular/template": "^16.0.2",
"core-js": "^2.6.12",
"express": "^4.18.2",
"firebase-functions": "^4.4.0",
"ngx-isr": "^0.5.5",
"rxjs": "^7.8.1",
"server-timing": "^3.3.3",
"zone.js": "~0.13.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.0",
"@angular-eslint/builder": "^16.1.0",
"@angular-eslint/eslint-plugin": "^16.1.0",
"@angular-eslint/eslint-plugin-template": "^16.1.0",
"@angular-eslint/schematics": "^16.1.0",
"@angular-eslint/template-parser": "^16.1.0",
"@angular/cli": "^16.2.0",
"@angular/compiler": "^16.2.0",
"@angular/compiler-cli": "^16.2.0",
"@angular/language-service": "^16.2.0",
"@cloudflare/workers-types": "^4.20230511.0",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@commitlint/cz-commitlint": "^12.1.4",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@miniflare/tre": "^3.0.0-next.13",
"@nguniversal/builders": "^16.2.0",
"@nguniversal/common": "^16.2.0",
"@nguniversal/express-engine": "^16.2.0",
"@nx/angular": "16.6.0",
"@nx/devkit": "16.6.0",
"@nx/esbuild": "16.6.0",
"@nx/eslint-plugin": "16.6.0",
"@nx/jest": "16.6.0",
"@nx/js": "16.6.0",
"@nx/node": "16.6.0",
"@nx/webpack": "16.6.0",
"@nx/workspace": "16.6.0",
"@push-based/user-flow": "^0.20.0",
"@push-based/user-flow-nx-plugin": "^0.1.0",
"@rx-angular/import-graph-visualizer": "^0.2.0",
"@schematics/angular": "^16.0.3",
"@size-limit/file": "^7.0.8",
"@types/compression": "^1.7.2",
"@types/express": "^4.17.17",
"@types/jest": "^29.4.0",
"@types/node": "^18.11.7",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"cash-true": "0.0.2",
"commitizen": "^4.2.4",
"compression": "^1.7.4",
"concurrently": "^6.2.0",
"domino": "^2.1.6",
"esbuild": "^0.17.19",
"eslint": "^8.39.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-markdownlint": "^0.4.1",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unicorn": "^48.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"fast-glob": "^3.2.12",
"find-process": "^1.4.4",
"firebase-admin": "^11.8.0",
"firebase-functions-test": "^3.1.0",
"firebase-tools": "^12.1.0",
"http-server": "^0.11.1",
"husky": "^7.0.4",
"jest": "^29.4.1",
"jest-environment-node": "^29.4.1",
"lighthouse": "^9.6.8",
"lint-staged": "^11.2.6",
"markdownlint": "^0.29.0",
"nx": "16.6.0",
"nx-cloud": "16.3.0",
"open": "^8.4.0",
"postcss-preset-env": "^9.1.0",
"prettier": "^2.6.2",
"puppeteer": "^13.4.1",
"source-map-explorer": "^2.5.3",
"sqlite3": "^5.0.2",
"stylelint": "^13.13.1",
"stylelint-prettier": "^1.2.0",
"terminate": "^2.2.1",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"tslib": "^2.5.0",
"typescript": "5.0.4",
"webpack-bundle-analyzer": "^3.3.2",
"wrangler": "^3.0.1",
"yargs": "^17.3.1"
},
"optionalDependencies": {
"@nx/nx-darwin-arm64": "16.5.1",
"@nx/nx-darwin-x64": "16.5.1",
"@nx/nx-linux-x64-gnu": "16.5.1",
"@nx/nx-win32-x64-msvc": "16.5.1"
},
"overrides": {
"@rx-angular/cdk": {
"@angular/core": ">16.2.0-next.0"
},
"@rx-angular/state": {
"@angular/core": ">16.2.0-next.0"
},
"@rx-angular/template": {
"@angular/core": ">16.2.0-next.0"
},
"@nx/angular": {
"@angular-eslint/schematics": ">16.2.0-next.0",
"@angular/cli": ">16.2.0-next.0",
"@nguniversal/common": ">16.2.0-next.0",
"@angular-devkit/build-angular": ">16.2.0-next.0"
},
"@angular-eslint/schematics": {
"@angular/cli": ">16.2.0-next.0",
"@nguniversal/common": ">16.2.0-next.0",
"@angular-devkit/build-angular": ">16.2.0-next.0"
},
"@nguniversal/builders": {
"@angular-eslint/schematics": ">16.2.0-next.0",
"@angular/core": ">16.2.0-next.0",
"@angular/common": ">16.2.0-next.0",
"@angular-devkit/build-angular": ">16.2.0-next.0"
},
"@nguniversal/common": {
"@angular-eslint/schematics": ">16.2.0-next.0",
"@angular/core": ">16.2.0-next.0",
"@angular/common": ">16.2.0-next.0",
"@angular-devkit/build-angular": ">16.2.0-next.0"
},
"@nguniversal/express-engine": {
"@angular-eslint/schematics": ">16.2.0-next.0",
"@angular/core": ">16.2.0-next.0",
"@angular/common": ">16.2.0-next.0",
"@angular-devkit/build-angular": ">16.2.0-next.0"
},
"@push-based/ngx-fast-svg": {
"@angular/core": ">16.2.0-next.0",
"@angular/common": ">16.2.0-next.0"
},
"ngx-isr": {
"@types/node": "^18.16.14",
"@angular/core": ">16.2.0-next.0",
"@angular/common": ">16.2.0-next.0"
}
}
}