@ruijie-sso/store-global
Version:
store-global library for SSO Admin
45 lines • 1.07 kB
JSON
{
"name": "@ruijie-sso/store-global",
"version": "1.0.12-beta",
"peerDependencies": {
"rxjs": "^7.4.0",
"@ruijie-sso/api": "^0.0.1",
"@ngrx/store": "13.0.1",
"@ngrx/effects": "13.0.1",
"@angular/core": "^12.2.13",
"@angular/common": "^12.2.13",
"@angular/animations": "^12.2.13"
},
"dependencies": {
"tslib": "^2.3.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"description": "store-global library for SSO Admin",
"keywords": [
"angular",
"sso",
"admin",
"ruijie"
],
"author": "Ruijie Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ruijie/sso-admin.git"
},
"main": "./src/index.js",
"types": "index.d.ts",
"files": [
"src/**/*",
"README.md",
"LICENSE"
],
"typings": "ruijie-sso-store-global.d.ts",
"module": "esm2020/ruijie-sso-store-global.mjs",
"es2020": "esm2020/ruijie-sso-store-global.mjs",
"esm2020": "esm2020/ruijie-sso-store-global.mjs",
"sideEffects": false
}