mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
a1ab17638a
Removes [yaml](https://github.com/eemeli/yaml). It's no longer used after updating ancestor dependencies [yaml](https://github.com/eemeli/yaml), [css-minimizer-webpack-plugin](https://github.com/webpack-contrib/css-minimizer-webpack-plugin) and [postcss-loader](https://github.com/webpack-contrib/postcss-loader). These dependencies need to be updated together. Removes `yaml` Updates `css-minimizer-webpack-plugin` from 4.2.2 to 5.0.0 - [Release notes](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/compare/v4.2.2...v5.0.0) Updates `postcss-loader` from 7.0.2 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/v7.0.2...v7.2.4) --- updated-dependencies: - dependency-name: yaml dependency-type: indirect - dependency-name: css-minimizer-webpack-plugin dependency-type: direct:production - dependency-name: postcss-loader dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
61 lines
1.8 KiB
JSON
61 lines
1.8 KiB
JSON
{
|
|
"type": "module",
|
|
"scripts": {
|
|
"deploy": "cross-env NODE_ENV=production webpack",
|
|
"lint": "eslint . --ext .js,.ts",
|
|
"test": "jest --ci",
|
|
"test:watch": "jest --watch",
|
|
"watch": "webpack --watch"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^6.3.0",
|
|
"@rollup/plugin-typescript": "^11.0.0",
|
|
"@types/web": "^0.0.91",
|
|
"@typescript-eslint/eslint-plugin": "^5.52.0",
|
|
"@typescript-eslint/parser": "^5.52.0",
|
|
"acorn": "^8.8.2",
|
|
"autoprefixer": "^10.4.13",
|
|
"brunch": "^4.0.2",
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"copycat-brunch": "^1.1.1",
|
|
"cross-env": "^7.0.3",
|
|
"css-loader": "^6.7.3",
|
|
"css-minimizer-webpack-plugin": "^5.0.0",
|
|
"eslint": "^8.34.0",
|
|
"eslint-webpack-plugin": "^4.0.0",
|
|
"file-loader": "^6.2.0",
|
|
"ignore-emit-webpack-plugin": "^2.0.6",
|
|
"jest-environment-jsdom": "^29.4.3",
|
|
"mini-css-extract-plugin": "^2.7.2",
|
|
"normalize-scss": "^7.0.1",
|
|
"postcss": "^8.4.21",
|
|
"postcss-loader": "^7.2.4",
|
|
"postcss-scss": "^4.0.6",
|
|
"postcss-url": "^10.1.3",
|
|
"rollup": "^2.57.0",
|
|
"rollup-plugin-buble": "^0.19.8",
|
|
"rollup-plugin-includepaths": "^0.2.4",
|
|
"rollup-plugin-multi-entry": "^2.1.0",
|
|
"rollup-plugin-virtual": "^1.0.1",
|
|
"sass": "^1.58.3",
|
|
"sass-loader": "^13.2.0",
|
|
"source-map-support": "^0.5.21",
|
|
"style-loader": "^3.3.1",
|
|
"terser-webpack-plugin": "^5.3.6",
|
|
"tslib": "^2.5.0",
|
|
"typescript": "^4.9",
|
|
"webpack": "^5.76.0",
|
|
"webpack-cli": "^5.0.1",
|
|
"webpack-rollup-loader": "^0.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/dom": "^9.0.0",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@types/jest": "^29.4.0",
|
|
"eslint-plugin-jest": "^27.2.1",
|
|
"eslint-plugin-jest-dom": "^4.0.3",
|
|
"jest": "^29.4.3",
|
|
"jest-fetch-mock": "^3.0.3",
|
|
"ts-jest": "^29.0.5"
|
|
}
|
|
}
|