-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
161 lines (161 loc) · 5.29 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
{
"name": "aur.chaotic.cx",
"version": "1.0.0",
"private": true,
"bugs": {
"url": "https://github.com/chaotic-cx/chaotic-next/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chaotic-cx/chaotic-next.git"
},
"license": "LGPL-3.0-or-later",
"author": {
"name": "dr460nf1r3",
"email": "[email protected]"
},
"scripts": {
"build": "nx run-many --target=build --all",
"format": "nx format:write",
"lint": "nx run-many --target=biome-lint",
"proxy:api": "lcp --proxyUrl https://builds.garudalinux.org/api",
"proxy:be": "lcp --proxyUrl http://localhost:3000 --port 8011",
"start": "nx run-many --target=serve --all",
"start:be-hr": "source backend/.env && nest build --webpack --webpackPath backend/webpack-hmr.config.cjs --watch --path backend/tsconfig.json | pino-pretty -cSt SYS:HH:MM --ignore pid,hostname",
"start:be-nx": "nx run backend:serve | pino-pretty -cSt SYS:standard",
"start:home": "nx run frontend:serve",
"test": "nx run-many --target=test --all",
"test:watch": "nx run-many --target=test --all --watch",
"typeorm": "typeorm-ts-node-esm"
},
"dependencies": {
"@angular/animations": "19.0.5",
"@angular/common": "19.0.5",
"@angular/compiler": "19.0.5",
"@angular/core": "19.0.5",
"@angular/forms": "19.0.5",
"@angular/platform-browser": "19.0.5",
"@angular/platform-browser-dynamic": "19.0.5",
"@angular/router": "19.0.5",
"@fastify/cors": "^10.0.1",
"@fastify/helmet": "^11.1.1",
"@fastify/static": "^7.0.4",
"@nestjs/axios": "^3.1.3",
"@nestjs/cache-manager": "^2.3.0",
"@nestjs/common": "^10.4.15",
"@nestjs/config": "^3.3.0",
"@nestjs/core": "^10.4.15",
"@nestjs/jwt": "^10.2.0",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-fastify": "^10.4.15",
"@nestjs/schedule": "^4.1.2",
"@nestjs/swagger": "^8.1.0",
"@nestjs/terminus": "^10.2.3",
"@nestjs/throttler": "^6.3.0",
"@nestjs/typeorm": "^10.0.2",
"async-mutex": "^0.5.0",
"axios": "^1.7.9",
"bcrypt": "^5.1.1",
"cache-manager": "^5.7.6",
"cron": "^3.3.1",
"crypto-js": "^4.2.0",
"fastify": "4.28.1",
"flowbite": "^2.5.2",
"globals": "^15.14.0",
"highlight.js": "^11.11.0",
"ioredis": "^5.4.2",
"isomorphic-git": "^1.27.2",
"javascript-time-ago": "^2.5.11",
"jwks-rsa": "^3.1.0",
"moleculer": "^0.14.35",
"nestjs-pino": "^4.2.0",
"ngx-highlightjs": "^12.0.0",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"pg": "^8.13.1",
"pino": "^8.21.0",
"pino-http": "^10.3.0",
"prebuilt-tdlib": "^0.1008041.0",
"reflect-metadata": "~0.2.2",
"rxjs": "~7.8.1",
"tdl": "^8.0.2",
"tslib": "^2.8.1",
"typeorm": "^0.3.20",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "19.0.6",
"@angular-devkit/core": "19.0.6",
"@angular-devkit/schematics": "19.0.6",
"@angular-eslint/eslint-plugin": "19.0.2",
"@angular-eslint/eslint-plugin-template": "19.0.2",
"@angular-eslint/template-parser": "19.0.2",
"@angular/cli": "~19.0.0",
"@angular/compiler-cli": "19.0.5",
"@angular/language-service": "19.0.5",
"@biomejs/biome": "^1.9.4",
"@catppuccin/highlightjs": "1.0.0",
"@catppuccin/palette": "^1.7.1",
"@catppuccin/tailwindcss": "^0.1.6",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@gitopslovers/nx-biome": "^1.5.0",
"@nestjs/cli": "^10.4.9",
"@nestjs/schematics": "^10.2.3",
"@nestjs/testing": "^10.4.15",
"@nx/angular": "20.3.0",
"@nx/esbuild": "20.3.0",
"@nx/eslint": "20.3.0",
"@nx/eslint-plugin": "20.3.0",
"@nx/jest": "20.3.0",
"@nx/js": "20.3.0",
"@nx/nest": "20.3.0",
"@nx/node": "20.3.0",
"@nx/web": "20.3.0",
"@nx/webpack": "20.3.0",
"@nx/workspace": "20.3.0",
"@schematics/angular": "19.0.6",
"@swc-node/register": "~1.10.9",
"@swc/core": "~1.10.1",
"@swc/helpers": "~0.5.15",
"@types/auth0": "^3.3.10",
"@types/bcrypt": "^5.0.2",
"@types/cors": "^2.8.17",
"@types/crypto-js": "^4.2.2",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@types/passport-jwt": "^4.0.1",
"@types/passport-local": "^1.0.38",
"@typescript-eslint/eslint-plugin": "8.18.2",
"@typescript-eslint/parser": "8.18.2",
"@typescript-eslint/utils": "8.18.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "^29.7.0",
"jest-preset-angular": "14.4.2",
"lint-staged": "^15.2.11",
"local-cors-proxy": "^1.1.0",
"nx": "20.3.0",
"pino-pretty": "^11.3.0",
"prettier": "^3.4.2",
"run-script-webpack-plugin": "^0.2.0",
"tailwindcss": "^3.4.17",
"ts-auto-mock": "^3.7.4",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"ts-node": "10.9.2",
"typescript": "5.6.3",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-node-externals": "^3.0.0"
},
"packageManager": "[email protected]+sha512.bce495587126f9a37d64150bf80dcf9bd96f0d64cfd450c9b1a7e5bf2cfc81aef3d50178f259855351c872905a240861a55031652c81e8a11665bfa65f6a1dc2",
"engines": {
"npm": "^23"
}
}