@zywave/zui-bundle
Version:
ZUI, out of the box, provides ES modules with bare path modifiers (e.g. `import '@zywave/zui-foo-bar'`). This is great as that's the way browsers are _going_, but they aren't there quite yet. Tooling exists to help solve this problem like webpack or rollu
45 lines (44 loc) • 1.7 kB
JSON
{
"name": "@zywave/zui-bundle",
"version": "4.2.1",
"type": "module",
"main": "dist/bundle.js",
"module": "dist/bundle.js",
"license": "UNLICENSED",
"scripts": {
"build:after": "rollup --config && webpack --mode=production && node ./copy.mjs",
"lab": "web-dev-server --root-dir ../../../ --app-index lab.html --open --node-resolve --watch",
"metrics:visualizer": "npm run build:after && web-dev-server --root-dir ../../../ --app-index dist/zui-bundle-metrics-visualizer.html --open --node-resolve --watch",
"metrics:size": "node ../../../scripts/node/read-and-write-directory-size.mjs --directory=dist --keyName=zui-bundle/dist --write=dist/zui-bundle-metrics-size.txt"
},
"dependencies": {
"@zywave/zui-app-styles": "^4.3.0",
"@zywave/zui-base-styles": "^4.3.1",
"@zywave/zui-components-all": "^4.0.58"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/plugin-transform-runtime": "^7.19.1",
"@babel/preset-env": "^7.19.3",
"@babel/runtime": "^7.19.0",
"@rollup/plugin-babel": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-terser": "^0.4.0",
"css-loader": "^6.7.1",
"mini-css-extract-plugin": "^2.6.1",
"rollup": "^3.1.0",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-minify-template-literals": "^1.1.7",
"rollup-plugin-summary": "^2.0.0",
"rollup-plugin-visualizer": "^5.8.2",
"sass-loader": "^13.0.2",
"webpack": "5.97.1",
"webpack-cli": "^5.0.0",
"webpack-fix-style-only-entries": "^0.6.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "6ccacba5d09f8f9b2548272f06482a8c392af6c9"
}