-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.4 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
{
"name": "sc-ng-commons-public",
"version": "0.0.0",
"private": true,
"license": "MIT",
"author": "shiftcode GmbH <[email protected]>",
"scripts": {
"build:ci": "ng build core && ng build aws && ng build components",
"build:styleguide": "ng build styleguide",
"copy-version": "lerna exec --stream -- ts-node --project \\$LERNA_ROOT_PATH/scripts/ts/tsconfig.json \\$LERNA_ROOT_PATH/scripts/ts/copy-version.ts",
"lint:all": "lerna run lint --stream",
"lint:ci": "lerna run lint:ci --stream",
"prepare": "husky",
"prepublishOnly": "lerna exec --stream -- ts-node --project \\$LERNA_ROOT_PATH/scripts/ts/tsconfig.json \\$LERNA_ROOT_PATH/scripts/ts/copy-version.ts",
"prettier:all": "lerna run prettier --stream",
"start": "ng serve",
"test": "ng test",
"test:ci": "ng test",
"watch": "ng build --watch --configuration development"
},
"dependencies": {
"@angular/animations": "^18.0.0",
"@angular/cdk": "^18.0.0",
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/forms": "^18.0.0",
"@angular/platform-browser": "^18.0.0",
"@angular/router": "^18.0.0",
"@angular/ssr": "^18.0.0",
"@aws-sdk/client-cloudwatch-logs": "~3.27.0",
"@shiftcode/utilities": "^3.0.0",
"rxjs": "^6.5.3 || ^7.4.0",
"tslib": "^2.5.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.0",
"@angular/cli": "^18.0.0",
"@angular/compiler": "^18.0.0",
"@angular/compiler-cli": "^18.0.0",
"@angular/platform-browser-dynamic": "^18.0.0",
"@angular/platform-server": "^18.0.0",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-angular": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/prompt-cli": "^19.3.1",
"@shiftcode/branch-utilities": "^3.0.0",
"@shiftcode/publish-helper": "^3.0.0",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.0",
"codelyzer": "^6.0.2",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lerna": "^8.1.6",
"lint-staged": "^15.2.7",
"ng-packagr": "^18.0.0",
"prettier": "^3.3.2",
"reset-css": "^5.0.2",
"sort-package-json": "^2.10.0",
"ts-jest": "^29.2.0",
"ts-node": "^10.9.2",
"tslib": "^2.5.0",
"tslint": "6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^5.4.0",
"zone.js": "~0.14.3"
},
"engines": {
"node": ">=20.11.1"
}
}