File size: 1,218 Bytes
ef4c36f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | {
"name": "caption-studio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@fontsource/anton": "^5.2.7",
"@fontsource/oswald": "^5.2.8",
"@radix-ui/react-label": "^2.1.11",
"@radix-ui/react-progress": "^1.1.11",
"@radix-ui/react-select": "^2.3.2",
"@radix-ui/react-slider": "^1.4.2",
"@radix-ui/react-slot": "^1.3.0",
"@radix-ui/react-switch": "^1.3.2",
"@radix-ui/react-tabs": "^1.1.16",
"@types/uuid": "^10.0.0",
"canvas": "^3.2.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"ffmpeg-static": "^5.3.0",
"ffprobe-static": "^3.1.0",
"framer-motion": "^12.42.2",
"lucide-react": "^1.23.0",
"next": "16.2.10",
"playwright": "^1.61.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"tailwind-merge": "^3.6.0",
"uuid": "^14.0.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.10",
"tailwindcss": "^4",
"typescript": "^5"
}
}
|