Sergey Kurdin e2731f97c0 feat: Add HTML to Plain Text transformation and improve text processing
- Added `html-to-text` package for converting HTML to plain text.
- Implemented `stripHtmlTags` function to normalize whitespace and strip HTML tags.
- Introduced new transformation option for converting HTML to plain text in the format converter.
- Updated localization files for German, Spanish, French, Italian, Russian, Turkish, Ukrainian, and Chinese to include new transformation options.
- Enhanced UI text in Clipboard History Settings for better user guidance on drag-and-drop functionality.
2025-06-22 20:55:38 -04:00

190 lines
6.6 KiB
JSON

{
"name": "pastebar-app-ui",
"version": "0.6.2",
"private": true,
"scripts": {
"dev": "vite",
"start": "npm run dev",
"build": "vite build",
"build:ts": "tsc && vite build",
"format": "npx prettier --write . --ignore-path .gitignore ",
"taze": "taze major -I",
"taze:minor": "taze minor -w",
"preview": "vite preview",
"audit:prod": "npm audit --omit=dev"
},
"dependencies": {
"@codastic/react-positioning-portal": "^0.7.0",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@emotion/css": "^11.11.2",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@preact/signals-react": "^2.0.1",
"@radix-ui/react-accessible-icon": "^1.0.3",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.4",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-aria/i18n": "^3.9.0",
"@react-aria/utils": "^3.22.0",
"@react-stately/utils": "^3.9.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query": "5.25.0",
"@tanstack/react-query-devtools": "5.25.0",
"@tanstack/react-query-persist-client": "5.25.0",
"@tauri-apps/api": "^1.5.3",
"@types/node": "^20.10.0",
"@uiw/codemirror-extensions-langs": "^4.21.21",
"@uiw/codemirror-theme-github": "^4.21.21",
"@uiw/codemirror-theme-vscode": "^4.21.21",
"@vitejs/plugin-react-swc": "^3.5.0",
"babel-plugin-react-compiler": "^0.0.0-experimental-696af53-20240625",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"codemirror": "^5.65.16",
"date-fns": "^2.30.0",
"dayjs": "^1.11.10",
"dompurify": "^3.1.3",
"dot-prop": "^8.0.2",
"dotenv": "^16.4.5",
"emery": "^1.4.2",
"emoji-picker-react": "^4.5.16",
"eslint-plugin-react-compiler": "^0.0.0-experimental-51a85ea-20240601",
"events": "^3.3.0",
"facepaint": "^1.2.1",
"framer-motion": "^10.16.5",
"garbados-crypt": "^3.0.0-beta",
"glob-all": "^3.3.1",
"html-to-text": "^9.0.5",
"i18next": "^23.10.0",
"i18next-browser-languagedetector": "^7.2.0",
"idb-keyval": "^6.2.1",
"javascript-time-ago": "^2.5.9",
"jotai": "^2.6.0",
"jotai-zustand": "^0.3.0",
"js-yaml": "^4.1.0",
"linkify-it": "^5.0.0",
"lodash-es": "^4.17.21",
"lucide-react": "0.363.0",
"markdown-wasm": "^1.2.0",
"marked": "^12.0.0",
"marked-terminal": "^7.0.0",
"next-themes": "^0.2.1",
"overlayscrollbars": "^2.4.5",
"overlayscrollbars-react": "^0.5.3",
"prism-react-renderer": "^2.3.1",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-canvas-confetti": "^2.0.7",
"react-compiler-runtime": "file:./scripts/react-compiler-runtime",
"react-complex-tree": "^2.2.3",
"react-day-picker": "^8.9.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-hotkeys-hook": "^4.4.1",
"react-html-props": "^2.0.9",
"react-i18next": "^14.0.5",
"react-router-dom": "^6.20.0",
"react-sub-unsub": "^2.2.7",
"react-textarea-autosize": "^8.5.3",
"react-time-ago": "^7.2.1",
"react-twitter-embed": "^4.0.4",
"react-use-hoverintent": "^1.3.0",
"react-virtualized-auto-sizer": "^1.0.20",
"react-virtuoso": "^4.6.2",
"react-window": "^1.8.10",
"react-window-infinite-loader": "^1.0.9",
"recharts": "^2.10.1",
"resize-observer-polyfill": "^1.5.1",
"rimraf": "^5.0.5",
"rollup": "^4.10.0",
"scriptjs": "^2.5.9",
"short-unique-id": "^5.0.3",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss-animate": "^1.0.7",
"tauri-plugin-clipboard-api": "^0.5.5",
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log",
"tauri-plugin-positioner-api": "github:tauri-apps/tauri-plugin-positioner",
"ts-deepmerge": "^7.0.0",
"url-parse": "^1.5.10",
"use-resize-observer": "^9.1.0",
"vite-plugin-babel": "^1.2.0",
"vite-plugin-dynamic-import": "^1.5.0",
"vite-plugin-static-copy": "^1.0.2",
"zod": "^3.22.2",
"zustand": "^4.4.6",
"zustand-logger-middleware": "^1.0.9"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@preact/signals-react-transform": "^0.3.1",
"@tailwindcss/line-clamp": "^0.4.4",
"@tauri-apps/cli": "^1.5.6",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/bcryptjs": "^2.4.6",
"@types/codemirror": "^5.60.15",
"@types/dompurify": "^3.0.5",
"@types/events": "^3.0.3",
"@types/js-yaml": "^4.0.9",
"@types/linkify-it": "^3.0.5",
"@types/lodash-es": "^4.17.12",
"@types/marked-terminal": "^6.1.1",
"@types/prismjs": "^1.26.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-window": "^1.8.8",
"@types/react-window-infinite-loader": "^1.0.9",
"@types/url-parse": "^1.4.11",
"@types/use-sync-external-store": "^0.0.6",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.16",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-sonarjs": "^0.23.0",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"tailwind-merge": "^2.0.0",
"tailwindcss": "^3.3.5",
"taze": "^0.12.2",
"typescript": "^5.3.2",
"vite": "^5.0.11",
"vite-plugin-tauri": "^3.3.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.14.1"
}
}