@haxtheweb/haxcms-nodejs
Version:
HAXcms single and multisite nodejs server, api, and administration
23 lines • 825 B
JSON
{
"name": "haxcms-customizations",
"version": "0.0.0",
"description": "Custom HAXcms additions, either of a theme or other elements you want to use in this site",
"author": "HAXTheWeb",
"homepage": "https://github.com/haxtheweb/haxcms",
"license": "Apache-2.0",
"repository": "https://github.com/haxtheweb/haxcms",
"scripts": {
"build": "rollup -c rollup.config.js",
"start": "yarn run watch",
"watch": "rollup --watch -c rollup.config.js",
"analyze": "cem analyze --litelement --exclude build 'src/custom.js'"
},
"devDependencies": {
"@custom-elements-manifest/analyzer": "0.10.4",
"rollup": "4.44.2",
"@rollup/plugin-node-resolve": "16.0.1",
"@web/rollup-plugin-import-meta-assets": "2.3.0",
"rollup-plugin-esbuild": "6.2.1",
"@rollup/plugin-babel": "6.0.4"
}
}