package.json
{
"name": "ng-simple-state",
"version": "18.0.2",
"description": "Simple state management in Angular with only Services and RxJS or Signal.",
"repository": {
"type": "git",
"url": "git+https://github.com/nigrosimone/ng-simple-state.git"
},
"keywords": [
"angular",
"state",
"rxjs",
"state-management"
],
"author": "Simone Nigro <nigro.simone@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nigrosimone/ng-simple-state/issues"
},
"homepage": "https://github.com/nigrosimone/ng-simple-state",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"start-proxy": "ng serve"
},
"dependencies": {
"@angular/animations": "^18.1.1",
"@angular/common": "^18.1.1",
"@angular/compiler": "^18.1.1",
"@angular/core": "^18.1.1",
"@angular/forms": "^18.1.1",
"@angular/platform-browser": "^18.1.1",
"@angular/platform-browser-dynamic": "^18.1.1",
"@angular/router": "^18.1.1",
"rxjs": "^7.8.0",
"tslib": "^2.6.3",
"zone.js": "^0.14.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.1.1",
"@angular-devkit/build-ng-packagr": "^0.1002.0",
"@angular-eslint/builder": "^18.1.0",
"@angular-eslint/eslint-plugin": "^18.1.0",
"@angular-eslint/eslint-plugin-template": "^18.1.0",
"@angular-eslint/schematics": "^18.1.0",
"@angular-eslint/template-parser": "^18.1.0",
"@angular/cli": "^18.1.1",
"@angular/compiler-cli": "^18.1.1",
"@types/jasmine": "^5.1.4",
"@types/jasminewd2": "^2.0.13",
"@types/node": "^20.14.11",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"codelyzer": "^6.0.2",
"coveralls": "^3.1.1",
"eslint": "^9.7.0",
"jasmine-core": "^5.2.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.4.3",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"ng-packagr": "^18.1.0",
"protractor": "~7.0.0",
"ts-node": "^10.9.2",
"tslint": "~6.1.0",
"typescript": "^5.5.3"
},
"engines": {
"node": ">=12.13.0"
}
}