-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
121 lines (121 loc) · 3.93 KB
/
package.json
File metadata and controls
121 lines (121 loc) · 3.93 KB
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
{
"name": "@cardquorum/source",
"version": "0.0.0",
"license": "AGPL-3.0",
"scripts": {
"prepare": "husky",
"validate": "prettier --check '**/*.{ts,html,css,json,md}' && pnpm nx run-many -t lint test build",
"format": "prettier --write '**/*.{ts,html,css,json,md}'",
"serve": "pnpm nx serve frontend",
"drizzle-generate": "pnpm drizzle-kit generate --config ./libs/db/drizzle.config.ts",
"drizzle-migrate": "pnpm drizzle-kit migrate --config ./libs/db/drizzle.config.ts",
"e2e": "playwright test --config=apps/frontend-e2e/playwright.config.ts --project=chromium",
"e2e:all": "playwright test --config=apps/frontend-e2e/playwright.config.ts"
},
"private": true,
"lint-staged": {
"*.{ts,html,css,json,md}": "prettier --write",
"*.ts": "eslint --fix"
},
"dependencies": {
"@angular/animations": "^21.1.6",
"@angular/cdk": "~21.1.6",
"@angular/common": "~21.1.0",
"@angular/compiler": "~21.1.0",
"@angular/core": "~21.1.0",
"@angular/forms": "~21.1.0",
"@angular/platform-browser": "~21.1.0",
"@angular/platform-browser-dynamic": "~21.1.0",
"@angular/router": "~21.1.0",
"@fastify/cookie": "^11.0.2",
"@fastify/helmet": "^13.0.2",
"@fastify/static": "^9.1.3",
"@fortawesome/angular-fontawesome": "^4.0.0",
"@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"@nestjs/common": "^11.0.0",
"@nestjs/config": "^4.0.3",
"@nestjs/core": "^11.0.0",
"@nestjs/platform-fastify": "^11.1.14",
"@nestjs/platform-ws": "^11.1.14",
"@nestjs/serve-static": "^5.0.5",
"@nestjs/terminus": "^11.1.1",
"@nestjs/throttler": "^6.5.0",
"@nestjs/websockets": "^11.1.14",
"@tailwindcss/postcss": "^4.2.1",
"axios": "^1.6.0",
"bcryptjs": "^3.0.3",
"class-transformer": "^0.5.1",
"class-validator": "^0.15.1",
"drizzle-orm": "^0.45.1",
"fastify": "^5.7.4",
"joi": "^18.0.2",
"jose": "^6.1.3",
"nestjs-pino": "^4.6.0",
"pino": "^10.3.1",
"pino-http": "^11.0.0",
"postgres": "^3.4.8",
"reflect-metadata": "^0.1.13",
"rxjs": "~7.8.0",
"tailwindcss": "^4.2.1",
"ws": "^8.19.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@angular-devkit/core": "~21.1.0",
"@angular-devkit/schematics": "~21.1.0",
"@angular/build": "~21.1.0",
"@angular/cli": "~21.1.0",
"@angular/compiler-cli": "~21.1.0",
"@angular/language-service": "~21.1.0",
"@axe-core/playwright": "^4.11.1",
"@eslint/js": "^9.8.0",
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
"@nestjs/schematics": "^11.0.0",
"@nestjs/testing": "^11.0.0",
"@nx/angular": "22.5.3",
"@nx/devkit": "22.5.3",
"@nx/eslint": "22.5.3",
"@nx/eslint-plugin": "22.5.3",
"@nx/jest": "22.5.3",
"@nx/js": "22.5.3",
"@nx/nest": "^22.5.3",
"@nx/node": "22.5.3",
"@nx/playwright": "22.5.3",
"@nx/web": "22.5.3",
"@nx/webpack": "22.5.3",
"@nx/workspace": "22.5.3",
"@playwright/test": "^1.36.0",
"@schematics/angular": "~21.1.0",
"@swc-node/register": "~1.11.1",
"@swc/core": "~1.15.5",
"@swc/helpers": "~0.5.18",
"@types/jest": "^30.0.0",
"@types/node": "20.19.9",
"@types/ws": "^8.18.1",
"@typescript-eslint/utils": "^8.40.0",
"angular-eslint": "^21.0.1",
"copy-webpack-plugin": "^14.0.0",
"drizzle-kit": "^0.31.9",
"eslint": "^9.8.0",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-playwright": "^1.6.2",
"fast-check": "^4.6.0",
"husky": "^9.1.7",
"jest": "^30.0.2",
"jest-environment-jsdom": "^30.0.2",
"jest-environment-node": "^30.0.2",
"jest-preset-angular": "~16.0.0",
"jest-util": "^30.0.2",
"lint-staged": "^16.3.1",
"nx": "22.5.3",
"pino-pretty": "^13.1.3",
"prettier": "~3.6.2",
"ts-jest": "^29.4.0",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"typescript": "~5.9.2",
"typescript-eslint": "^8.40.0",
"webpack-cli": "^5.1.4"
}
}