-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
151 lines (151 loc) · 5.71 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
{
"name": "aur.chaotic.cx",
"version": "1.0.0",
"license": "LGPL-3.0-or-later",
"packageManager": "pnpm@9.12.2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228",
"scripts": {
"format": "nx format:write",
"lint": "nx run-many --target=biome-lint",
"test": "nx run-many --target=test --all",
"test:watch": "nx run-many --target=test --all --watch",
"start": "nx run-many --target=serve --all",
"build": "nx run-many --target=build --all",
"proxy-api": "lcp --proxyUrl https://builds.garudalinux.org/api",
"proxy-be": "lcp --proxyUrl http://localhost:3000 --port 8011",
"start:dev": "pnpm proxy-be & pnpm proxy-api & pnpm start | pino-pretty -cSt SYS:standard",
"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",
"typeorm": "typeorm-ts-node-esm"
},
"private": true,
"devDependencies": {
"@angular-devkit/build-angular": "18.2.11",
"@angular-devkit/core": "18.2.11",
"@angular-devkit/schematics": "18.2.11",
"@angular-eslint/eslint-plugin": "^18.4.0",
"@angular-eslint/eslint-plugin-template": "^18.4.0",
"@angular-eslint/template-parser": "^18.4.0",
"@angular/cli": "~18.2.11",
"@angular/compiler-cli": "18.2.10",
"@angular/language-service": "18.2.10",
"@biomejs/biome": "^1.9.4",
"@catppuccin/highlightjs": "1.0.0",
"@catppuccin/palette": "^1.5.0",
"@catppuccin/tailwindcss": "^0.1.6",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"@gitopslovers/nx-biome": "^1.5.0",
"@nestjs/cli": "^10.4.5",
"@nestjs/schematics": "^10.2.3",
"@nestjs/testing": "^10.4.6",
"@nx/angular": "20.0.7",
"@nx/esbuild": "20.0.7",
"@nx/eslint": "20.0.7",
"@nx/eslint-plugin": "20.0.7",
"@nx/jest": "20.0.7",
"@nx/js": "20.0.7",
"@nx/nest": "20.0.7",
"@nx/node": "20.0.7",
"@nx/web": "20.0.7",
"@nx/webpack": "20.0.7",
"@nx/workspace": "20.0.7",
"@schematics/angular": "18.2.9",
"@swc-node/register": "~1.10.9",
"@swc/core": "~1.7.42",
"@swc/helpers": "~0.5.13",
"@types/auth0": "^3.3.10",
"@types/bcrypt": "^5.0.2",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/jest": "29.5.13",
"@types/node": "22.7.9",
"@types/passport-jwt": "^4.0.1",
"@types/passport-local": "^1.0.38",
"@typescript-eslint/eslint-plugin": "8.11.0",
"@typescript-eslint/parser": "8.11.0",
"@typescript-eslint/utils": "8.11.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.13.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.2.4",
"lint-staged": "^15.2.10",
"local-cors-proxy": "^1.1.0",
"nx": "20.0.7",
"pino-pretty": "^11.3.0",
"prettier": "^3.3.3",
"run-script-webpack-plugin": "^0.2.0",
"tailwindcss": "^3.4.14",
"ts-auto-mock": "^3.7.4",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"@angular/animations": "18.2.10",
"@angular/common": "18.2.10",
"@angular/compiler": "18.2.10",
"@angular/core": "18.2.10",
"@angular/forms": "18.2.10",
"@angular/platform-browser": "18.2.10",
"@angular/platform-browser-dynamic": "18.2.10",
"@angular/router": "18.2.10",
"@fastify/cors": "^10.0.1",
"@fastify/helmet": "^11.1.1",
"@fastify/static": "^7.0.4",
"@fontsource/fira-sans": "^5.1.0",
"@fontsource/jetbrains-mono": "^5.1.1",
"@nestjs/axios": "^3.1.1",
"@nestjs/cache-manager": "^2.3.0",
"@nestjs/common": "^10.4.6",
"@nestjs/config": "^3.3.0",
"@nestjs/core": "^10.4.6",
"@nestjs/jwt": "^10.2.0",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-fastify": "^10.4.6",
"@nestjs/swagger": "^8.0.1",
"@nestjs/terminus": "^10.2.3",
"@nestjs/throttler": "^6.2.1",
"@nestjs/typeorm": "^10.0.2",
"async-mutex": "^0.5.0",
"axios": "^1.7.7",
"bcrypt": "^5.1.1",
"cache-manager": "^5.7.6",
"cron": "^3.1.8",
"fastify": "^4.28.1",
"flowbite": "^2.5.2",
"globals": "^15.11.0",
"highlight.js": "^11.10.0",
"ioredis": "^5.4.1",
"isomorphic-git": "^1.27.1",
"javascript-time-ago": "^2.5.11",
"jwks-rsa": "^3.1.0",
"moleculer": "^0.14.34",
"nestjs-pino": "^4.1.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.1008039.0",
"reflect-metadata": "~0.2.2",
"rxjs": "~7.8.1",
"tdl": "^8.0.1",
"tslib": "^2.8.1",
"typeorm": "^0.3.20",
"zone.js": "^0.14.10"
},
"engines": {
"npm": "^22.9.0"
}
}