mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
- @open-wc/building-rollup@1.2.6 - @open-wc/building-utils@2.18.0 - @open-wc/building-webpack@2.13.19 - @open-wc/demoing-storybook@2.2.4 - es-dev-server@1.49.0 - @open-wc/karma-esm@2.14.2 - polyfills-loader@1.6.0 - @open-wc/rollup-plugin-html@1.0.4 - rollup-plugin-index-html@1.12.4 - @open-wc/rollup-plugin-polyfills-loader@1.0.5 - @open-wc/testing-karma-bs@1.3.63 - @open-wc/testing-karma@3.3.20 - @open-wc/webpack-index-html-plugin@1.7.10
42 lines
1.4 KiB
JSON
42 lines
1.4 KiB
JSON
{
|
|
"name": "@open-wc/rollup-plugin-polyfills-loader",
|
|
"version": "1.0.5",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"description": "Plugin for generating an html file with rollup",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/open-wc/open-wc.git",
|
|
"directory": "packages/rollup-plugin-polyfills-loader"
|
|
},
|
|
"author": "open-wc",
|
|
"homepage": "https://github.com/open-wc/open-wc/packages/rollup-plugin-polyfills-loader",
|
|
"main": "rollup-plugin-polyfills-loader.js",
|
|
"scripts": {
|
|
"demo:multi-build": "rm -rf demo/dist && rollup -c demo/multi-build/rollup.config.js --watch & yarn serve-demo",
|
|
"demo:multi-page": "rm -rf demo/dist && rollup -c demo/multi-page/rollup.config.js --watch & yarn serve-demo",
|
|
"demo:single-build": "rm -rf demo/dist && rollup -c demo/single-build/rollup.config.js --watch & yarn serve-demo",
|
|
"serve-demo": "es-dev-server --watch --root-dir demo/dist --app-index index.html --compatibility none --open",
|
|
"test": "npm run test:node",
|
|
"test:node": "mocha test/**/*.test.js test/*.test.js",
|
|
"test:update-snapshots": "mocha test/**/*.test.js test/*.test.js --update-snapshots",
|
|
"test:watch": "npm run test:node -- --watch"
|
|
},
|
|
"files": [
|
|
"*.js",
|
|
"src"
|
|
],
|
|
"keywords": [
|
|
"rollup-plugin",
|
|
"minify",
|
|
"html",
|
|
"polyfill"
|
|
],
|
|
"dependencies": {
|
|
"@open-wc/rollup-plugin-html": "^1.0.4",
|
|
"polyfills-loader": "^1.6.0"
|
|
}
|
|
}
|