chore(deps): clean up root devDependencies
From `/package.json`: - remove autoprefixer - remove postcss - remove tailwindcss
This commit is contained in:
parent
8898689497
commit
565a3f6a71
2 changed files with 18 additions and 318 deletions
|
|
@ -13,12 +13,9 @@
|
|||
"format": "prettier --write \"**/*.{ts,tsx,md}\""
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^10.4.11",
|
||||
"eslint-config-custom": "workspace:*",
|
||||
"postcss": "^8.4.16",
|
||||
"prettier": "latest",
|
||||
"prettier-plugin-tailwindcss": "^0.2.0",
|
||||
"tailwindcss": "^3.1.8",
|
||||
"turbo": "latest"
|
||||
},
|
||||
"engines": {
|
||||
|
|
|
|||
Reference in a new issue