diff options
| author | Factiven <[email protected]> | 2023-07-25 18:43:13 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-07-25 18:43:13 +0700 |
| commit | 95393d7c8ba5cf6cd17f2038fc421c0d6d06f2e6 (patch) | |
| tree | 97154270ec3ad400e63a683e194ea56eca0b9b0b /package.json | |
| parent | added .env disqus shortname (diff) | |
| download | moopa-v.3.6.7-beta-v1.4.tar.xz moopa-v.3.6.7-beta-v1.4.zip | |
Update_v3.6.7-beta-v1.4v.3.6.7-beta-v1.4
>Implementing database
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index c34d31b..4e725ce 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "@headlessui/react": "^1.7.15", "@heroicons/react": "^2.0.17", "@next/font": "13.0.7", + "@prisma/client": "^5.0.0", "@vercel/og": "^0.5.4", "artplayer": "^5.0.9", "artplayer-plugin-hls-quality": "^2.0.0", @@ -44,6 +45,7 @@ "eslint-config-next": "12.1.6", "postcss": "^8.4.20", "prettier": "^2.8.3", + "prisma": "^5.0.0", "tailwind-scrollbar": "^2.1.0", "tailwindcss": "^3.3.1" } |