1
1
{
2
- "name" : " ng-kit" ,
3
- "version" : " 19.6.0" ,
4
- "scripts" : {
5
- "ng" : " ng" ,
6
- "start" : " ng serve --watch --hmr --port=4300" ,
7
- "build" : " ng build ng-kit --configuration=production" ,
8
- "build:ng-kit-demo" : " ng build ng-kit-demo --configuration=production" ,
9
- "watch" : " ng build --watch --configuration development" ,
10
- "test" : " ng test" ,
11
- "test:store" : " ng test --include='**/store/*.spec.ts'" ,
12
- "bundle:report" : " ng build --configuration production --source-map=true && source-map-explorer dist/pres/**/*.js" ,
13
- "e2e" : " CI=true URL=http://localhost:4300 npx playwright test" ,
14
- "lint" : " ng lint ng-kit"
15
- },
16
- "release" : {
17
- "branches" : [
18
- " main"
19
- ],
20
- "plugins" : [
21
- " @semantic-release/commit-analyzer" ,
22
- " @semantic-release/release-notes-generator" ,
23
- [
24
- " @semantic-release/npm" ,
25
- {
26
- "pkgRoot" : " dist/ng-kit"
27
- }
28
- ],
29
- " @semantic-release/git" ,
30
- " @semantic-release/github"
31
- ]
32
- },
33
- "private" : false ,
34
- "dependencies" : {
35
- "@angular/animations" : " ^19.2.0" ,
36
- "@angular/cdk" : " 19.2.1" ,
37
- "@angular/common" : " ^19.2.0" ,
38
- "@angular/compiler" : " ^19.2.0" ,
39
- "@angular/core" : " ^19.2.0" ,
40
- "@angular/forms" : " ^19.2.0" ,
41
- "@angular/material" : " 19.2.1" ,
42
- "@angular/platform-browser" : " ^19.2.0" ,
43
- "@angular/platform-browser-dynamic" : " ^19.2.0" ,
44
- "@angular/router" : " ^19.2.0" ,
45
- "bootstrap" : " ^5.3.3" ,
46
- "rxjs" : " ~7.8.1" ,
47
- "tslib" : " ^2.8.1" ,
48
- "zone.js" : " ~0.15.0"
49
- },
50
- "devDependencies" : {
51
- "@angular-devkit/build-angular" : " ^19.2.0" ,
52
- "@angular-devkit/core" : " ^19.2.0" ,
53
- "@angular-devkit/schematics" : " ^19.2.0" ,
54
- "@angular-eslint/builder" : " 19.2.0" ,
55
- "@angular-eslint/eslint-plugin" : " 19.2.0" ,
56
- "@angular-eslint/eslint-plugin-template" : " 19.2.0" ,
57
- "@angular-eslint/schematics" : " 19.2.0" ,
58
- "@angular-eslint/template-parser" : " 19.2.0" ,
59
- "@angular/cli" : " ^19.2.0" ,
60
- "@angular/compiler-cli" : " ^19.2.0" ,
61
- "@playwright/test" : " ^1.49.1" ,
62
- "@sonar/scan" : " ^4.3.0" ,
63
- "@schematics/angular" : " ^19.1.1" ,
64
- "@semantic-release/git" : " ^10.0.1" ,
65
- "@semantic-release/npm" : " ^12.0.1" ,
66
- "@types/jest" : " ^29.5.14" ,
67
- "@types/node" : " ^22.10.7" ,
68
- "@typescript-eslint/eslint-plugin" : " ^8.20.0" ,
69
- "@typescript-eslint/parser" : " ^8.20.0" ,
70
- "eslint" : " ^9.18.0" ,
71
- "eslint-config-prettier" : " ^10.0.1" ,
72
- "eslint-plugin-import" : " ^2.31.0" ,
73
- "eslint-plugin-jsdoc" : " ^50.6.1" ,
74
- "eslint-plugin-prefer-arrow" : " ^1.2.3" ,
75
- "jest" : " ^29.7.0" ,
76
- "jest-environment-jsdom" : " ^29.7.0" ,
77
- "ng-packagr" : " ^19.1.0" ,
78
- "prettier" : " ^3.4.2" ,
79
- "semantic-release" : " ^24.2.1" ,
80
- "@semantic-release/exec" : " ^6.0.3" ,
81
- "typescript" : " ~5.7.3"
82
- }
83
- }
2
+ "name" : " ng-kit" ,
3
+ "version" : " 19.6.0" ,
4
+ "scripts" : {
5
+ "ng" : " ng" ,
6
+ "start" : " ng serve --watch --hmr --port=4300" ,
7
+ "build" : " ng build ng-kit --configuration=production" ,
8
+ "build:ng-kit-demo" : " ng build ng-kit-demo --configuration=production" ,
9
+ "watch" : " ng build --watch --configuration development" ,
10
+ "test" : " ng test" ,
11
+ "test:store" : " ng test --include='**/store/*.spec.ts'" ,
12
+ "bundle:report" : " ng build --configuration production --source-map=true && source-map-explorer dist/pres/**/*.js" ,
13
+ "e2e" : " CI=true URL=http://localhost:4300 npx playwright test" ,
14
+ "lint" : " ng lint ng-kit"
15
+ },
16
+ "release" : {
17
+ "branches" : [
18
+ " main"
19
+ ],
20
+ "plugins" : [
21
+ " @semantic-release/commit-analyzer" ,
22
+ " @semantic-release/release-notes-generator" ,
23
+ [
24
+ " @semantic-release/npm" ,
25
+ {
26
+ "pkgRoot" : " dist/ng-kit"
27
+ }
28
+ ],
29
+ " @semantic-release/git" ,
30
+ " @semantic-release/github"
31
+ ]
32
+ },
33
+ "private" : false ,
34
+ "dependencies" : {
35
+ "@angular/animations" : " ^19.2.0" ,
36
+ "@angular/cdk" : " 19.2.1" ,
37
+ "@angular/common" : " ^19.2.0" ,
38
+ "@angular/compiler" : " ^19.2.0" ,
39
+ "@angular/core" : " ^19.2.0" ,
40
+ "@angular/forms" : " ^19.2.0" ,
41
+ "@angular/material" : " 19.2.1" ,
42
+ "@angular/platform-browser" : " ^19.2.0" ,
43
+ "@angular/platform-browser-dynamic" : " ^19.2.0" ,
44
+ "@angular/router" : " ^19.2.0" ,
45
+ "bootstrap" : " ^5.3.3" ,
46
+ "rxjs" : " ~7.8.1" ,
47
+ "tslib" : " ^2.8.1" ,
48
+ "zone.js" : " ~0.15.0"
49
+ },
50
+ "devDependencies" : {
51
+ "@angular-devkit/build-angular" : " ^19.2.0" ,
52
+ "@angular-devkit/core" : " ^19.2.0" ,
53
+ "@angular-devkit/schematics" : " ^19.2.0" ,
54
+ "@angular-eslint/builder" : " 19.2.0" ,
55
+ "@angular-eslint/eslint-plugin" : " 19.2.0" ,
56
+ "@angular-eslint/eslint-plugin-template" : " 19.2.0" ,
57
+ "@angular-eslint/schematics" : " 19.2.0" ,
58
+ "@angular-eslint/template-parser" : " 19.2.0" ,
59
+ "@angular/cli" : " ^19.2.0" ,
60
+ "@angular/compiler-cli" : " ^19.2.0" ,
61
+ "@playwright/test" : " ^1.49.1" ,
62
+ "@sonar/scan" : " ^4.3.0" ,
63
+ "@schematics/angular" : " ^19.1.1" ,
64
+ "@semantic-release/git" : " ^10.0.1" ,
65
+ "@semantic-release/npm" : " ^12.0.1" ,
66
+ "@types/node" : " ^22.10.7" ,
67
+ "@types/jasmine" : " ^5.1.7" ,
68
+ "@typescript-eslint/eslint-plugin" : " ^8.20.0" ,
69
+ "@typescript-eslint/parser" : " ^8.20.0" ,
70
+ "eslint" : " ^9.18.0" ,
71
+ "eslint-config-prettier" : " ^10.0.1" ,
72
+ "eslint-plugin-import" : " ^2.31.0" ,
73
+ "eslint-plugin-jsdoc" : " ^50.6.1" ,
74
+ "eslint-plugin-prefer-arrow" : " ^1.2.3" ,
75
+ "jasmine-core" : " ^5.6.0" ,
76
+ "karma" : " ^6.4.4" ,
77
+ "karma-chrome-launcher" : " ^3.2.0" ,
78
+ "karma-coverage" : " ^2.2.1" ,
79
+ "karma-jasmine" : " ^5.1.0" ,
80
+ "karma-jasmine-html-reporter" : " ^2.1.0" ,
81
+ "ng-packagr" : " ^19.1.0" ,
82
+ "prettier" : " ^3.4.2" ,
83
+ "semantic-release" : " ^24.2.1" ,
84
+ "@semantic-release/exec" : " ^6.0.3" ,
85
+ "typescript" : " ~5.7.3"
86
+ }
87
+ }
0 commit comments