-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 4.06 KB
/
package.json
File metadata and controls
122 lines (122 loc) · 4.06 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
122
{
"name": "tskmgr",
"version": "0.0.0",
"license": "MIT",
"engines": {
"node": ">=22.0.0",
"npm": ">=10.0.0"
},
"scripts": {
"clean": "sh scripts/clean.sh",
"start": "nx serve",
"start:dev": "nx run-many --target=serve --projects=frontend,api",
"build": "nx build",
"test": "nx test",
"typeorm": "TS_NODE_PROJECT=tsconfig.base.json node -r ts-node/register -r tsconfig-paths/register ./node_modules/typeorm/cli.js",
"typeorm:migration:generate": "npm run typeorm -- migration:generate -d libs/db/src/lib/data-source.ts -o libs/db/src/migrations/tskmgr",
"typeorm:migration:show": "npm run typeorm -- migration:show -d libs/db/src/lib/data-source.ts",
"typeorm:migration:run": "npm run typeorm -- migration:run -d libs/db/src/lib/data-source.ts",
"client:example": "DEBUG=tskmgr:* ts-node --project tsconfig.base.json -r tsconfig-paths/register examples/client-example.ts"
},
"private": true,
"dependencies": {
"@angular/animations": "20.3.12",
"@angular/common": "20.3.12",
"@angular/compiler": "20.3.12",
"@angular/core": "20.3.12",
"@angular/forms": "20.3.12",
"@angular/localize": "20.3.12",
"@angular/platform-browser": "20.3.12",
"@angular/platform-browser-dynamic": "20.3.12",
"@angular/router": "20.3.12",
"@nestjs/common": "11.1.9",
"@nestjs/core": "11.1.9",
"@nestjs/platform-express": "11.1.9",
"@nestjs/swagger": "11.2.1",
"@nestjs/typeorm": "^11.0.0",
"@ng-bootstrap/ng-bootstrap": "^19.0.1",
"@popperjs/core": "^2.11.8",
"ag-grid-angular": "34.3.1",
"ag-grid-community": "34.3.1",
"ansi_up": "^6.0.6",
"bootstrap": "5.3.8",
"bootstrap-icons": "^1.13.1",
"date-fns": "^4.1.0",
"debug": "^4.4.3",
"lodash-es": "^4.17.21",
"p-retry": "^7.1.0",
"pg": "^8.16.3",
"reflect-metadata": "^0.2.2",
"rxjs": "7.8.2",
"systeminformation": "^5.27.11",
"timelines-chart": "^2.14.2",
"tslib": "^2.8.1",
"typeorm": "^0.3.27",
"uuid": "^9.0.1",
"zone.js": "0.15.1"
},
"devDependencies": {
"@analogjs/vite-plugin-angular": "~1.19.1",
"@analogjs/vitest-angular": "~1.19.1",
"@angular-devkit/build-angular": "20.3.10",
"@angular-devkit/core": "20.3.10",
"@angular-devkit/schematics": "20.3.10",
"@angular-eslint/eslint-plugin": "20.6.0",
"@angular-eslint/eslint-plugin-template": "20.6.0",
"@angular-eslint/template-parser": "20.6.0",
"@angular/cli": "20.3.10",
"@angular/compiler-cli": "20.3.12",
"@angular/language-service": "20.3.12",
"@commitlint/cli": "^20.1.0",
"@commitlint/config-conventional": "^20.0.0",
"@eslint/eslintrc": "^2.1.1",
"@eslint/js": "~8.57.0",
"@nestjs/cli": "^11.0.10",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.9",
"@nx/angular": "22.0.3",
"@nx/eslint": "22.0.3",
"@nx/eslint-plugin": "22.0.3",
"@nx/js": "22.0.3",
"@nx/nest": "22.0.3",
"@nx/node": "22.0.3",
"@nx/vite": "^22.0.3",
"@nx/web": "22.0.3",
"@nx/webpack": "22.0.3",
"@nx/workspace": "22.0.3",
"@schematics/angular": "20.3.10",
"@swc-node/register": "~1.11.1",
"@swc/core": "~1.15.2",
"@swc/helpers": "~0.5.17",
"@types/d3-scale": "^4.0.9",
"@types/debug": "^4.1.12",
"@types/express": "5.0.5",
"@types/lodash": "^4.17.20",
"@types/lodash-es": "^4.17.12",
"@types/multer": "^2.0.0",
"@types/node": "^24.10.1",
"@types/supertest": "^6.0.3",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "8.46.4",
"@typescript-eslint/parser": "8.46.4",
"@vitest/coverage-v8": "^3.0.5",
"@vitest/ui": "^3.0.0",
"eslint": "9.39.1",
"eslint-config-prettier": "10.1.8",
"husky": "^9.1.7",
"jiti": "2.4.2",
"jsdom": "~27.2.0",
"jsonc-eslint-parser": "^2.4.1",
"ng-mocks": "^14.14.0",
"nx": "22.0.3",
"prettier": "3.6.2",
"supertest": "^7.1.4",
"ts-node": "10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "5.9.3",
"typescript-eslint": "^8.40.0",
"unplugin-swc": "^1.5.8",
"vite": "^7.0.0",
"vitest": "^3.0.0"
}
}