diff --git a/package-lock.json b/package-lock.json index ecbc6c6a8..e7355c8bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,6 @@ "": { "name": "stirling-pdf", "workspaces": [ - "client-ionic", "client-tauri", "server-node", "shared-operations" @@ -18,52 +17,6 @@ "npm": ">=7.24.2" } }, - "client-ionic": { - "name": "@stirling-pdf/client-ionic", - "version": "0.0.0", - "extraneous": true, - "dependencies": { - "@capacitor/android": "5.5.1", - "@capacitor/app": "5.0.6", - "@capacitor/core": "5.5.1", - "@capacitor/haptics": "5.0.6", - "@capacitor/ios": "^5.5.1", - "@capacitor/keyboard": "5.0.6", - "@capacitor/status-bar": "5.0.6", - "@capawesome/capacitor-file-picker": "^5.1.1", - "@ionic/react": "^7.0.0", - "@ionic/react-router": "^7.0.0", - "@stirling-pdf/shared-operations": "*", - "@types/react-router": "^5.1.20", - "@types/react-router-dom": "^5.3.3", - "downloadjs": "^1.4.7", - "ionicons": "^7.0.0", - "pdf-lib": "^1.17.1", - "react": "^18.2.0", - "react-dom": "^18.2.0", - "react-router": "^5.3.4", - "react-router-dom": "^5.3.4" - }, - "devDependencies": { - "@capacitor/cli": "5.5.1", - "@testing-library/jest-dom": "^5.16.5", - "@testing-library/react": "^14.0.0", - "@testing-library/user-event": "^14.4.3", - "@types/downloadjs": "^1.4.5", - "@types/react": "^18.0.27", - "@types/react-dom": "^18.0.10", - "@vitejs/plugin-legacy": "^4.0.2", - "@vitejs/plugin-react": "^4.0.1", - "cypress": "^13.3.2", - "eslint": "^8.35.0", - "eslint-plugin-react": "^7.32.2", - "jsdom": "^22.1.0", - "typescript": "^5.1.6", - "vite": "4.5.0", - "vite-plugin-pwa": "^0.16.6", - "vitest": "^0.32.2" - } - }, "client-tauri": { "name": "@stirling-pdf/client-tauri", "version": "0.0.0", @@ -6046,6 +5999,9 @@ "pkgroll": "^2.0.1", "ts-node-dev": "^2.0.0", "typescript": "^5.2.2" + }, + "optionalDependencies": { + "canvas": "^2.11.2" } }, "server-node/node_modules/@esbuild/win32-x64": { diff --git a/package.json b/package.json index 43e522f2b..009285614 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,6 @@ "name": "stirling-pdf", "private": "true", "workspaces": [ - "client-ionic", "client-tauri", "server-node", "shared-operations"