Packages

Interactive node-based flow diagrams for Phoenix LiveView. A library for building visual node editors, workflow builders, and interactive diagrams similar to React Flow, but for LiveView.

Current section

Files

Jump to
live_flow package.json
Raw

package.json

{
"name": "live_flow",
"version": "0.2.3",
"description": "Interactive node-based flow diagrams for Phoenix LiveView",
"license": "MIT",
"type": "module",
"module": "./assets/js/live_flow/index.js",
"exports": {
".": "./assets/js/live_flow/index.js",
"./css/live_flow.css": "./assets/css/live_flow.css",
"./liveflow-theme": "./assets/js/live_flow/liveflow-theme.js"
},
"repository": {
"type": "git",
"url": "https://github.com/rocket4ce/live_flow"
},
"files": [
"README.md",
"LICENSE.md",
"package.json",
"assets/js/**",
"assets/css/**"
]
}