flamingo-carotene-webpack
Version:
Provide an abstraction for webpack with the ability for other modules to extend the webpack config, with integration into the flamingo-carotene-dev-server module
37 lines (36 loc) • 1.19 kB
JSON
{
"name": "flamingo-carotene-webpack",
"version": "9.0.0-alpha.13",
"description": "Provide an abstraction for webpack with the ability for other modules to extend the webpack config, with integration into the flamingo-carotene-dev-server module",
"author": "team-frontend <team-frontend@aoe.com>",
"license": "OSL-3.0",
"repository": "https://github.com/i-love-flamingo/flamingo-carotene/tree/master/modules/flamingo-carotene-webpack",
"keywords": [
"flamingo-carotene",
"flamingo",
"carotene",
"om3"
],
"scripts": {
"test": "echo \"No tests present\"",
"link": "npm link",
"unlink": "npm unlink"
},
"dependencies": {
"css-loader": "6.8.1",
"css-minimizer-webpack-plugin": "4.2.2",
"file-loader": "6.2.0",
"import-glob": "1.5.0",
"mini-css-extract-plugin": "2.7.6",
"sass": "1.68.0",
"sass-loader": "13.3.2",
"serialize-javascript": "6.0.1",
"style-loader": "3.3.3",
"terser-webpack-plugin": "5.3.9",
"url-loader": "4.1.1",
"webpack": "5.88.2",
"webpack-bundle-analyzer": "4.9.1",
"webpack-manifest-plugin": "5.0.0"
},
"gitHead": "525073a8589c8d04fec95dddd7d751d5d6c05fa4"
}