-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fb5c44b
commit e50eaf4
Showing
2 changed files
with
114 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,82 +1,82 @@ | ||
{ | ||
"name": "ng-kit", | ||
"version": "18.6.0", | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve --watch --hmr --port=4300", | ||
"build": "ng build ng-kit --configuration=production", | ||
"build:ng-kit-demo": "ng build ng-kit-demo --configuration=production", | ||
"watch": "ng build --watch --configuration development", | ||
"test": "ng test", | ||
"test:store": "ng test --include='**/store/*.spec.ts'", | ||
"bundle:report": "ng build --configuration production --source-map=true && source-map-explorer dist/pres/**/*.js", | ||
"e2e": "CI=true URL=http://localhost:4300 npx playwright test", | ||
"lint": "ng lint ng-kit" | ||
}, | ||
"release": { | ||
"branches": [ | ||
"main" | ||
], | ||
"plugins": [ | ||
"@semantic-release/commit-analyzer", | ||
"@semantic-release/release-notes-generator", | ||
[ | ||
"@semantic-release/npm", | ||
{ | ||
"pkgRoot": "dist/ng-kit" | ||
} | ||
], | ||
"@semantic-release/git", | ||
"@semantic-release/github" | ||
] | ||
}, | ||
"private": false, | ||
"dependencies": { | ||
"@angular/animations": "^18.2.5", | ||
"@angular/cdk": "18.2.5", | ||
"@angular/common": "^18.2.5", | ||
"@angular/compiler": "^18.2.5", | ||
"@angular/core": "^18.2.5", | ||
"@angular/forms": "^18.2.5", | ||
"@angular/material": "18.2.5", | ||
"@angular/platform-browser": "^18.2.5", | ||
"@angular/platform-browser-dynamic": "^18.2.5", | ||
"@angular/router": "^18.2.5", | ||
"bootstrap": "^5.3.3", | ||
"rxjs": "~7.8.1", | ||
"tslib": "^2.7.0", | ||
"zone.js": "~0.15.0" | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "^18.2.5", | ||
"@angular-devkit/core": "^18.2.5", | ||
"@angular-devkit/schematics": "^18.2.5", | ||
"@angular-eslint/builder": "18.3.1", | ||
"@angular-eslint/eslint-plugin": "18.3.1", | ||
"@angular-eslint/eslint-plugin-template": "18.3.1", | ||
"@angular-eslint/schematics": "18.3.1", | ||
"@angular-eslint/template-parser": "18.3.1", | ||
"@angular/cli": "^18.2.5", | ||
"@angular/compiler-cli": "^18.2.5", | ||
"@playwright/test": "^1.47.2", | ||
"@schematics/angular": "^18.0.2", | ||
"@semantic-release/git": "^10.0.1", | ||
"@semantic-release/npm": "^12.0.1", | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^20.12.12", | ||
"@typescript-eslint/eslint-plugin": "^7.9.0", | ||
"@typescript-eslint/parser": "^7.9.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-jsdoc": "^48.2.5", | ||
"eslint-plugin-prefer-arrow": "^1.2.3", | ||
"jest": "^29.7.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"ng-packagr": "^18.2.1", | ||
"prettier": "^3.3.3", | ||
"semantic-release": "^24.0.0", | ||
"@semantic-release/exec": "^2.3.0", | ||
"typescript": "~5.4.5" | ||
} | ||
} | ||
"name": "ng-kit", | ||
"version": "18.6.1", | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve --watch --hmr --port=4300", | ||
"build": "ng build ng-kit --configuration=production", | ||
"build:ng-kit-demo": "ng build ng-kit-demo --configuration=production", | ||
"watch": "ng build --watch --configuration development", | ||
"test": "ng test", | ||
"test:store": "ng test --include='**/store/*.spec.ts'", | ||
"bundle:report": "ng build --configuration production --source-map=true && source-map-explorer dist/pres/**/*.js", | ||
"e2e": "CI=true URL=http://localhost:4300 npx playwright test", | ||
"lint": "ng lint ng-kit" | ||
}, | ||
"release": { | ||
"branches": [ | ||
"main" | ||
], | ||
"plugins": [ | ||
"@semantic-release/commit-analyzer", | ||
"@semantic-release/release-notes-generator", | ||
[ | ||
"@semantic-release/npm", | ||
{ | ||
"pkgRoot": "dist/ng-kit" | ||
} | ||
], | ||
"@semantic-release/git", | ||
"@semantic-release/github" | ||
] | ||
}, | ||
"private": false, | ||
"dependencies": { | ||
"@angular/animations": "^18.2.5", | ||
"@angular/cdk": "18.2.5", | ||
"@angular/common": "^18.2.5", | ||
"@angular/compiler": "^18.2.5", | ||
"@angular/core": "^18.2.5", | ||
"@angular/forms": "^18.2.5", | ||
"@angular/material": "18.2.5", | ||
"@angular/platform-browser": "^18.2.5", | ||
"@angular/platform-browser-dynamic": "^18.2.5", | ||
"@angular/router": "^18.2.5", | ||
"bootstrap": "^5.3.3", | ||
"rxjs": "~7.8.1", | ||
"tslib": "^2.7.0", | ||
"zone.js": "~0.15.0" | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "^18.2.5", | ||
"@angular-devkit/core": "^18.2.5", | ||
"@angular-devkit/schematics": "^18.2.5", | ||
"@angular-eslint/builder": "18.3.1", | ||
"@angular-eslint/eslint-plugin": "18.3.1", | ||
"@angular-eslint/eslint-plugin-template": "18.3.1", | ||
"@angular-eslint/schematics": "18.3.1", | ||
"@angular-eslint/template-parser": "18.3.1", | ||
"@angular/cli": "^18.2.5", | ||
"@angular/compiler-cli": "^18.2.5", | ||
"@playwright/test": "^1.47.2", | ||
"@schematics/angular": "^18.0.2", | ||
"@semantic-release/git": "^10.0.1", | ||
"@semantic-release/npm": "^12.0.1", | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^20.12.12", | ||
"@typescript-eslint/eslint-plugin": "^7.9.0", | ||
"@typescript-eslint/parser": "^7.9.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-jsdoc": "^48.2.5", | ||
"eslint-plugin-prefer-arrow": "^1.2.3", | ||
"jest": "^29.7.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"ng-packagr": "^18.2.1", | ||
"prettier": "^3.3.3", | ||
"semantic-release": "^24.0.0", | ||
"@semantic-release/exec": "^2.3.0", | ||
"typescript": "~5.4.5" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
{ | ||
"name": "@js-smart/ng-kit", | ||
"version": "18.5.0", | ||
"license": "MIT", | ||
"author": "Pavan Kumar Jadda", | ||
"private": false, | ||
"keywords": [ | ||
"angular", | ||
"angular-15", | ||
"angular-16", | ||
"angular-17", | ||
"angular-18" | ||
], | ||
"contributors": [ | ||
{ | ||
"name": "Pavan Kumar Jadda" | ||
} | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/js-smart/ng-kit.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/js-smart/ng-kit/issues" | ||
}, | ||
"peerDependencies": { | ||
"@angular/common": ">18.2.0", | ||
"@angular/core": ">18.2.0" | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.6.2" | ||
}, | ||
"sideEffects": false | ||
} | ||
"name": "@js-smart/ng-kit", | ||
"version": "18.6.1", | ||
"license": "MIT", | ||
"author": "Pavan Kumar Jadda", | ||
"private": false, | ||
"keywords": [ | ||
"angular", | ||
"angular-15", | ||
"angular-16", | ||
"angular-17", | ||
"angular-18" | ||
], | ||
"contributors": [ | ||
{ | ||
"name": "Pavan Kumar Jadda" | ||
} | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/js-smart/ng-kit.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/js-smart/ng-kit/issues" | ||
}, | ||
"peerDependencies": { | ||
"@angular/common": ">18.2.0", | ||
"@angular/core": ">18.2.0" | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.6.2" | ||
}, | ||
"sideEffects": false | ||
} |