diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/package.json b/package.json index 76d9adf..e57ecbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "moopa", - "version": "3.9.3", + "version": "4.0.0", "private": true, "founder": "Factiven", "scripts": { @@ -16,22 +16,21 @@ "@heroicons/react": "^2.0.17", "@prisma/client": "^5.1.1", "@vercel/og": "^0.5.4", - "adblock-checker": "^0.1.4", "artplayer": "^5.0.9", "artplayer-plugin-hls-quality": "^2.0.0", "axios": "^1.4.0", "closest-match": "^1.3.3", "cron": "^2.4.0", "disqus-react": "^1.1.5", - "dotenv": "^16.0.3", "framer-motion": "^8.5.0", "graphql": "^15.8.0", "hls.js": "^1.3.2", + "ioredis": "^5.3.2", "memory-cache": "^0.2.0", "next": "^13.1.6", "next-auth": "^4.22.0", "next-pwa": "^5.6.0", - "next-secure-headers": "^2.2.0", + "next-safe": "^3.4.1", "nextjs-progressbar": "^0.0.16", "nookies": "^2.5.2", "react": "18.2.0", @@ -39,7 +38,9 @@ "react-icons": "^4.7.1", "react-loading-skeleton": "^3.2.0", "react-toastify": "^9.1.3", - "tailwind-scrollbar-hide": "^1.1.7" + "react-use-draggable-scroll": "^0.4.7", + "tailwind-scrollbar-hide": "^1.1.7", + "workbox-webpack-plugin": "^7.0.0" }, "devDependencies": { "autoprefixer": "^10.4.14", |