Jan Dittberner
ad14916ba5
- update to Bootstrap 5.2 - add build-prod for minified production builds - drop jQuery and popper.js as well as unsupported precss - update all build dependencies - use build-prod in Makefile
36 lines
1,007 B
JSON
36 lines
1,007 B
JSON
{
|
|
"name": "cacert-webpack",
|
|
"version": "0.1.0",
|
|
"description": "webpack setup for CAcert static web resources",
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"build-prod": "webpack --mode production",
|
|
"watch": "webpack --watch"
|
|
},
|
|
"private": true,
|
|
"author": "Jan Dittberner",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.0",
|
|
"bootstrap": "^5.2.0",
|
|
"browserslist": "^4.17.0",
|
|
"clean-webpack-plugin": "^4.0.0",
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"css-loader": "^6.7.1",
|
|
"file-loader": "^6.2.0",
|
|
"html-loader": "^4.1.0",
|
|
"mini-css-extract-plugin": "^2.6.0",
|
|
"@popperjs/core": "^2.11.6",
|
|
"postcss": "^8.0.1",
|
|
"postcss-loader": "7.0.1",
|
|
"postcss-preset-env": "^7.0.0",
|
|
"sass": "^1.32.0",
|
|
"sass-loader": "^13.0.0",
|
|
"style-loader": "^3.3.0",
|
|
"terser-webpack-plugin": "^5.0.3",
|
|
"url-loader": "^4.1.1",
|
|
"webpack": "^5.11.1",
|
|
"webpack-cli": "^4.3.1",
|
|
"webpack-manifest-plugin": "^5.0.0"
|
|
}
|
|
}
|