ng-turkey/ngxs-reset-plugin

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "ngxs-reset-plugin",
  "version": "3.0.0",
  "scripts": {
    "ng": "ng",
    "start": "ng serve",
    "build": "ng build",
    "test": "ng test",
    "lint": "ng lint",
    "e2e": "ng e2e",
    "release": "cp README.md dist/ngxs-reset-plugin/README.md && cd dist/ngxs-reset-plugin && npm publish && cd ../..",
    "verdaccio": "cd dist/ngxs-reset-plugin && npm publish --registry http://localhost:4873 && cd ../..",
    "unverdaccio": "cd dist/ngxs-reset-plugin && npm unpublish --registry http://localhost:4873 --force && cd ../.."
  },
  "private": true,
  "dependencies": {
    "@angular/core": "^14.2.2",
    "@ngxs/store": "^3.7.5",
    "rxjs": "^7.5.6",
    "tslib": "^2.4.0"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "~14.2.3",
    "@angular-eslint/builder": "14.1.1",
    "@angular-eslint/eslint-plugin": "14.1.1",
    "@angular-eslint/eslint-plugin-template": "14.1.1",
    "@angular-eslint/schematics": "14.1.1",
    "@angular-eslint/template-parser": "14.1.1",
    "@angular/cli": "~14.2.3",
    "@angular/common": "~14.2.2",
    "@angular/compiler": "~14.2.2",
    "@angular/compiler-cli": "~14.2.2",
    "@angular/language-service": "~14.2.2",
    "@angular/platform-browser": "~14.2.2",
    "@angular/platform-browser-dynamic": "~14.2.2",
    "@angular/router": "~14.2.2",
    "@types/jasmine": "~4.3.0",
    "@types/node": "~16.11.7",
    "@typescript-eslint/eslint-plugin": "5.38.0",
    "@typescript-eslint/parser": "5.38.0",
    "codecov": "~3.8.3",
    "eslint": "^8.23.1",
    "jasmine-core": "~4.4.0",
    "karma": "~6.4.1",
    "karma-chrome-launcher": "~3.1.1",
    "karma-coverage-istanbul-reporter": "~3.0.3",
    "karma-jasmine": "~5.1.0",
    "karma-jasmine-html-reporter": "~2.0.0",
    "ng-packagr": "~14.2.1",
    "tsickle": "~0.46.3",
    "typescript": "~4.7.2",
    "zone.js": "~0.11.8"
  }
}