mirror of
https://github.com/quantum5/correcthorsebatterystaple.git
synced 2025-04-24 10:11:57 -04:00
Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `flat` from 4.1.0 to 5.0.2 - [Release notes](https://github.com/hughsk/flat/releases) - [Commits](https://github.com/hughsk/flat/compare/4.1.0...5.0.2) Updates `mocha` from 8.1.3 to 8.4.0 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v8.1.3...v8.4.0) --- updated-dependencies: - dependency-name: flat dependency-type: indirect - dependency-name: mocha dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
45 lines
1.2 KiB
JSON
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": "^1.0.1",
|
|
"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.4.0",
|
|
"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"
|
|
}
|
|
}
|