{ "name": "template-vercel", "version": "1.0.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint .", "remotion": "remotion studio", "create-snapshot": "bun create-snapshot.ts", "render": "remotion render" }, "dependencies": { "@remotion/cli": "workspace:*", "@remotion/google-fonts": "workspace:*", "@remotion/paths": "workspace:*", "@remotion/player": "workspace:*", "@remotion/shapes": "workspace:*", "@remotion/tailwind-v4": "workspace:*", "@remotion/vercel": "workspace:*", "@types/bun": "1.3.3", "@vercel/blob": "2.3.0", "@vercel/functions": "3.4.1", "@vercel/sandbox": "1.6.0", "clsx": "2.1.1", "next": "16.2.6", "react": "19.2.3", "react-dom": "19.2.3", "remotion": "workspace:*", "tailwind-merge": "3.0.1", "zod": "4.3.6" }, "devDependencies": { "@tailwindcss/postcss": "4.2.0", "@remotion/eslint-plugin": "workspace:*", "@remotion/renderer": "workspace:*", "@eslint/eslintrc": "3.1.0", "@eslint/js": "9.38.0", "@types/node": "20.12.14", "@types/react": "19.2.7", "@types/react-dom": "19.2.3", "@types/web": "0.0.166", "autoprefixer": "10.4.20", "dotenv": "17.3.1", "eslint": "9.19.0", "@next/eslint-plugin-next": "15.1.6", "eslint-config-next": "15.1.6", "@typescript-eslint/eslint-plugin": "8.46.0", "@typescript-eslint/parser": "8.46.0", "postcss": "8.5.10", "prettier": "3.8.1", "tailwindcss": "4.2.0", "turbo": "2.9.14", "typescript": "5.9.3", "typescript-eslint": "8.46.0" } }