system-uicons/package.json
dependabot[bot] 645a8ad13c
Bump webpack from 5.72.0 to 5.76.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.72.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.72.0...v5.76.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-15 00:33:29 +00:00

31 lines
816 B
JSON

{
"private": true,
"scripts": {
"zip": "node createZip.js",
"prebuild": "npm run zip",
"dev": "cross-env NODE_ENV=development webpack serve --open",
"prod": "npm run zip && cross-env NODE_ENV=production webpack"
},
"devDependencies": {
"copy-webpack-plugin": "^10.2.4",
"cross-env": "^7.0",
"css-loader": "^6.7.1",
"glob-all": "^3.3.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.0",
"postcss": "^8.4.13",
"postcss-loader": "^6.2.1",
"style-loader": "^3.3.1",
"tailwindcss": "^3.0.24",
"webpack": "^5.76.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0"
},
"dependencies": {
"alpinejs": "^3.10.2",
"archiver": "^5.3.1",
"autoprefixer": "^10.4.7",
"typeface-roboto-mono": "^1.1.13"
}
}