mirror of
https://github.com/gustavosett/Windows-11-Clipboard-History-For-Linux
synced 2026-04-25 17:15:35 +02:00
64 lines
1.8 KiB
JSON
Generated
64 lines
1.8 KiB
JSON
Generated
{
|
|
"name": "win11-clipboard-history",
|
|
"private": true,
|
|
"version": "0.5.5",
|
|
"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.563.0",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"react-window": "^2.2.6"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.18",
|
|
"@tauri-apps/cli": "^2.10.0",
|
|
"@types/react": "^19.2.13",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@types/react-window": "^2.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.54.0",
|
|
"@typescript-eslint/parser": "^8.54.0",
|
|
"@vitejs/plugin-react": "^5.1.3",
|
|
"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.54.0",
|
|
"vite": "^7.3.1"
|
|
}
|
|
}
|