diff options
| author | Factiven <[email protected]> | 2023-07-16 22:35:39 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-07-16 22:35:39 +0700 |
| commit | 1eee181e219dfd993d396ac3169e7aad3dd285eb (patch) | |
| tree | 23fe54e9c3f8810f3ac9ab6b29070b4f0d4b9d20 /package.json | |
| parent | removed console.log (diff) | |
| download | moopa-1eee181e219dfd993d396ac3169e7aad3dd285eb.tar.xz moopa-1eee181e219dfd993d396ac3169e7aad3dd285eb.zip | |
Update v3.6.4
- Added Manga page with a working tracker for AniList user
- Added schedule component to home page
- Added disqus comment section so you can fight on each other (not recommended)
- Added /id and /en route for english and indonesian subs (id route still work in progress)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/package.json b/package.json index c29e95e..246994f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "name": "moopa", - "version": "3.6.2", + "version": "3.6.4", "private": true, + "founder": "Factiven", "scripts": { "dev": "next dev", "build": "next build", @@ -11,32 +12,34 @@ }, "dependencies": { "@apollo/client": "^3.7.3", + "@headlessui/react": "^1.7.15", "@heroicons/react": "^2.0.17", "@next/font": "13.0.7", "@vercel/og": "^0.5.4", "artplayer": "^5.0.9", "artplayer-plugin-hls-quality": "^2.0.0", - "axios": "^1.2.2", "closest-match": "^1.3.3", + "disqus-react": "^1.1.5", "dotenv": "^16.0.3", "framer-motion": "^8.5.0", "gql": "^1.1.2", "graphql": "^15.8.0", "hls.js": "^1.3.2", - "mongodb": "^4.15.0", "next": "13.0.7", "next-auth": "^4.22.0", "next-pwa": "^5.6.0", "next-themes": "^0.2.1", "nextjs-progressbar": "^0.0.16", + "nookies": "^2.5.2", "react": "18.2.0", "react-dom": "^18.2.0", "react-icons": "^4.7.1", "react-loading-skeleton": "^3.2.0", + "react-textfit": "^1.1.1", + "react-toastify": "^9.1.3", "tailwind-scrollbar-hide": "^1.1.7" }, "devDependencies": { - "@shrutibalasa/tailwind-grid-auto-fit": "^1.1.0", "autoprefixer": "^10.4.13", "eslint": "^8.38.0", "eslint-config-next": "12.1.6", |