Skip to content

Commit

Permalink
#2 add packages
Browse files Browse the repository at this point in the history
  • Loading branch information
koybasimuhittin committed Sep 7, 2023
1 parent 25ee6a2 commit 287c6d8
Show file tree
Hide file tree
Showing 2 changed files with 585 additions and 11 deletions.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,23 @@
"lint": "next lint"
},
"dependencies": {
"@planetscale/database": "^1.11.0",
"@types/node": "20.5.9",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
"drizzle-orm": "^0.28.6",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"next": "13.4.19",
"postcss": "8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.3",
"typescript": "5.2.2"
"typescript": "5.2.2",
"zod": "^3.22.2"
},
"devDependencies": {
"drizzle-kit": "^0.19.13"
}
}
Loading

0 comments on commit 287c6d8

Please sign in to comment.