Packages
ex_live_flow
0.4.0
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
Current section
Files
ex_live_flow
package.json
package.json
{
"name": "live_flow",
"version": "0.4.0",
"description": "Interactive node-based flow diagrams for Phoenix LiveView",
"license": "MIT",
"author": "Marcio Costa Silva",
"homepage": "https://github.com/mcostasilva/ex_live_flow",
"type": "module",
"scripts": {
"test": "node --test test/js/*.test.js"
},
"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/mcostasilva/ex_live_flow"
},
"files": [
"README.md",
"LICENSE.md",
"package.json",
"assets/js/**",
"assets/css/**"
],
"devDependencies": {
"esbuild": "^0.25.0"
}
}