@rx-angular/state
Version:
@rx-angular/state is a light-weight, flexible, strongly typed and tested tool dedicated to reduce the complexity of managing component state and side effects in angular
83 lines • 2 kB
JSON
{
"name": "@rx-angular/state",
"version": "19.0.3",
"description": "@rx-angular/state is a light-weight, flexible, strongly typed and tested tool dedicated to reduce the complexity of managing component state and side effects in angular",
"publishConfig": {
"access": "public"
},
"author": "Michael Hladky <michael.hladky@push-based.io>",
"homepage": "https://rx-angular.io/",
"keywords": [
"angular",
"rxjs",
"state",
"ephemeral state",
"component state",
"state management",
"performance",
"state",
"reactive state"
],
"contributors": [
{
"name": "Michael Hladky",
"email": "michael.hladky@push-based.io"
},
{
"name": "Julian Jandl",
"email": "julian@jandl.wien"
},
{
"name": "Kirill Karnaukhov",
"email": "karnaukhov.kh@gmail.com"
},
{
"name": "Kajetan Świątek",
"email": "kajetan.swiatek@gmail.com"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/rx-angular/rx-angular.git"
},
"peerDependencies": {
"@angular/core": "^19.0.0",
"@rx-angular/cdk": "^19.1.0",
"rxjs": "^6.5.3 || ^7.4.0"
},
"dependencies": {
"ng-morph": "^4.0.3",
"tslib": "^2.4.1"
},
"ng-add": {
"save": "dependencies"
},
"ng-update": {
"migrations": "./schematics/migration.json"
},
"module": "fesm2022/state.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/state.mjs"
},
"./actions": {
"types": "./actions/index.d.ts",
"default": "./fesm2022/rx-angular-state-actions.mjs"
},
"./effects": {
"types": "./effects/index.d.ts",
"default": "./fesm2022/state-effects.mjs"
},
"./selections": {
"types": "./selections/index.d.ts",
"default": "./fesm2022/state-selections.mjs"
}
},
"sideEffects": false
}