-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
105 lines (105 loc) · 3.33 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
{
"name": "@letyca/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"prisma-migrate-dev": "npx prisma migrate dev",
"prisma-generate": "npx prisma generate",
"baml-generate": "baml-cli generate",
"start": "nx run-many --target=serve --projects=client,server --host 0.0.0.0",
"build-frontend": "nx run-many --target=build --projects=client",
"build-backend": "nx run-many --target=build --projects=server"
},
"private": true,
"dependencies": {
"@alenaksu/json-viewer": "^2.0.1",
"@angular/animations": "18.1.4",
"@angular/cdk": "18.1.4",
"@angular/common": "18.1.4",
"@angular/compiler": "18.1.4",
"@angular/core": "18.1.4",
"@angular/forms": "18.1.4",
"@angular/platform-browser": "18.1.4",
"@angular/platform-browser-dynamic": "18.1.4",
"@angular/router": "18.1.4",
"@nestjs/common": "^10.0.2",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.0.2",
"@nestjs/platform-express": "^10.0.2",
"@nestjs/typeorm": "^10.0.0",
"@ngrx/component-store": "18.0.2",
"@ngrx/signals": "^18.0.2",
"@nx/angular": "19.5.7",
"@prisma/client": "^5.9.1",
"@taiga-ui/addon-table": "4.3.0",
"@taiga-ui/cdk": "4.3.0",
"@taiga-ui/core": "4.3.0",
"@taiga-ui/icons": "4.3.0",
"@taiga-ui/kit": "4.3.0",
"@taiga-ui/layout": "4.3.0",
"@taiga-ui/legacy": "4.3.0",
"@taiga-ui/styles": "4.3.0",
"@tinkoff/ng-dompurify": "3.0.0",
"@tinkoff/ng-polymorpheus": "4.3.0",
"ag-grid-angular": "^30.2.0",
"ag-grid-community": "^30.2.0",
"axios": "1.6.7",
"dompurify": "2.2.9",
"hbs": "^4.2.0",
"lottie-web": "^5.12.2",
"ng2-charts": "^6.0.0",
"ngx-highlight-js": "^17.0.0",
"ngx-lottie": "^12.0.0",
"node-sql-parser": "^5.3.1",
"pg": "^8.11.3",
"pg-structure": "^7.15.2",
"pgsql-parser": "^13.16.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"sql-formatter": "^15.4.0",
"tslib": "^2.7.0",
"zone.js": "0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.1.4",
"@angular-devkit/core": "18.1.4",
"@angular-devkit/schematics": "18.1.4",
"@angular-eslint/eslint-plugin": "18.2.0",
"@angular-eslint/eslint-plugin-template": "18.2.0",
"@angular-eslint/template-parser": "18.2.0",
"@angular/cli": "~17.1.0",
"@angular/compiler-cli": "18.1.4",
"@angular/language-service": "18.1.4",
"@boundaryml/baml": "^0.54.0",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.0.2",
"@nx/eslint": "19.5.7",
"@nx/eslint-plugin": "19.5.7",
"@nx/jest": "19.5.7",
"@nx/js": "19.5.7",
"@nx/nest": "19.5.7",
"@nx/node": "19.5.7",
"@nx/webpack": "19.5.7",
"@nx/workspace": "19.5.7",
"@pgsql/types": "^15.0.2",
"@schematics/angular": "18.1.4",
"@types/dompurify": "2.2.3",
"@types/jest": "^29.4.0",
"@types/node": "18.19.15",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.0.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jest-preset-angular": "14.1.1",
"jsonc-eslint-parser": "^2.1.0",
"nx": "19.5.7",
"prettier": "3.1",
"prisma": "^5.9.1",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "5.5.4"
}
}