Skip to content

Commit

Permalink
fix: Clean up package.json
Browse files Browse the repository at this point in the history
+ Remove packages that duplicate node core modules: fs, path
+ Remove unused package "concurrently". If required in the future,
  use the & of your shell instead.
+ Remove unused package "postcss-plugin" — not used and does not
  provide any features.
+ Move tailwind plugins into devDependencies
  • Loading branch information
barnslig committed Jun 15, 2023
1 parent d228e82 commit b7fdfce
Show file tree
Hide file tree
Showing 3 changed files with 173 additions and 532 deletions.
1 change: 0 additions & 1 deletion .postcssrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"map": false,
"plugins": {
"tailwindcss": {},
"postcss-plugin": {},
"autoprefixer": {},
"postcss-pxtorem": {}
}
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@thoughtbot/tailwindcss-aria-attributes": "^0.2.0",
"@types/alpinejs": "^3.7.1",
"@types/node": "^20.2.5",
"autoprefixer": "^10.4.14",
"concurrently": "^7.6.0",
"fs": "0.0.1-security",
"path": "^0.12.7",
"postcss": "^8.4.24",
"postcss-plugin": "^1.0.0",
"postcss-pxtorem": "^6.0.0",
"sass": "^1.62.1",
"tailwindcss": "^3.3.2",
Expand All @@ -27,7 +25,6 @@
},
"packageManager": "yarn@3.5.0",
"dependencies": {
"@thoughtbot/tailwindcss-aria-attributes": "^0.2.0",
"alpinejs": "^3.12.2"
}
}
Loading

0 comments on commit b7fdfce

Please sign in to comment.