Module Package Release / publish-packages (push) Successful in 15s
Release v0.1.25. Coordinated integrity review: GovOPlaN/govoplan-core#298.
36 lines
794 B
JSON
36 lines
794 B
JSON
{
|
|
"name": "@govoplan/dataflow-webui",
|
|
"version": "0.1.25",
|
|
"private": true,
|
|
"type": "module",
|
|
"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/dataflow.css": "./webui/src/styles/dataflow.css"
|
|
},
|
|
"peerDependencies": {
|
|
"@govoplan/core-webui": "^0.1.46",
|
|
"@xyflow/react": "^12.11.2",
|
|
"lucide-react": "^1.23.0",
|
|
"react": ">=19.2.7 <20",
|
|
"react-dom": ">=19.2.7 <20",
|
|
"react-router": ">=8.3.0 <9",
|
|
"typescript": "^5.7.2"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@govoplan/core-webui": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"files": [
|
|
"webui/src",
|
|
"README.md",
|
|
"LICENSE"
|
|
]
|
|
}
|