node-red-contrib-uibuilder
Version:
Easily create data-driven web UI's for Node-RED. Single- & Multi-page. Multiple UI's. Work with existing web development workflows or mix and match with no-code/low-code features.
23 lines (22 loc) • 705 B
JSON
{
"name": "svelte-basic",
"description": "A basic Svelte template for uibuilder and Node-RED.",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",
"dev": "rollup -c --bundleConfigAsCjs -w --environment NODE_ENV:development",
"start": "sirv dist --no-clear"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^4.20.0",
"rollup-plugin-css-only": "^4",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-svelte": "^7.2.0",
"svelte": "^4.0.0",
"sirv-cli": "^2.0.0"
}
}