Files
open-wc/packages/webpack-index-html-plugin/package.json
CircleCI 59e56d74ca chore: release new versions
- @open-wc/building-rollup@1.9.3
 - @open-wc/building-utils@2.18.3
 - @open-wc/building-webpack@2.13.46
 - @open-wc/demoing-storybook@2.4.5
 - es-dev-server@1.57.8
 - @open-wc/karma-esm@3.0.9
 - polyfills-loader@1.7.4
 - @open-wc/rollup-plugin-html@1.2.5
 - rollup-plugin-index-html@1.12.8
 - @open-wc/rollup-plugin-polyfills-loader@1.1.7
 - @open-wc/testing-karma-bs@1.3.94
 - @open-wc/testing-karma@4.0.9
 - @open-wc/webpack-index-html-plugin@1.7.14
2020-10-11 20:08:49 +00:00

45 lines
1.0 KiB
JSON

{
"name": "@open-wc/webpack-index-html-plugin",
"version": "1.7.14",
"publishConfig": {
"access": "public"
},
"description": "Plugin for generating a index html with webpack",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/open-wc/open-wc.git",
"directory": "packages/webpack-index-html-plugin"
},
"author": "open-wc",
"homepage": "https://github.com/open-wc/open-wc/tree/master/packages/webpack-index-html-plugin",
"main": "webpack-index-html-plugin.js",
"scripts": {},
"files": [
"*.js",
"src"
],
"keywords": [
"webpack",
"plugin",
"config",
"polyfills"
],
"peerDependencies": {
"webpack": "^4.28.0"
},
"dependencies": {
"@open-wc/building-utils": "^2.18.3",
"deepmerge": "^4.2.2",
"parse5": "^5.1.1"
},
"devDependencies": {
"@webcomponents/webcomponentsjs": "^2.4.0",
"intersection-observer": "^0.7.0",
"memory-fs": "^0.4.1",
"mkdirp": "^0.5.1",
"webpack": "^4.28.0",
"whatwg-fetch": "^3.0.0"
}
}