From 890ed216172ef2b7220afa56012b86a61fffe831 Mon Sep 17 00:00:00 2001 From: Siddharth Kumar Sah Date: Mon, 23 Mar 2026 12:55:10 +0800 Subject: [PATCH] chore: add fflate for client-side ZIP extraction --- apps/web/package.json | 9 +++++---- pnpm-lock.yaml | 8 ++++++++ 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/apps/web/package.json b/apps/web/package.json index c69d616b..afd72497 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -12,20 +12,21 @@ }, "dependencies": { "@stirling-image/shared": "workspace:*", + "clsx": "^2.1.0", + "fflate": "^0.8.2", + "lucide-react": "^0.469.0", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router-dom": "^7.1.0", - "zustand": "^5.0.0", - "clsx": "^2.1.0", "tailwind-merge": "^2.6.0", - "lucide-react": "^0.469.0" + "zustand": "^5.0.0" }, "devDependencies": { + "@tailwindcss/vite": "^4.0.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "@vitejs/plugin-react": "^4.3.0", "tailwindcss": "^4.0.0", - "@tailwindcss/vite": "^4.0.0", "typescript": "^5.7.0", "vite": "^6.0.0" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4cbf3c05..c5c08ef6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -171,6 +171,9 @@ importers: clsx: specifier: ^2.1.0 version: 2.1.1 + fflate: + specifier: ^0.8.2 + version: 0.8.2 lucide-react: specifier: ^0.469.0 version: 0.469.0(react@19.2.4) @@ -3254,6 +3257,9 @@ packages: picomatch: optional: true + fflate@0.8.2: + resolution: {integrity: sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==} + figures@2.0.0: resolution: {integrity: sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA==} engines: {node: '>=4'} @@ -8275,6 +8281,8 @@ snapshots: optionalDependencies: picomatch: 4.0.3 + fflate@0.8.2: {} + figures@2.0.0: dependencies: escape-string-regexp: 1.0.5