mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
- @open-wc/building-webpack@2.13.44 - @open-wc/create@0.33.3 - @open-wc/demoing-storybook@2.4.3 - es-dev-server@1.57.6 - @open-wc/karma-esm@3.0.7 - @open-wc/testing-karma-bs@1.3.92 - @open-wc/testing-karma@4.0.7 - @open-wc/webpack-index-html-plugin@1.7.13
45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"name": "@open-wc/webpack-index-html-plugin",
|
|
"version": "1.7.13",
|
|
"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.2",
|
|
"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"
|
|
}
|
|
}
|