Skip to content

Commit

Permalink
Install vercel style guide and prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
delbaoliveira committed Mar 13, 2024
1 parent a069ef6 commit 7d2a025
Show file tree
Hide file tree
Showing 3 changed files with 4,066 additions and 862 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"dev": "next dev",
"lint": "next lint",
"prettier": "prettier --write --ignore-unknown .",
"push": "drizzle-kit push:pg",
"seed": "npx tsx be/seed.ts"
"seed": "npx tsx be/seed.ts",
"start": "next start"
},
"dependencies": {
"@next/env": "^14.1.3",
Expand All @@ -23,6 +24,7 @@
"drizzle-orm": "^0.30.1",
"lucide-react": "^0.356.0",
"next": "14.1.3",
"prettier-plugin-tailwindcss": "^0.5.12",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^2.2.1",
Expand All @@ -32,11 +34,13 @@
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vercel/style-guide": "^6.0.0",
"autoprefixer": "^10.0.1",
"drizzle-kit": "^0.20.14",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"postcss": "^8",
"prettier": "^3.2.5",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
Expand Down
Loading

0 comments on commit 7d2a025

Please sign in to comment.