Verified with the coordinated workspace changes by devkit full run 2026-09-08T225814-186389-0000-3e3ed7cd (all seven phases passed). This shared UI pass does not mark the individual module reviews complete.
33 lines
787 B
JSON
33 lines
787 B
JSON
{
|
|
"name": "@govoplan/portal-webui",
|
|
"version": "0.1.22",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"module": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"import": "./src/index.ts"
|
|
},
|
|
"./styles/portal.css": "./src/styles/portal.css"
|
|
},
|
|
"scripts": {
|
|
"test:interface-pattern": "node scripts/test-interface-pattern.mjs",
|
|
"test:translations": "node --test scripts/test-translations.mjs"
|
|
},
|
|
"peerDependencies": {
|
|
"@govoplan/core-webui": "^0.1.18",
|
|
"lucide-react": "^1.23.0",
|
|
"react": ">=19.2.7 <20",
|
|
"react-dom": ">=19.2.7 <20",
|
|
"react-router": ">=8.3.0 <9"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@govoplan/core-webui": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|