@synerty/vortexjs
Version:
Custom observable data serialisation and routing based on Angular 2+
59 lines • 1.58 kB
JSON
{
"name": "@synerty/vortexjs",
"version": "5.0.10",
"description": "Custom observable data serialisation and routing based on Angular 2+",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Synerty/vortexjs.git"
},
"keywords": [
"angular",
"synerty",
"vortex",
"http",
"observable",
"routing"
],
"author": "Synerty Pty Ltd <contact@synerty.com> (https://www.synerty.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Synerty/vortexjs/issues"
},
"homepage": "https://github.com/Synerty/vortexjs#readme",
"private": false,
"peerDependencies": {
"@angular/common": "^16.2.12",
"@angular/core": "^16.2.12",
"@angular/forms": "^16.2.12",
"@angular/router": "^16.2.12",
"@capacitor-community/sqlite": "^5.0.0",
"@capacitor-community/http": "^1.4.1",
"@capacitor/core": "^5.0.0",
"@capacitor/device": "^5.0.0",
"base-64": "^1.0.0",
"core-js": "^3.6.5",
"deep-equal": "^1.0.1",
"json-stable-stringify": "^1.0.2",
"pako": "^2.1.0",
"rxjs": "^6.5.3 || ^7.4.0",
"webworker-promise": "^0.5.1"
},
"module": "fesm2022/synerty-vortexjs.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/synerty-vortexjs.mjs",
"esm": "./esm2022/synerty-vortexjs.mjs",
"default": "./fesm2022/synerty-vortexjs.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
}
}