UNPKG

lightview

Version:

Small, simple, powerful web UI and micro front end creation ... Great ideas from Svelte, React, Vue and Riot combined.

42 lines (41 loc) 1.03 kB
{ "name": "lightview", "version": "1.8.2", "description": "Small, simple, powerful web UI and micro front end creation ... Great ideas from Svelte, React, Vue and Riot combined.", "main": "lightview.js", "scripts": { "test": "set NODE_OPTIONS=--experimental-vm-modules && jest ./test" }, "repository": { "type": "git", "url": "git+https://github.com/anywhichway/lightview.git" }, "keywords": [ "svelte", "react", "angular", "riot", "vue", "moon", "hyperapp", "hyperhtml", "micro front end", "custom elements", "web components" ], "author": "Simon Y. Blackwell", "license": "MIT", "bugs": { "url": "https://github.com/anywhichway/lightview/issues" }, "homepage": "https://lightview.dev", "devDependencies": { "@editorjs/editorjs": "^2.16.0", "editorjs-inline-tool": "^0.4.0", "jest": "^27.5.1", "jest-puppeteer": "^6.1.0" }, "dependencies": { "froala-editor": "^4.0.11" } }