@mamba/webpack
Version:
Webpack configs for Mamba Applications
59 lines (58 loc) • 1.63 kB
JSON
{
"name": "@mamba/webpack",
"version": "12.1.0",
"description": "Webpack configs for Mamba Applications",
"author": "Stone Payments - Mamba Team",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=14 <=16",
"npm": ">= 7"
},
"dependencies": {
"@mamba/configs": "^12.1.0",
"babel-loader": "^8.0.4",
"babel-plugin-lodash": "^3.3.4",
"body-parser": "^1.19.0",
"chalk": "^2.4.2",
"cors": "^2.8.5",
"css-loader": "^2.1.0",
"cssnano": "^6",
"eslint": "^7.0.0",
"eslint-loader": "^4.0.2",
"file-loader": "^3.0.1",
"filemanager-webpack-plugin": "^8.0.0",
"html-minifier": "^4.0.0",
"json-loader": "^0.5.7",
"lodash-webpack-plugin": "^0.11.6",
"mini-css-extract-plugin": "1.0.0",
"mini-html-webpack-plugin": "1.0.0",
"optimize-css-assets-webpack-plugin": "^6",
"postcss": "^7.0.0",
"postcss-loader": "^4.0.0",
"quickenv": "^0.0.6",
"resolve-url-loader": "^3.0.0",
"source-map-loader": "1.1.1",
"style-loader": "^0.23.1",
"svelte": "<3",
"svelte-loader": "^2.12.0",
"terser-webpack-plugin": "^4",
"url-loader": "^1.1.2",
"webpack": ">=4 <5",
"webpack-bundle-analyzer": "^3.9.0",
"webpack-cli": "^4",
"webpack-dev-server": "^4",
"webpack-merge": "^4.1.5",
"webpack-sources": "^1.3.0",
"webpack-virtual-modules": "^0.1.10",
"webpackbar": "^3.1.4",
"xmlbuilder": "^12.0.0"
},
"peerDependencies": {
"@mamba/configs": "^9.0.0",
"eslint": "^7.0.0"
},
"gitHead": "7153b6228057066dc9d18f484619f384e6d0ca3b"
}