Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audit package.json dependencies #11

Open
itsamoreh opened this issue Jun 22, 2023 · 0 comments
Open

Audit package.json dependencies #11

itsamoreh opened this issue Jun 22, 2023 · 0 comments

Comments

@itsamoreh
Copy link
Collaborator

  • There are a bunch of dependencies that should be devDependencies instead - I think pretty much all of them.
  • Are we using all of the dependencies?
    • e.g. we have offline-github-changelog in dependencies and also auto-changelog in devDependencies. Are we using these? Do we need both?

wd_f/package.json

Lines 24 to 61 in b924706

"dependencies": {
"@wordpress/eslint-plugin": "14.7.0",
"@wordpress/scripts": "^26.2.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"css-minimizer-webpack-plugin": "^5.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-webpack-plugin": "^4.0.1",
"imagemin-webpack-plugin": "^2.4.2",
"offline-github-changelog": "^3.0.1",
"postcss-loader": "^7.2.4",
"postcss-move-props-to-bg-image-query": "^4.0.0",
"postcss-preset-env": "^8.4.1",
"sass-loader": "^13.2.2",
"stylelint-config-prettier": "^9.0.5",
"stylelint-webpack-plugin": "^4.1.1",
"svg-spritemap-webpack-plugin": "^4.5.0",
"svg-transform-loader": "^2.0.13",
"tailwindcss": "^3.3.1"
},
"devDependencies": {
"@evilmartians/lefthook": "^1.4.1",
"@wordpress/prettier-config": "^2.14.0",
"auto-changelog": "^2.4.0",
"autoprefixer": "^10.4.14",
"browser-sync": "^2.29.3",
"css-loader": "^6.7.3",
"glob": "^10.2.6",
"mini-css-extract-plugin": "^2.7.5",
"npm-run-all": "^4.1.5",
"pa11y-ci": "^3.0.1",
"pa11y-ci-reporter-html": "^5.1.1",
"postcss": "^8.4.23",
"prettier": "npm:wp-prettier@^2.8.5",
"webpack-cli": "^5.0.2",
"webpack-merge": "^5.8.0"
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant