feat: implement sanctions screening vertical

This commit is contained in:
2026-07-29 18:46:53 +02:00
parent 05c3a2257a
commit 11404ac42f
25 changed files with 6531 additions and 38 deletions

View File

@@ -1,8 +1,33 @@
{
"name": "@govoplan/risk-compliance",
"name": "@govoplan/risk-compliance-webui",
"version": "0.1.8",
"private": true,
"description": "GovOPlaN Risk Compliance platform module seed.",
"type": "module",
"peerDependencies": {}
"main": "webui/src/index.ts",
"module": "webui/src/index.ts",
"types": "webui/src/index.ts",
"exports": {
".": {
"types": "./webui/src/index.ts",
"import": "./webui/src/index.ts"
},
"./styles/risk-compliance.css": "./webui/src/styles/risk-compliance.css"
},
"files": [
"webui/src",
"README.md",
"LICENSE"
],
"peerDependencies": {
"@govoplan/core-webui": "^0.1.14",
"lucide-react": "^1.23.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": ">=7.18.2 <8"
},
"peerDependenciesMeta": {
"@govoplan/core-webui": {
"optional": true
}
}
}