-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.15 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.15 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
{
"name": "@elvis/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"fe-base:serve:development": "npx nx run fe-base:serve --configuration=development --host=0.0.0.0",
"mw-base:serve:development": "npx nx run mw-base:serve --configuration=development"
},
"private": true,
"dependencies": {
"@angular/animations": "~19.1.3",
"@angular/build": "file:local-modules/@angular/build",
"@angular/common": "~19.1.3",
"@angular/compiler": "~19.1.3",
"@angular/core": "~19.1.3",
"@angular/forms": "~19.1.3",
"@angular/platform-browser": "~19.1.3",
"@angular/platform-browser-dynamic": "~19.1.3",
"@angular/router": "~19.1.3",
"@nestjs/common": "^11.0.6",
"@nestjs/core": "11.0.6",
"@nestjs/platform-express": "^11.0.6",
"@nx/module-federation": "file:local-modules/@nx/module-federation",
"axios": "^1.7.9",
"reflect-metadata": "^0.2.2",
"rxjs": "~7.8.1",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.1.4",
"@angular-devkit/core": "~19.1.4",
"@angular-devkit/schematics": "~19.1.4",
"@angular/cli": "~19.1.4",
"@angular/compiler-cli": "~19.1.3",
"@angular/language-service": "~19.1.3",
"@eslint/js": "^9.19.0",
"@nestjs/cli": "^11.0.2",
"@nestjs/schematics": "^11.0.0",
"@nestjs/testing": "^11.0.6",
"@nx/angular": "latest",
"@nx/nest": "latest",
"@playwright/test": "^1.50.0",
"@schematics/angular": "~19.1.4",
"@swc-node/register": "~1.10.9",
"@swc/cli": "^0.6.0",
"@swc/core": "^1.10.11",
"@swc/helpers": "~0.5.15",
"@types/jest": "^29.5.14",
"@types/node": "22.12.0",
"@typescript-eslint/utils": "^8.22.0",
"angular-eslint": "^19.0.2",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-playwright": "^2.2.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jest-preset-angular": "~14.5.1",
"nx": "20.4.0",
"prettier": "^3.4.2",
"ts-jest": "^29.2.5",
"ts-node": "10.9.2",
"tslib": "^2.8.1",
"typescript": "~5.7.3",
"typescript-eslint": "^8.22.0"
}
}