diff options
| author | Factiven <[email protected]> | 2023-04-17 13:33:37 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-04-17 13:33:37 +0700 |
| commit | 545d8a3473823f0a86cad3c177dbbb4ebb794a75 (patch) | |
| tree | 1606111911ea31c8fd8f9560dade41f5fedd6520 /package.json | |
| parent | Update 7th (diff) | |
| download | moopa-545d8a3473823f0a86cad3c177dbbb4ebb794a75.tar.xz moopa-545d8a3473823f0a86cad3c177dbbb4ebb794a75.zip | |
Snapshot Moopa v3.2
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/package.json b/package.json index 5ba87ef..516a066 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "moopa", - "version": "3.1.6", + "version": "3.2.0", "private": true, "scripts": { "dev": "next dev", @@ -14,12 +14,9 @@ "@consumet/extensions": "github:consumet/consumet.ts", "@next-auth/mongodb-adapter": "^1.1.1", "@next/font": "13.0.7", - "@vidstack/react": "^0.4.3", "artplayer": "^4.6.2", "axios": "^1.2.2", "closest-match": "^1.3.3", - "crypto": "^1.0.1", - "disqus-react": "^1.1.5", "framer-motion": "^8.5.0", "gql": "^1.1.2", "graphql": "^15.8.0", @@ -36,9 +33,7 @@ "react-icons": "^4.7.1", "react-loading-skeleton": "^3.2.0", "request": "^2.88.2", - "tailwind-scrollbar-hide": "^1.1.7", - "typewriter-effect": "^2.19.0", - "vidstack": "^0.4.3" + "tailwind-scrollbar-hide": "^1.1.7" }, "devDependencies": { "autoprefixer": "^10.4.13", |