@zero-scripts/webpack-config
Version:
Base configuration for Webpack
45 lines (44 loc) • 1 kB
JSON
{
"name": "@zero-scripts/webpack-config",
"version": "1.0.0-alfa.0",
"description": "Base configuration for Webpack",
"keywords": [
"webpack",
"config",
"zero-scripts"
],
"bugs": {
"url": "https://github.com/artemirq/zero-scripts/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/artemirq/zero-scripts"
},
"license": "MIT",
"author": {
"name": "Artem Batura",
"email": "artemir.q@gmail.com"
},
"main": "build/index.js",
"typings": "build/index.d.ts",
"files": [
"build"
],
"dependencies": {
"@k88/interpolate-html-plugin": "1.0.5",
"@zero-scripts/core": "1.0.0-alfa.0",
"file-loader": "6.0.0",
"terser-webpack-plugin": "3.0.6",
"webpack": "4.43.0",
"webpack-assets-manifest": "3.1.1"
},
"devDependencies": {
"@types/terser-webpack-plugin": "3.0.0",
"@types/webpack": "4.41.21",
"@types/webpack-assets-manifest": "3.0.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "a944e18e4fbf7fd535242d479307fcdefa4acda3"
}