-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.8 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.8 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
{
"name": "@ask-ell/stacks",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build": "nx run-many -t build",
"format": "lint-staged",
"lint": "echo 'No lint command implemented'",
"start:dev": "echo 'No start command in dev mode available'",
"test": "nx run-many -t test",
"test:watch": "echo 'test command in watch mode available'",
"nx": "nx"
},
"engines": {
"npm": "10.8.2",
"node": "20.19.2"
},
"private": true,
"devDependencies": {
"@ask-ell/core": "^1.3.1",
"@eslint/js": "^9.8.0",
"@keyv/postgres": "^2.2.3",
"@keyv/sqlite": "^4.0.8",
"@kubernetes/client-node": "^0.21.0",
"@nestjs/common": "^11.1.7",
"@nestjs/config": "^4.0.2",
"@nestjs/core": "^11.1.7",
"@nestjs/swagger": "^11.2.1",
"@nestjs/throttler": "^6.4.0",
"@nx/eslint": "22.0.1",
"@nx/eslint-plugin": "22.0.1",
"@nx/jest": "22.0.1",
"@nx/js": "22.0.1",
"@sentry/core": "^10.39.0",
"@sentry/nestjs": "^10.47.0",
"@sentry/react": "^10.47.0",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@swc/jest": "~0.2.38",
"@types/express": "^5.0.4",
"@types/jest": "^30.0.0",
"@types/node": "20.19.9",
"@types/react": "^19.2.2",
"eslint": "^9.38.0",
"eslint-config-prettier": "^10.0.0",
"helmet": "^8.1.0",
"jest": "^30.2.0",
"jest-environment-node": "^30.0.2",
"jest-util": "^30.0.2",
"jsonc-eslint-parser": "^2.1.0",
"keyv": "^5.5.3",
"lint-staged": "^16.2.6",
"nx": "22.0.1",
"prettier": "^2.6.2",
"react": "^19.2.0",
"rxjs": "^7.8.2",
"ts-jest": "^29.4.0",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"typescript": "~5.9.2",
"typescript-eslint": "^8.40.0"
},
"workspaces": [
"packages/*",
"libs/*"
]
}