forked from lega0208/upd-new
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
195 lines (195 loc) · 7.14 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
186
187
188
189
190
191
192
193
194
195
{
"name": "dua-upd",
"version": "3.0.0",
"license": "MIT",
"scripts": {
"ng": "nx",
"start": "set NX_NATIVE_COMMAND_RUNNER=false& nx run-many --target=serve --projects=api,upd --parallel",
"dev": "set NX_NATIVE_COMMAND_RUNNER=false& nx run-many --target=serve --projects=api,upd --parallel --output-style=static",
"preview": "nx run-many --target=preview --projects=api,upd --parallel --output-style=static",
"build": "nx run-many --target=build --projects=api,upd,db-updater,db-cli --parallel=false --prod --output-style=static",
"build:parallel": "nx run-many --target=build --projects=api,upd,db-updater,db-cli --parallel --prod --output-style=static",
"compodoc": "nx run upd:compodoc --serve --port 8081",
"db-cli": "node -r @swc-node/register apps/db-cli/src/main.ts",
"db-updater": "npm run db-cli update",
"db-repair": "npm run db-cli db-repair",
"db-repopulate": "npm run db-cli repopulate",
"db-script": "node -r @swc-node/register apps/db-cli/src/main.ts run-script",
"deploy": "git pull && cd docker && docker-compose pull && docker-compose up -d",
"deploy:local": "git pull && cd docker && docker-compose build -f docker-compose.local.yml && docker-compose up -d",
"docker-dev:build": "docker compose -f ./docker/docker-compose.dev.local.yml build",
"docker-dev:deps": "nx run-many --target=build --projects=api,upd --prod --parallel",
"docker-dev:up": "docker compose -f ./docker/docker-compose.dev.local.yml up -d",
"docker-dev": "npm run docker-dev:deps && npm run docker-dev:build && npm run docker-dev:up",
"lint": "nx run-many --target=lint --projects=api,upd,db-updater,db-cli --parallel",
"logs": "nx run log-viewer:serve:production",
"test": "nx test",
"analyze-bundle": "webpack-bundle-analyzer dist/apps/upd/stats.json",
"pre-pr": "npm run lint && npm run build:parallel",
"translations": "npm run db-script -- -ngenerateTaskTranslations"
},
"private": true,
"dependencies": {
"@adobe/aio-lib-analytics": "^4.0.1",
"@angular/animations": "17.2.1",
"@angular/cdk": "17.2.0",
"@angular/common": "17.2.1",
"@angular/compiler": "17.2.1",
"@angular/core": "17.2.1",
"@angular/forms": "17.2.1",
"@angular/localize": "17.2.1",
"@angular/platform-browser": "17.2.1",
"@angular/platform-browser-dynamic": "17.2.1",
"@angular/router": "17.2.1",
"@angular/service-worker": "17.2.1",
"@azure/identity": "^4.0.1",
"@azure/storage-blob": "^12.17.0",
"@googleapis/searchconsole": "^1.0.3",
"@mongodb-js/zstd": "^1.1.0",
"@nestjs/bullmq": "^10.0.1",
"@nestjs/cache-manager": "^2.0.0",
"@nestjs/common": "10.0.2",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "10.0.2",
"@nestjs/mapped-types": "^2.0.2",
"@nestjs/mongoose": "^10.0.1",
"@nestjs/platform-express": "10.0.2",
"@nestjs/schedule": "^3.0.4",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@ngrx/component-store": "17.1.0",
"@ngrx/effects": "17.1.0",
"@ngrx/entity": "17.1.0",
"@ngrx/router-store": "17.1.0",
"@ngrx/store": "17.1.0",
"@ngx-pwa/local-storage": "^17.0.0",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@popperjs/core": "^2.11.7",
"@swc/helpers": "0.5.3",
"airtable": "^0.12.2",
"apexcharts": "3.43.0",
"axios": "^1.6.7",
"brotli-wasm": "^1.3.1",
"bullmq": "^4.14.3",
"cache-manager": "^5.2.3",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"core-js": "^3.6.5",
"dayjs": "^1.11.10",
"dotenv": "^16.3.1",
"file-saver": "^2.0.5",
"helmet": "^5.0.1",
"html-minifier-terser": "^7.2.0",
"jsonwebtoken": "^9.0.0",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.5.28",
"lz4js": "^0.2.0",
"mongoose": "^7.0.3",
"nest-commander": "^3.12.5",
"ng-apexcharts": "^1.8.0",
"ngrx-store-localstorage": "^17.0.0",
"ngx-google-analytics": "^14.0.1",
"nodejs-polars": "^0.11.0",
"notifications-node-client": "^7.0.3",
"primeflex": "^3.3.1",
"primeicons": "^6.0.1",
"primeng": "^17.7.0",
"rambdax": "^9.0.0",
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "0.13.7",
"rxjs": "~7.8.0",
"stopwords-en": "^0.3.0",
"stopwords-fr": "^0.3.0",
"tar": "^6.1.12",
"text-readability": "1.0.5",
"tslib": "^2.5.0",
"xlsx": "^0.18.5",
"zone.js": "0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.2.0",
"@angular-devkit/core": "17.2.0",
"@angular-devkit/schematics": "17.2.0",
"@angular-eslint/eslint-plugin": "17.2.1",
"@angular-eslint/eslint-plugin-template": "17.2.1",
"@angular-eslint/template-parser": "17.2.1",
"@angular/cli": "17.2.0",
"@angular/compiler-cli": "17.2.1",
"@angular/language-service": "17.2.1",
"@angular/pwa": "^17.2.1",
"@compodoc/compodoc": "^1.1.22",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@fullhuman/postcss-purgecss": "^5.0.0",
"@nestjs/schematics": "10.0.1",
"@nestjs/testing": "10.0.2",
"@ngrx/eslint-plugin": "17.1.0",
"@ngrx/schematics": "17.1.0",
"@ngrx/store-devtools": "17.1.0",
"@nitedani/vite-plugin-angular": "^17.0.11",
"@nx/angular": "18.0.4",
"@nx/cypress": "18.0.4",
"@nx/devkit": "18.0.4",
"@nx/esbuild": "18.0.4",
"@nx/eslint": "18.0.4",
"@nx/eslint-plugin": "18.0.4",
"@nx/jest": "18.0.4",
"@nx/js": "18.0.4",
"@nx/nest": "18.0.4",
"@nx/node": "18.0.4",
"@nx/plugin": "18.0.4",
"@nx/vite": "18.0.4",
"@nx/web": "18.0.4",
"@nx/webpack": "18.0.4",
"@nx/workspace": "18.0.4",
"@schematics/angular": "17.2.0",
"@swc-node/register": "1.8.0",
"@swc/cli": "0.3.9",
"@swc/core": "1.4.1",
"@swc/jest": "^0.2.36",
"@twittwer/compodoc": "1.12.0",
"@types/cache-manager": "^4.0.2",
"@types/cron": "^2.0.1",
"@types/file-saver": "^2.0.5",
"@types/inquirer": "^8.1.3",
"@types/jest": "29.4.4",
"@types/jsonwebtoken": "^9.0.1",
"@types/node": "^20.11.19",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"copy-webpack-plugin": "^11.0.0",
"cypress": "^13.0.0",
"esbuild": "0.19.2",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "2.13.4",
"jasmine-marbles": "~0.9.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.4.1",
"jest-preset-angular": "14.0.3",
"jsdom": "24.0.0",
"jsonc-eslint-parser": "^2.1.0",
"nest-commander-schematics": "^3.0.0",
"ng-packagr": "17.2.0",
"node-loader": "^2.0.0",
"nx": "18.0.4",
"postcss": "^8.4.21",
"postcss-import": "15.1.0",
"postcss-preset-env": "9.2.0",
"postcss-url": "10.1.3",
"prettier": "3.2.5",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.69.4",
"swc-loader": "^0.2.6",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "5.3.3",
"vite": "^5.0.0",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "4.3.1",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-merge": "^5.8.0"
}
}