Skip to content

Commit

Permalink
add prettier plugin css
Browse files Browse the repository at this point in the history
  • Loading branch information
sajadevo committed Jan 18, 2025
1 parent 841f43a commit f551846
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"plugins": ["prettier-plugin-tailwindcss"]
}
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@
},
"dependencies": {
"@hookform/resolvers": "3.9.1",
"@lottiefiles/dotlottie-react": "^0.12.1",
"@openpanel/nextjs": "^1.0.7",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tooltip": "1.1.6",
"@remixicon/react": "^4.6.0",
"@tailwindcss/postcss": "next",
"class-variance-authority": "^0.7.1",
"clsx": "2.1.1",
"lucide-react": "0.469.0",
"next": "15.1.0",
"react": "19.0.0",
"react-dom": "19.0.0",
Expand All @@ -30,12 +33,14 @@
"zod": "3.24.1"
},
"devDependencies": {
"typescript": "5",
"@types/node": "22.10.2",
"@types/react": "19",
"@types/react-dom": "19",
"tailwindcss": "next",
"eslint": "9.17.0",
"eslint-config-next": "15.1.0"
"eslint-config-next": "15.1.0",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.10",
"tailwindcss": "next",
"typescript": "5"
}
}

0 comments on commit f551846

Please sign in to comment.