-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
124 lines (124 loc) · 3.99 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
{
"name": "kotka-v3",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js",
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"e2e": "nx e2e kotka-e2e",
"e2e:watch": "nx e2e kotka-e2e --watch",
"kotka:cli": "ts-node --project=./apps/kotka-cli/tsconfig.app.json -r tsconfig-paths/register ./apps/kotka-cli/src/console.ts",
"lint": "nx lint",
"lint:all": "nx run-many --target=lint",
"prepare": "husky install"
},
"private": true,
"dependencies": {
"@ag-grid-community/angular": "^31.1.1",
"@ag-grid-community/client-side-row-model": "^31.1.1",
"@ag-grid-community/core": "^31.1.1",
"@ag-grid-community/csv-export": "^31.1.1",
"@ag-grid-community/infinite-row-model": "^31.1.1",
"@ag-grid-community/styles": "^31.1.1",
"@angular/animations": "17.1.1",
"@angular/common": "17.1.1",
"@angular/compiler": "17.1.1",
"@angular/core": "17.1.1",
"@angular/forms": "17.1.1",
"@angular/localize": "17.1.1",
"@angular/platform-browser": "17.1.1",
"@angular/platform-browser-dynamic": "17.1.1",
"@angular/router": "17.1.1",
"@fortawesome/fontawesome-free": "^6.4.2",
"@luomus/laji-form": "^15.1.22",
"@luomus/laji-schema": "^2.0.9",
"@luomus/laji-validate": "0.0.120",
"@nestjs/axios": "^3.0.0",
"@nestjs/cache-manager": "^2.2.1",
"@nestjs/common": "10.2.7",
"@nestjs/core": "10.2.7",
"@nestjs/passport": "^10.0.2",
"@nestjs/platform-express": "10.2.7",
"@nestjs/schedule": "^4.0.1",
"@nestjs/terminus": "^10.1.1",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@nx/angular": "17.2.8",
"ajv": "^8.12.0",
"angularx-qrcode": "^17.0.0",
"bootstrap": "^5.3.2",
"cache-manager-ioredis-yet": "^1.2.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"connect-redis": "^7.1.0",
"express-session": "^1.17.3",
"file-saver": "^2.0.5",
"form-data": "^4.0.0",
"ioredis": "^5.3.2",
"jsonpath-plus": "^7.2.0",
"lodash": "^4.17.21",
"nestjs-console": "^9.0.0",
"ngx-quicklink": "^0.4.2",
"ngx-webstorage": "^13.0.1",
"ora": "^5.4.1",
"passport": "^0.6.0",
"passport-custom": "^1.1.1",
"rdflib": "^2.2.32",
"redlock": "^4.2.0",
"reflect-metadata": "^0.1.13",
"rfc6902": "^5.0.1",
"rxjs": "7.8.1",
"tslib": "^2.6.2",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.1/xlsx-0.20.1.tgz",
"zone.js": "0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.1.1",
"@angular-devkit/core": "17.1.1",
"@angular-devkit/schematics": "17.1.1",
"@angular-eslint/eslint-plugin": "17.2.1",
"@angular-eslint/eslint-plugin-template": "17.2.1",
"@angular-eslint/template-parser": "17.2.1",
"@angular/cli": "17.1.1",
"@angular/compiler-cli": "17.1.1",
"@angular/language-service": "17.1.1",
"@golevelup/ts-jest": "^0.4.0",
"@nestjs/schematics": "10.0.2",
"@nestjs/testing": "10.2.7",
"@nx/cypress": "17.2.8",
"@nx/eslint": "17.2.8",
"@nx/eslint-plugin": "17.2.8",
"@nx/jest": "17.2.8",
"@nx/nest": "17.2.8",
"@nx/node": "17.2.8",
"@nx/workspace": "17.2.8",
"@schematics/angular": "17.0.10",
"@types/bootstrap": "^5.2.8",
"@types/express-session": "^1.17.9",
"@types/file-saver": "^2.0.5",
"@types/jest": "29.5.6",
"@types/lodash": "^4.14.200",
"@types/multer": "^1.4.9",
"@types/node": "18.16.9",
"@types/passport": "^1.0.14",
"@types/redlock": "^4.0.7",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"cypress": "^13.3.2",
"dotenv": "^16.3.1",
"eslint": "8.48.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-cypress": "2.15.1",
"husky": "^8.0.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "13.1.6",
"nx": "17.2.8",
"prettier": "^3.0.3",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.2.2"
}
}