@igo2/context
Version:
57 lines (56 loc) • 1.4 kB
JSON
{
"name": "@igo2/context",
"version": "18.0.0",
"description": "IGO Library",
"author": "IGO Community",
"keywords": [
"igo"
],
"license": "MIT",
"homepage": "https://github.com/infra-geo-ouverte/igo2-lib#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/infra-geo-ouverte/igo2-lib.git"
},
"bugs": {
"url": "https://github.com/infra-geo-ouverte/igo2-lib/issues"
},
"exports": {
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/igo2-context.mjs",
"esm": "./esm2022/igo2-context.mjs",
"default": "./fesm2022/igo2-context.mjs"
},
"./theme": {
"sass": "./src/context-theme.scss"
},
"./package.json": {
"default": "./package.json"
}
},
"peerDependencies": {
"@angular/animations": "^18.0.0",
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/forms": "^18.0.0",
"@angular/material": "^18.0.0",
"@angular/platform-browser": "^18.0.0",
"@igo2/auth": "^18.0.0",
"@igo2/common": "^18.0.0",
"@igo2/core": "^18.0.0",
"@igo2/geo": "^18.0.0",
"@igo2/utils": "^18.0.0",
"ol": "9.1.0",
"rxjs": "^7.8.0"
},
"dependencies": {
"tslib": "^2.6.0"
},
"engines": {
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
},
"module": "fesm2022/igo2-context.mjs",
"typings": "index.d.ts",
"sideEffects": false
}