настройка webpack
This commit is contained in:
124
node_modules/html-webpack-plugin/package.json
generated
vendored
Normal file
124
node_modules/html-webpack-plugin/package.json
generated
vendored
Normal file
@ -0,0 +1,124 @@
|
||||
{
|
||||
"_from": "html-webpack-plugin",
|
||||
"_id": "html-webpack-plugin@4.3.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-C0fzKN8yQoVLTelcJxZfJCE+aAvQiY2VUf3UuKrR4a9k5UMWYOtpDLsaXwATbcVCnI05hUS7L9ULQHWLZhyi3w==",
|
||||
"_location": "/html-webpack-plugin",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "html-webpack-plugin",
|
||||
"name": "html-webpack-plugin",
|
||||
"escapedName": "html-webpack-plugin",
|
||||
"rawSpec": "",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#DEV:/",
|
||||
"#USER"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.3.0.tgz",
|
||||
"_shasum": "53bf8f6d696c4637d5b656d3d9863d89ce8174fd",
|
||||
"_spec": "html-webpack-plugin",
|
||||
"_where": "/Users/alinavigdorova/dev/storage-service-ui",
|
||||
"author": {
|
||||
"name": "Jan Nicklas",
|
||||
"email": "j.nicklas@me.com",
|
||||
"url": "https://github.com/jantimon"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jantimon/html-webpack-plugin/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"config": {
|
||||
"commitizen": {
|
||||
"path": "./node_modules/cz-conventional-changelog"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/html-minifier-terser": "^5.0.0",
|
||||
"@types/tapable": "^1.0.5",
|
||||
"@types/webpack": "^4.41.8",
|
||||
"html-minifier-terser": "^5.0.1",
|
||||
"loader-utils": "^1.2.3",
|
||||
"lodash": "^4.17.15",
|
||||
"pretty-error": "^2.1.1",
|
||||
"tapable": "^1.1.3",
|
||||
"util.promisify": "1.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Simplifies creation of HTML files to serve your webpack bundles",
|
||||
"devDependencies": {
|
||||
"@types/loader-utils": "1.1.3",
|
||||
"@types/node": "11.13.9",
|
||||
"appcache-webpack-plugin": "1.4.0",
|
||||
"commitizen": "4.0.3",
|
||||
"css-loader": "2.1.1",
|
||||
"cz-conventional-changelog": "2.1.0",
|
||||
"dir-compare": "1.7.2",
|
||||
"file-loader": "3.0.1",
|
||||
"html-loader": "0.5.5",
|
||||
"jest": "24.7.1",
|
||||
"mini-css-extract-plugin": "0.6.0",
|
||||
"pug": "2.0.3",
|
||||
"pug-loader": "2.4.0",
|
||||
"rimraf": "2.6.3",
|
||||
"semistandard": "^13.0.1",
|
||||
"standard-version": "5.0.2",
|
||||
"style-loader": "0.23.1",
|
||||
"typescript": "3.8.3",
|
||||
"webpack": "4.35.2",
|
||||
"webpack-recompilation-simulator": "3.2.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.9"
|
||||
},
|
||||
"files": [
|
||||
"lib/",
|
||||
"index.js",
|
||||
"default_index.ejs",
|
||||
"typings.d.ts"
|
||||
],
|
||||
"homepage": "https://github.com/jantimon/html-webpack-plugin",
|
||||
"jest": {
|
||||
"watchPathIgnorePatterns": [
|
||||
"<rootDir>/dist"
|
||||
],
|
||||
"testEnvironment": "node"
|
||||
},
|
||||
"keywords": [
|
||||
"webpack",
|
||||
"plugin",
|
||||
"html",
|
||||
"html-webpack-plugin"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "html-webpack-plugin",
|
||||
"peerDependencies": {
|
||||
"webpack": ">=4.0.0 < 6.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jantimon/html-webpack-plugin.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build-examples": "node examples/build-examples.js",
|
||||
"commit": "git-cz",
|
||||
"posttest": "tsc",
|
||||
"pretest": "semistandard",
|
||||
"puml": "npx puml generate flow.puml -o flow.png",
|
||||
"release": "standard-version",
|
||||
"test": "jest --runInBand --verbose --coverage",
|
||||
"test-watch": "jest --runInBand --watch"
|
||||
},
|
||||
"semistandard": {
|
||||
"ignore": [
|
||||
"examples/*/dist/**/*.*"
|
||||
]
|
||||
},
|
||||
"types": "typings.d.ts",
|
||||
"version": "4.3.0"
|
||||
}
|
||||
Reference in New Issue
Block a user