mirror of
https://github.com/azlux/botamusique
synced 2024-11-23 13:56:17 +00:00
88f04e5f6f
Removes [yaml](https://github.com/eemeli/yaml). It's no longer used after updating ancestor dependency [postcss-loader](https://github.com/webpack-contrib/postcss-loader). These dependencies need to be updated together. Removes `yaml` Updates `postcss-loader` from 4.1.0 to 7.2.4 - [Release notes](https://github.com/webpack-contrib/postcss-loader/releases) - [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v4.1.0...v7.2.4) --- updated-dependencies: - dependency-name: yaml dependency-type: indirect - dependency-name: postcss-loader dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
|
"name": "botamusique",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"lint": "eslint --config .eslintrc.json js/ --ext .mjs",
|
|
"build": "webpack --config webpack.config.cjs --progress",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/azlux/botamusique.git"
|
|
},
|
|
"author": "azlux",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/azlux/botamusique/issues"
|
|
},
|
|
"homepage": "https://github.com/azlux/botamusique#readme",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.9",
|
|
"@babel/eslint-parser": "^7.12.1",
|
|
"@babel/eslint-plugin": "^7.12.1",
|
|
"@babel/plugin-proposal-class-properties": "^7.12.1",
|
|
"@babel/preset-env": "^7.12.7",
|
|
"autoprefixer": "^10.0.2",
|
|
"babel-loader": "^8.2.1",
|
|
"core-js": "^3.7.0",
|
|
"css-loader": "^5.0.1",
|
|
"eslint": "^7.14.0",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-jquery": "^1.5.1",
|
|
"eslint-plugin-jsdoc": "^30.7.8",
|
|
"html-webpack-plugin": "^4.5.0",
|
|
"mini-css-extract-plugin": "^1.3.1",
|
|
"postcss-loader": "^7.2.4",
|
|
"regenerator-runtime": "^0.13.7",
|
|
"sass": "^1.29.0",
|
|
"sass-loader": "^10.1.0",
|
|
"webpack": "^5.6.0",
|
|
"webpack-cli": "^4.2.0"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.32",
|
|
"@fortawesome/free-regular-svg-icons": "^5.15.1",
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.1",
|
|
"bootstrap": "^4.5.3",
|
|
"bootswatch": "^4.5.3",
|
|
"jquery": "^3.5.1",
|
|
"jquery-migrate": "^3.3.2",
|
|
"popper.js": "^1.16.1"
|
|
}
|
|
}
|