diff options
| author | Factiven <[email protected]> | 2023-08-04 14:49:35 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-04 14:49:35 +0700 |
| commit | 1eb531338f5ae3696fa9d68a4171a73f0107c2f8 (patch) | |
| tree | 67afef1c72b39bc1fa0d0f4cff7b0586c4d519c9 /package.json | |
| parent | Update package.json (diff) | |
| download | moopa-1eb531338f5ae3696fa9d68a4171a73f0107c2f8.tar.xz moopa-1eb531338f5ae3696fa9d68a4171a73f0107c2f8.zip | |
Update v3.8.5 - Merged Beta to Main (#32)v3.8.5
* initial commit
* Update_v.3.6.7-beta-v1.2
* Update_v.3.6.7-beta-v1.3
* Update_v.3.6.7-beta-v1.3
> update API
* Fixed mediaList won't update
* added .env disqus shortname
* Update_v3.6.7-beta-v1.4
>Implementing database
* Create main.yml
* Update v3.6.7-beta-v1.5
small patch
* title home page
* Update content.js
* Delete db-test.js
* Update content.js
* Update home page card
* Update v3.7.0
* Update v3.7.1-beta
> migrating backend to main code
> fixed schedule component
* Update v3.8.0
> Added dub options
> Moved schedule backend
* Update v.3.8.1
> Fixed episodes on watch page isn't dubbed
* Update v3.8.1-patch-1
* Update v3.8.1-patch-2
> Another patch for dub
* Update v3.8.2
> Removed prisma configuration for database since it's not stable yet
* Update v3.8.3
> Fixed different provider have same id
* Update v.3.8.3
> Fixed player bug where the controls won't hide after updating anilist progress
* Update v3.8.4-patch-2
* Update v3.8.5
> Update readme.md
> Update .env.example
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json index c34d31b..f170b98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "moopa", - "version": "3.6.7", + "version": "3.8.5", "private": true, "founder": "Factiven", "scripts": { @@ -14,21 +14,22 @@ "@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.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", - "gql": "^1.1.2", "graphql": "^15.8.0", "hls.js": "^1.3.2", + "memory-cache": "^0.2.0", "next": "13.0.7", "next-auth": "^4.22.0", "next-pwa": "^5.6.0", - "next-themes": "^0.2.1", + "next-secure-headers": "^2.2.0", "nextjs-progressbar": "^0.0.16", "nookies": "^2.5.2", "react": "18.2.0", @@ -39,11 +40,10 @@ "tailwind-scrollbar-hide": "^1.1.7" }, "devDependencies": { - "autoprefixer": "^10.4.13", + "autoprefixer": "^10.4.14", + "depcheck": "^1.4.3", "eslint": "^8.38.0", "eslint-config-next": "12.1.6", - "postcss": "^8.4.20", - "prettier": "^2.8.3", "tailwind-scrollbar": "^2.1.0", "tailwindcss": "^3.3.1" } |