Skip to content

Commit

Permalink
add: prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
kensiiwasaki committed Nov 21, 2023
1 parent f7ae301 commit f071d25
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 1 deletion.
48 changes: 48 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,23 @@
"build": "remix build",
"dev": "remix dev",
"start": "remix-serve build",
"typecheck": "tsc"
"typecheck": "tsc",
"studio": "npx prisma studio"
},
"dependencies": {
"@clerk/remix": "^3.1.5",
"@mantine/core": "^7.2.2",
"@mantine/ds": "^7.2.2",
"@mantine/hooks": "^7.2.2",
"@prisma/client": "^5.6.0",
"@remix-run/css-bundle": "^2.3.0",
"@remix-run/node": "^2",
"@remix-run/react": "^2",
"@remix-run/serve": "^2",
"isbot": "^3.6.13",
"match-sorter": "^6.3.1",
"openai": "^4.19.1",
"prisma": "^5.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-wrap-balancer": "^1.1.0",
Expand Down

0 comments on commit f071d25

Please sign in to comment.