mirror of
https://github.com/gustavosett/Windows-11-Clipboard-History-For-Linux
synced 2026-04-26 01:25:11 +02:00
Bumps the production-dependencies group with 1 update: [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react). Updates `lucide-react` from 0.575.0 to 0.576.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.576.0/packages/lucide-react) --- updated-dependencies: - dependency-name: lucide-react dependency-version: 0.576.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
65 lines
1.8 KiB
JSON
Generated
65 lines
1.8 KiB
JSON
Generated
{
|
|
"name": "win11-clipboard-history",
|
|
"private": true,
|
|
"version": "0.6.3",
|
|
"type": "module",
|
|
"description": "A Windows 11-style Clipboard History Manager for Linux built with Tauri",
|
|
"author": "gustavosett",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/gustavosett/Windows-11-Clipboard-History-For-Linux"
|
|
},
|
|
"keywords": [
|
|
"clipboard",
|
|
"linux",
|
|
"tauri",
|
|
"windows-11",
|
|
"clipboard-manager",
|
|
"rust"
|
|
],
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri",
|
|
"tauri:dev": "tauri dev",
|
|
"tauri:build": "tauri build",
|
|
"lint": "tsc --noEmit && eslint . --report-unused-disable-directives --max-warnings 0",
|
|
"format": "prettier --write \"src/**/*.{ts,tsx,css}\""
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "^2.10.1",
|
|
"@tauri-apps/plugin-global-shortcut": "^2.0.0",
|
|
"@tauri-apps/plugin-shell": "^2.3.5",
|
|
"clsx": "^2.1.0",
|
|
"emojilib": "^4.0.2",
|
|
"fuse.js": "^7.0.0",
|
|
"lucide-react": "^0.576.0",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"react-window": "^2.2.7"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.18",
|
|
"@tauri-apps/cli": "^2.10.0",
|
|
"@types/node": "^25.2.3",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@types/react-window": "^2.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.56.0",
|
|
"@typescript-eslint/parser": "^8.56.0",
|
|
"@vitejs/plugin-react": "^5.1.4",
|
|
"autoprefixer": "^10.4.24",
|
|
"eslint": "^9.39.2",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"eslint-plugin-react-refresh": "^0.5.0",
|
|
"postcss": "^8.4.49",
|
|
"prettier": "^3.8.1",
|
|
"tailwindcss": "^4.1.18",
|
|
"typescript": "^5.6.3",
|
|
"typescript-eslint": "^8.56.0",
|
|
"vite": "^7.3.1"
|
|
}
|
|
}
|