Packages

Host-agnostic page builder library for Phoenix LiveView apps. Turn-key drag-edit editor mounted via a use macro; components are plain Elixir modules.

Current section

Files

Jump to
athanor package.json
Raw

package.json

{
"name": "athanor",
"version": "0.1.0-beta.2",
"description": "Phoenix LiveView page builder — JS hooks for editor drag-and-drop.",
"license": "MIT",
"private": true,
"type": "module",
"main": "./assets/js/athanor.js",
"module": "./assets/js/athanor.js",
"exports": {
".": "./assets/js/athanor.js"
},
"files": [
"assets/js/athanor.js"
],
"repository": {
"type": "git",
"url": "https://github.com/Arsenalist/athanor"
}
}