correcthorsebatterystaple/package.json
dependabot[bot] 76e0c27c5f
Bump postcss and css-loader
Bumps [postcss](https://github.com/postcss/postcss) to 7.0.39 and updates ancestor dependencies [postcss](https://github.com/postcss/postcss), [postcss](https://github.com/postcss/postcss) and [css-loader](https://github.com/webpack-contrib/css-loader). These dependencies need to be updated together.


Updates `postcss` from 7.0.32 to 7.0.39
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/7.0.39/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/7.0.32...7.0.39)

Updates `postcss` from 7.0.6 to 7.0.39
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/7.0.39/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/7.0.32...7.0.39)

Updates `css-loader` from 1.0.1 to 6.7.3
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v1.0.1...v6.7.3)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
- dependency-name: postcss
  dependency-type: indirect
- dependency-name: css-loader
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-30 23:14:22 +00:00

45 lines
1.2 KiB
JSON

{
"name": "correct",
"version": "0.0.1",
"description": "Correct Horse Battery Staple-style Password Generator",
"scripts": {
"build": "rimraf dist && cross-env NODE_ENV=production webpack",
"serve": "webpack-dev-server",
"test": "mocha tests"
},
"keywords": [],
"author": "Quantum",
"license": "AGPL-3.0-only",
"devDependencies": {
"autoprefixer": "^9.8.0",
"css-loader": "^6.7.3",
"ejs-loader": "^0.5.0",
"exports-loader": "^0.7.0",
"file-loader": "^2.0.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.5",
"mocha": "^8.1.3",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"rimraf": "^2.7.1",
"sass-loader": "^7.3.1",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^4.2.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.3"
},
"dependencies": {
"bootstrap": "^4.5.0",
"clipboard": "^2.0.6",
"core-js": "^2.6.11",
"cross-env": "^5.2.1",
"form-serializer": "^2.5.0",
"jquery": "^3.5.1",
"octicons": "^8.5.0",
"popper.js": "^1.16.1"
}
}