-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
114 lines (114 loc) · 3.35 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
{
"name": "s1m-monorepo-starter",
"version": "0.1.7",
"license": "MIT",
"author": "Simon Phumin Schweikert",
"bugs": {
"url": "https://github.com/simonphumin/s1m-monorepo-starter/issues"
},
"scripts": {
"start": "nx run admin:serve:development",
"api": "nx run api:serve:development",
"build": "nx run admin:build:production",
"test": "nx run admin:test",
"lint": "nx run admin:lint",
"e2e": "nx run admin:e2e",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "nx migrate latest",
"workspace-generator": "nx workspace-generator",
"dep-graph": "nx dep-graph",
"help": "nx help",
"prepare": "husky"
},
"private": true,
"dependencies": {
"@angular-architects/module-federation": "18.0.4",
"@angular/animations": "18.2.4",
"@angular/cdk": "18.2.4",
"@angular/common": "18.2.4",
"@angular/compiler": "18.2.4",
"@angular/core": "18.2.4",
"@angular/forms": "18.2.4",
"@angular/platform-browser": "18.2.4",
"@angular/platform-browser-dynamic": "18.2.4",
"@angular/router": "18.2.4",
"@nestjs/common": "10.4.3",
"@nestjs/core": "10.4.3",
"@nestjs/platform-express": "10.4.3",
"@ngrx/store": "18.0.2",
"@nx/angular": "19.8.9",
"reflect-metadata": "0.2.2",
"rxjs": "~7.8.1",
"tslib": "2.7.0",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.4",
"@angular-devkit/core": "18.2.4",
"@angular-devkit/schematics": "18.2.4",
"@angular-eslint/eslint-plugin": "18.3.1",
"@angular-eslint/eslint-plugin-template": "18.3.1",
"@angular-eslint/template-parser": "18.3.1",
"@angular/cli": "~18.2.4",
"@angular/compiler-cli": "18.2.4",
"@angular/language-service": "18.2.4",
"@cucumber/cucumber": "11.0.1",
"@nestjs/schematics": "10.1.4",
"@nestjs/testing": "10.4.3",
"@nx/devkit": "19.8.9",
"@nx/eslint": "19.8.9",
"@nx/eslint-plugin": "19.8.9",
"@nx/jest": "19.8.9",
"@nx/js": "19.8.9",
"@nx/linter": "19.8.9",
"@nx/nest": "19.8.9",
"@nx/node": "19.8.9",
"@nx/playwright": "19.8.9",
"@nx/web": "19.8.9",
"@nx/webpack": "19.8.9",
"@nx/workspace": "19.8.9",
"@playwright/test": "1.47.1",
"@schematics/angular": "18.2.4",
"@swc-node/register": "~1.10.9",
"@swc/core": "~1.7.26",
"@types/aws-lambda": "^8.10.145",
"@types/aws-serverless-express": "^3.3.9",
"@types/jest": "29.5.13",
"@types/node": "22.5.5",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
"autoprefixer": "^10.4.20",
"aws-lambda": "^1.0.7",
"aws-serverless-express": "^3.4.0",
"axios": "^1.7.7",
"dotenv": "16.4.5",
"eslint": "9.10.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-ngrx": "2.1.4",
"eslint-plugin-playwright": "^1.6.2",
"express": "^4.21.0",
"husky": "^9.1.6",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "^29.7.0",
"jest-preset-angular": "14.2.4",
"jsonc-eslint-parser": "^2.4.0",
"node-polyfill-webpack-plugin": "^4.0.0",
"nx": "19.8.9",
"playwright": "^1.47.1",
"playwright-bdd": "^7.4.0",
"postcss": "^8.4.47",
"prettier": "3.3.3",
"serverless": "^4.3.3",
"serverless-layers": "^2.8.5",
"serverless-offline": "^14.1.1",
"serverless-plugin-typescript": "^2.1.5",
"start-server-and-test": "2.0.8",
"tailwindcss": "^3.4.12",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.5.4"
}
}