From 13d99e5968948aa299c4504515248c4d2c5b2d6b Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 16 Feb 2026 23:12:51 +0900 Subject: [PATCH] chore(package): remove unused Remotion dependencies from package.json - Deleted obsolete Remotion packages from devDependencies in package.json to streamline the project and reduce unnecessary bloat. --- package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package.json b/package.json index 86e17485..ac50ab09 100644 --- a/package.json +++ b/package.json @@ -73,10 +73,6 @@ "devDependencies": { "@eslint-community/eslint-plugin-eslint-comments": "^4.6.0", "@eslint/js": "^9.39.2", - "@remotion/cli": "^4.0.421", - "@remotion/google-fonts": "^4.0.421", - "@remotion/media": "^4.0.421", - "@remotion/transitions": "^4.0.421", "@tailwindcss/typography": "^0.5.19", "@types/hast": "^3.0.4", "@types/mdast": "^4.0.4", @@ -109,7 +105,6 @@ "postcss": "^8.4.35", "prettier": "^3.8.1", "prettier-plugin-tailwindcss": "^0.7.2", - "remotion": "^4.0.421", "tailwindcss": "^3.4.1", "tsx": "^4.21.0", "typescript": "^5.9.3",