2025-11-17 10:44:49 +01:00
|
|
|
{
|
|
|
|
|
"name": "convert-ui",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next dev --turbopack",
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "next lint"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@ffmpeg/ffmpeg": "^0.12.10",
|
|
|
|
|
"@ffmpeg/util": "^0.12.1",
|
|
|
|
|
"@imagemagick/magick-wasm": "^0.0.30",
|
|
|
|
|
"clsx": "^2.1.1",
|
2025-11-17 11:25:23 +01:00
|
|
|
"docx": "^9.0.4",
|
2025-11-17 11:01:08 +01:00
|
|
|
"dompurify": "^3.2.2",
|
2025-11-17 10:44:49 +01:00
|
|
|
"fuse.js": "^7.1.0",
|
2025-11-17 11:13:09 +01:00
|
|
|
"jspdf": "^2.5.2",
|
2025-11-17 10:44:49 +01:00
|
|
|
"lucide-react": "^0.553.0",
|
2025-11-17 11:25:23 +01:00
|
|
|
"mammoth": "^1.8.0",
|
2025-11-17 11:01:08 +01:00
|
|
|
"marked": "^15.0.4",
|
2025-11-17 10:44:49 +01:00
|
|
|
"next": "^16.0.0",
|
2025-11-17 11:13:09 +01:00
|
|
|
"pdfjs-dist": "^4.10.38",
|
2025-11-17 10:44:49 +01:00
|
|
|
"react": "^19.0.0",
|
|
|
|
|
"react-dom": "^19.0.0",
|
2025-11-17 11:01:08 +01:00
|
|
|
"tailwind-merge": "^3.3.1",
|
|
|
|
|
"turndown": "^7.2.0"
|
2025-11-17 10:44:49 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@tailwindcss/postcss": "^4.1.17",
|
|
|
|
|
"@types/node": "^22",
|
|
|
|
|
"@types/react": "^19",
|
|
|
|
|
"@types/react-dom": "^19",
|
2025-11-17 11:01:08 +01:00
|
|
|
"@types/turndown": "^5.0.5",
|
2025-11-17 10:44:49 +01:00
|
|
|
"eslint": "^9",
|
|
|
|
|
"eslint-config-next": "^16.0.0",
|
|
|
|
|
"tailwindcss": "^4.0.0",
|
|
|
|
|
"typescript": "^5"
|
|
|
|
|
},
|
|
|
|
|
"packageManager": "pnpm@9.0.0"
|
|
|
|
|
}
|