@anywhichway/lazui
Version:
Single page apps and lazy loading sites with minimal JavaScript or client build processes.
58 lines (57 loc) • 1.45 kB
JSON
{
"name": "@anywhichway/lazui",
"version": "0.0.67-a",
"description": "Single page apps and lazy loading sites with minimal JavaScript or client build processes.",
"main": "lazui.js",
"type": "module",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "npx markdown-it-cli index.md -o index.html",
"serve": "node server.js",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anywhichway/lazui.git"
},
"keywords": [
"htmx",
"vue",
"turbo",
"lighterHTML",
"stimulus",
"knockout",
"riot"
],
"author": "Simon Y. Blackwell",
"license": "MIT",
"bugs": {
"url": "https://github.com/anywhichway/lazui/issues"
},
"homepage": "https://github.com/anywhichway/lazui#readme",
"dependencies": {
"brotli-wasm": "^2.0.1",
"examplify": "^1.0.3",
"flexroute": "^0.0.8-a",
"highlight.js": "^11.8.0",
"hono": "^3.7.2",
"itty-router": "^4.0.23",
"json5": "^2.2.3",
"markdown-it": "^13.0.2",
"markdown-it-anchor": "^8.6.7",
"markdown-it-deflist": "^2.1.0",
"node-html-parser": "^6.1.10",
"socket.io": "^4.7.2",
"terser": "^5.22.0",
"ws": "^8.14.2"
},
"devDependencies": {
"markdown-it-cli": "^1.0.0",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
}